SphereCast_GlobalDistanceField does not compile

UE - Niagara - Mar 3, 2021

The sphere cast module has some custom HLSL that calls QueryMeshDistanceFieldGPU, the signature for the function changed, but the HLSL wasn't updated to match so it fails to compile.  ...

Loading instanced static mesh causes memory leak in packaged game

UE - World Creation - Worldbuilding Tools - Foliage - Mar 3, 2021

The leaking variable is UInstancedStaticMeshComponent::InstanceDataBuffers. The memory block is passed to InitPerInstanceRenderData() via InstanceDataBuffers.Release(). But the function doesn't mana ...

Video does not loop correctly in ElectraPlayer

Media Framework - Mar 3, 2021

Observe the video does not loop correctly. It only plays a portion that gets shorter with every loop until playback ultimately stops. ...

Cannot move movable components of actors if using drag if PIE or Simulate

UE - Editor - Workflow Systems - Mar 3, 2021

If the actor is in sublevel and user play simulate or PIE, the actor can't be moved by drag gizmo. Even if under the same conditions, editing transform of detail panel work properly. So I guess that ...

RVT that is set up following the Quick Start Guide shows a flat black texture

UE - Graphics Features - Mar 2, 2021

A user has reported on salesforce that their RVT material is returning black. After following the publicly available Epic Quick Start guide online I encountered the same issue. The ticket was repor ...

Soft object reference variables have their default value greyed out

UE - Gameplay - Blueprint - Mar 2, 2021

When creating Soft Object Variables of Actor or Character blueprints, the default value of the variable is greyed out and unable to be changed. I was able to create a Soft Object Reference of the Th ...

Mac editor mobile preview crash with MSAA on

UE - Platform - Mobile - Mar 1, 2021

setting  GSupportsTimestampRenderQueries=false or r.GPUStatsEnabled=0 can fix it ...

Crash when spawning multiple HISM at runtime in a packaged shipping build

UE - World Creation - Worldbuilding Tools - HLOD - Feb 25, 2021

When adding multiple Hierarchical Instanced Static Meshes on a loop and packaging the project in Shipping configuration the application crashes due to LowLevelFatalError [Link Removed] [Line: 1431] ...

Dynamic Spatial Frequency not working with dependent actors

UE - Networking - Feb 25, 2021

In UReplicationGraphNode_DynamicSpatialFrequency::CalcFrequencyForActor, the ActorChannelCloseFrameNum is updated for the actor but not its dependents when calculating FramesTillReplicate. As a resu ...

ChildActor is being set to null on client via replication

UE - Networking - Feb 25, 2021

When DuplicateWorldForPIE is called and serializes the references in another AlwaysLoaded sublevel, the properties of a ChildActorComponent are confusingly inaccurate. ...