Selecting another level while the level is hidden cause the level moves to incorrect position. it occurs only when using world origin shift in world setting. ...
When importing wav files with a higher bit depth than 16, any cue points on the file are stripped. ...
See the UDN question (duplicated below). I think we need to better manage the lifetime of the event we use for synchronization here. We are experiencing an issue where when FPlatformMisc::Request ...
This issue occurs when merging static meshes that have multiple LODs. If they are using UV1 for lightmap index, after merging, the UV1 of the result for each LODs will all be differents, making the ...
Ran into this while answering a UDN. A user was expecting to find the blueprint functions available to Editor Utility Blueprints after reparenting their actor to EditorUtilityActor. I confirmed that ...
When playing in "New Editor Window" mode, entering the r.setres command does not change the screen size. This worked in UE4.27, but no longer works in UE5.0. ...
UE5.0 does not support ActorFoliage at Levels where World Partition is enabled ( [Link Removed] ), but ActorFoliage will work via ProceduralFoliageVolume. And when you cook the level you will get an ...
Foliage usually follows when the Transform of the placed ground or floor changes. However, if the ground or floor is a Level Instance Actor, it will not follow. The cause is in the code below. voi ...