There is a scenario where delta struct serialized fast arrays can replicate changes that introduce additional elements to the array, but without changelists containing the new data. This needs furt ...
Sometimes manual recompile is required to make a blueprint actually recompile data-only changes, but not always. If the last manual compile was with default values, then changes are not updated. If ...
If used inside a UMG Blueprint, a struct that has only one element will remove the element from the struct after compiling the blueprint. If the element is edited or a second element is added then ...
Seems like failure to init SDL device is not being properly propagated and something on the higher level keeps pushing commands to the (non-existent?) audio thread. Paging also [Link Removed] and [ ...
**Physics collision ignores Capsule Collision, When Skeletal mesh root bone orientation is rotated in the Z-Axis, resulting in unexpected collision behavior. Screen shot has been attached to de ...
Currently, there are several places in FAnimInstanceProxy and FAnimNode_Base (and derived classes) that rely on FindFunctionByName in order to resolve transitions, evaluate pins, etc. This can happ ...
When playing in non-single player game in the editor (either set # players or check dedicated server checkbox), the editor will crash when the play session ends. Regression: Yes - editor does not c ...
This is a common Linux crash in 4.16.2. ...
UDN user reported frequent crashes in FStaticMesh::~FStaticMesh() on DrawListLinks[i]->Remove(false); Crash went away after adding critical sections to FStaticMesh::LinkDrawList(), FStaticMesh::Unl ...
Deleting all jobs after rendering queue with executor causes an assertion to fail. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 by utilizing a For Each Loop and Delete Job node ...