GPU emitter doesn't spawn particles at expected location when it is an event receiver. Also disabling Interpolate Spawning in the emitter properties affect this behavior as well, making the particle ...
When selecting "affect pivot only" and choosing "center pivot" on 56 objects in 3DS Max 2019, 4 of them imported into Datasmith as Actors and not StaticMeshActors. This makes it seemingly impossible ...
In previous versions of the engine (4.21), 10 MipMaps are generated with the above repro steps. Starting from 4.22 and CLs above the editor only produces 1 MipMap with the above texture settings. T ...
If a level contains a landscape actor, and if you stream multiple instances of that level into your map, you will get errors in the message log that the landscape actors have the same GUID. Found i ...
Setting the default RHI for Windows to DX12 and enabling Forward Shading results in a crash when adding a texture sample parameter to a material. Found in 4.22 CL# 5660361 and 4.23 CL# 6074473 Wor ...
When a Texture Object is used for the "Tex" Input of a Texture Sample node in a material, the material will no longer contribute to indirect lighting when used with static lighting. Working as expe ...
When trying to use any "Make Struct" node that uses vector values, the values typed into FVector fields will reset to 0. This is a regression from 4.21.2 (CL-4753647). This reported and tested in ...
Packaging a project having a skeletal mesh with a niagara system attached to it in the scene causes the build to crash when running the executable. I have attached the log and dmp files relevant t ...
Might be a simpler repro than this, but take a look at revision 1 of PreRolledBoxes in FortniteMain to see an asset affected by this. It was duplicated from StoreRoot which had breakpoints in some o ...
The "DisableDebugCamera" node and the "ExecuteConsoleCommand" node with "ToggleDebugCamera" in the Command field do not disable an enabled Debug Camera. Found in 4.22.3 CL#7053642 Reproduced in 4.2 ...