FBX import freezes in DataPrep

UE - Editor - Content Pipeline - Visual Dataprep - Mar 3, 2025

FBX file import freezes UE while trying to import into DataPrep by the Interchange importer. The import will start, but then a message will pop up stating "Creating snapshot of world content ... " ...

NiagaraSystem with EniagaraGpuComputeTickStage::PostInitViews rarely crashes due to multi-thread race conflicts

UE - Niagara - Mar 1, 2025

NiagaraSystem with EEiagaraGpuComputeTickStage::PostInitViews should not have bSupportsParallelGDME because of possible multi-threaded contention, but FNiagaraSystemInstanceController::GetGpuCompute ...

Niagara - When Interpolated Spawning is disabled, the first frame of each particle unexpectedly does not take into account the Particle Update stage

UE - Niagara - Feb 28, 2025

Foreword: Even if the behavior described here is by design, it is rarely (if ever) expected or desired. This was discussed and agreed to be treated as a bug. Explanation below. When interpolated sp ...

Shader Symbols not Generated for Windows Platform when r.Shaders.Symbols=1

UE - Rendering Architecture - Shaders - Feb 28, 2025

Shader symbols are not generated for the Windows platform. Attempts were made to set the r.Shaders.Symbols=1 value in the projects DefaultEngine.ini, the engines ConsoleVariables.ini and the engine ...

Virtual Texture Data GetNumMips reports one fewer mip than expected

UE - Graphics Features - Feb 27, 2025

FVirtualTextureBuiltData::GetNumMips() can return 1 fewer mip than it should due to a potential clamping issue at the end of FVirtualTextureBuilderDerivedInfo::InitializeFromBuildSettings() where it ...

OnComponentWake Event does not trigger when the physical body is awoken by a Force

UE - Simulation - Physics - Feb 27, 2025

OnComponentWake Event does not trigger when the physical body is awoken by a Force. The steps described on Steps To Reproduce is enough to replicate this behavior. The OnComponentWake event is only ...

LastRenderTime does not update when Occlusion Culling is disabled

UE - Graphics Features - Feb 25, 2025

When disabling Occlusion Culling, Components will not have their Last Render Time updated. ...

Missing vegetation created via PCG on export

TM - Rendering - Feb 21, 2025

If you compare this 2 automation tests done on Swiss chalet project, you could see that some parts of vegetation are missing : [Link Removed] [Link Removed] The diff between the 2 exports is caus ...

Missing libomp140 DLL causing crashes in Hair Card Generator plugin

EA Motive has run into a crash when using the hair card generator plugin. A missing DLL is preventing them from creating hair cards according to the initial investigation from their engineers. More ...