Interchange Runtime .glb Import Crash When Packaged

UE - Editor - Content Pipeline - Import and Export - Jun 10, 2025

The runtime import process works fine in editor, but fatal error when trying to do so with packaged build of project. My function that calls ImportAsset():bool UMeshLoader::RequestMeshLoad(FString ...

[UDN-19505621] Hide Selected At Startup Issue

UE - Editor - Workflow Systems - Jun 10, 2025

From [Link Removed]: 你好,我发现这里的选项有一些工作逻辑不一致,提一个改进建议: ​ 当手动隐藏Actor小眼睛图标的时候,设置Hide Selected At Startup 是无效的,这具有很大的误导性,而其他任何情况下,工作都是正常的,比如: 1.小眼睛隐藏+Show All At Startup 2.小眼睛隐藏+Show Selected At Startup ...

Dynamically Spawned Level Instance Actors do not have their sub actors world partition stream in PIE starting level

UE - World Creation - Worldbuilding Tools - Level Instances - Jun 10, 2025

We are building levels where we spawn in Level Instance actors at runtime that have World Partition enabled into a Persistent level that also has World Partition enabled. What we have noticed though ...

Incorrect NiagaraSystem passed to KillUnusedComponents in ReclaimWorldParticleSystem

UE - Niagara - Jun 10, 2025

In UNiagaraComponentPool::ReclaimWorldParticleSystem, the cleanup loop for WorldParticleSystemPools calls KillUnusedComponents with the reclaimed component's NiagaraSystem (Asset) instead of the sys ...

Staging a patch does not copy pak signatures when staging

UE - Foundation - Jun 10, 2025

When creating a patch with pak signing enabled the created output folder contains the pak files from the base release but does not contain the .sig files, even if they were enabled when creating the ...

Skeletal mesh to which the AnimationBudgetAllocator registered in the animation track is applied does not play the initial frame animation

UE - Anim - Runtime - Jun 10, 2025

This issue occurs when “Auto Register with Budget Allocator” is enabled for the skeletal mesh. Unchecking “Auto Register with Budget Allocator” seems to resolve the issue. Adding the following to th ...

Sphere Reflection Captures overridden by Skylight

UE - Graphics Features - Jun 10, 2025

When using non-Lumen lighting and Screenspace reflections off, the skylight location overrides the Reflection Capture location during Build Reflections. This results in a Reflection Capture taken fr ...

Distance Field Traveral system in Content Example visual accuracy degraded since UE4

UE - Content - Content Example - Jun 10, 2025

Beetles no longer swarm on demo station mesh (only on the ground underneath), and beetles walks inside the head mesh more often than they did in UE4.  ...

Anim State Notifies Don't Consistently Fire Begin/End Events for Looping Anim Sequences

UE - Anim - Runtime - Anim Blueprints - Jun 9, 2025

If you have an Animation Notify State and set it up on an animation to start at the exact beginning of the anim sequence and finish exactly at the end (I have attached a picture of this). It doesn't ...

If the map isn't dirty, it shouldn't be marked dirty when switching to the Perspective camera

UE - Editor - Workflow Systems - Jun 5, 2025

Changing to the perspective camera from a locked camera calls FLevelEditorViewportClient::SetActorLock I'm not sure exactly why it sets the camera to the cached pilot transform and then sets it bac ...