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. ...
Physics Constraint Component has lost accuracy between Unreal versions 5.2 and 5.4 (and up). When measuring the exact distance between rigid bodies constrained by a Physics Constraint Component, the ...
If the user creates two NavArea Blueprints (one in the content folder and the other in a developer folder) if one is inside of a developer folder then it will appear to have no affect when it comes ...
If you use a 5 character string (hello) to call the Mid function and provide 0 for start, -1 for count, it'll give you the entire string. This should either return an assert or treat all negatives a ...
There is an issue where Static meshes in a particle system are not affected by decals, It is unsure if this is intentional behavior or not. This issue does not appear to be a regression Versions ...
Binding overrides don't work for camera actor tracking. This may affect attach tracks as well. ...
Vulkan Multibuffer Lock mechanism for ReadOnly does not appear to be implemented. Temporary workaround has been provided to licensee. ...
Screen space reflections on translucent materials are not affected by post process settings. Any changes made to SSR settings in the volume will do nothing to a material that is set to the transluce ...
Note: This repros on 4.27 and all 5.x versions. When using the mobile renderer and/or forward shading, Planar Reflection will simply not work if the reflection plane normal has components that add ...