The value of Max Angular Velocity on a component is being reset after changing the value and compiling the blueprint. Found in 4.12 binary, reproduced in Main CL 2994701. Could not reproduce in 4. ...
When applying a dbuffer decal to a surface with a small axis value for the decals size it will flicker. Attached gif to demonstrate. Reproducible in: 4.11 P8 CL-2916259 Dev-Main CL-2922677 ...
The Skylight actor has minimal effect on indirect lighting compared with 4.10.1 and the Indirect Lighting Intensity slider has no effect at all. Image attached for comparison bwtween 4.10.1 and 4. ...
When attempting to dynamically set the collision of a Spline Mesh component, the collision settings are not kept in a packaged game. Found in 4.10.4. Reproduced in 4.11 Preview 6 and Main CL 28772 ...
It appears that particle components don't update their bounds correctly when they are moved in a scene. If a particle emitter isn't currently visible at the start of the game it will remain culled. ...
Reimporting an asset after making changes causes loss of saved LOD changes when editing a static mesh. Similar issue was logged and fixed for SkeletalMeshes but this issue is still occurring for ...
UObjectBaseUtility::GetInterfaceAddress() fails due to an incorrect serialized value of the 'bImplementedByK2' property within the non-nativized class's Interfaces array on save. See support thread ...
HLOD state is not cleared when moving to a scene without HLOD so primitives may read the state from the old scene and incorrectly cull objects. The safe fix is to clear the HLOD state maps when the ...
Android projects in 4.22.1 crash on launch with Vulkan enabled. Did NOT reproduce in 4.23 MAIN at CL 6156332 4.22.1 release CL is the same as a related fix for this ( [Link Removed] ) ...
When calling TearOff followed immediately by Destroy, the channel will be closed with the reason that the actor was destroyed, so the actor will be destroyed on the client as well. In the UDN linke ...