A user has reported a crash that is reproducable in a clean project in UE 5.1.0 release. It involves a struct with an instanced object. The crash occurs after deleting a property of that struct type ...
Using Object Scale in your material with an Instanced Static Mesh does not change the color of the material if you scale the individual instances of the Instanced Static Mesh component. If you scal ...
A surface's Ambient Occlusion will appear through a decal when static lighting is disabled in project settings. Regression tested against //UE5/Release-5.0 CL 20979098 //UE5/Release-5.1 CL 23901901 ...
Event Tick works when it's running on Windows however once it's packaged or even launched onto all platforms, the event tick does not work as anticipated. This happens on all platforms. *Project ca ...
When you call GetOuter() inside AssetUserData::PostEditChangeOwner, the Outer that is returned, is marked as "Trash". This is because the object is constructed again when an AssetUserData is added. ...
In UE 5.5, the fix applied by CL 36529858 in ue5-main updated USkeletalMeshComponent::ClearAnimScriptInstance() to call AnimScriptInstance::UninitializeAnimation() on the animation instance. This, i ...
Repro 5/5 When snapping and rotating an object to the grid along the Z-axis there are small decimal float changes in the details panel. I informed the user this was a small change and will have li ...
When changing the language options in the default Lyra Starter Game project (5.3 and 5.4) with a controller, the settings menu loses focus after closing the confirmation dialog. Focus can only then ...
the cable actor does not dynamically deform when the cable actor's parent mesh moves. Instead, the cable actor becomes rigid between the meshes it's bound between. This bug does not occur in the fo ...
anim blueprint hangs when compiled. Probably a cyclic issue when compiling. A workaround is to add a delay of any time between the set node and the Draw Debug Sphere node. Repros in the following v ...