We have a problem with the SceneDepth related features on the mobile after migrated to 4.25.1 from 4.23SceneDepth node output issue in translucent materialsDepthFade node output issue in translucent ...
The frame appears to be getting skipped entirely, but the timing for the frames on either side of them is correct, ie: if frame 10 is skipped, frame 9 and 11 still match the working case, so the ove ...
Crash occurs when the user opens the linked project, which has Hair assets. [Link Removed] ...
This problem caused by incorrect initialization of RandomStream in the GPU particle. //PaticleGpuSimulation.cpp virtual void Init() override { ... check(AllocatedTiles.Num() == TileTimeOfDe ...
User reporting seeing this error start appearing in 4.25.1 (possibly 4.25.x, unsure if they were previously testing on 4.25.0 or not). It appears 'benign' as the expected data still gets loaded, bu ...
This issue can temporarily be worked around by launching the editor with the "-nosound" argument which will disable audio recording. ...
Calling the NetSerialize() function of FUniqueNetIdRepl from a custom NetSerialize() causes a crash. This only seems to occur when the struct is part of an array RPC parameter. ...
REGRESSION: Issue does not occur in 4.24 Crash occurs when the user changes a blueprint TMap value from Vector to Vector4 and then compiles the blueprint. This seems to only occur with TMaps, as ...
This bug comes from https://udn.unrealengine.com/questions/585499/view.html which describes a problem where a licensee is trying to use the AssetManager to scan a primary asset type that is generate ...
This is related to the previous issue where if you deleted a component than there would be no errors ([Link Removed]), but instead of the component itself being deleted, the delegate has. The er ...