This issue is resolved by changing Paper2D's LoadingPhase to PostConfigInit, but this is a workaround. We suggest a better long term fix via AssetRegistry changes (see comments). In the default la ...
The feedback on the Diffuser node is not clamped. Ouch. ...
Environment Queries Ignore tests for Custom Collision Object Overlaps. Note: The expected behavior seems to have worked in 4.21, After following the steps to reproduce, I can verify a successful de ...
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 ...
If a user uses Alt-tab to change to another window, the ReceivedFocus and LostFocus functions are not called as they would usually be called when using something such as Shift+F1 or Ctrl+Esc. Note: ...
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 ...
A Simulating Physics component with StartAwake = false will be awoken by a Welded component If a welding occurs during the call to OnCreatePhysicsState, this breaks the start awake disabled flag. Th ...
After hitting this failure, if you try to deploy again, then it will work. This only occurs on the first attempt. Initially, I thought I hit a disc space issue I was hitting due to having a sample ...