When the SetMaterialAttributes Material Expression is used without an input to MaterialAttributes, it will cause Landscape Layer Blend expressions to fail to compile if it is the only layer on a par ...
When pressing the "Show Inactive" button in the material instance editor, all material parameters are supposed to be displayed in the EditorUI. This is not the case, only some of the parameters are ...
From licensee:"Testing incremental GC on our project we have ran into an issue with level streaming where levels will get stuck in the 'loading' state in packaged builds. The issue appears to be due ...
This issue seems to stem from HasClientLoadedCurrentWorld returning true in AGameMode::RemovePlayerControllerFromPlayerCount. When removing a player controller, the GameMode checks if a seamless tra ...
The duplication of an imported mesh wrongly marks it as also imported from the source mesh. The probable cause is data duplication without taking this edge case into account. I suggest checking Unr ...
Seams are found after importing a tiled landscape. ...
Disabling Disregard for GC leads to a crash in GarbageCollectionVerification.cpp VerifyObjectFlags. This crash occurs when there is an invalid path specified in GameplayTagTableList. The cause of t ...
There's two ways to affect the commandline in CommandLine.cpp: FILTER_COMMANDLINE_LOGGING - for filtering certain or all args (if left empty) from the log. UE_COMMAND_LINE_USES_ALLOW_LIST - for on ...