Using a delay node in an event graph of actor using tick when paused will not work. It pauses the delay node. ...
UDN Issue: [Link Removed] ...
Collision of child actor doesn't rotate if the parent is simulating physics. This was an old bug that an AnswerHub user reported back in 4.9 but now a licensee is reporting this same behavior in 4.1 ...
If a user makes an enumerator in C++ and sets one of the variables to Hidden and doesn't make it the last variable of the enum, it will cause issues with the numbering of the enum when using the Sel ...
It appears that the preview scene used to render thumbnails is not destroyed after a thumbnail is rendered, even after the blueprint editor is closed and GC is run. Also found in Release-5.4, CL: 31 ...
ChaosCacheManager is not properly recording the state of each particle when toggling Fields and Anchor Fields in the scene. During my investigations I've noticed that ChaosCacheManager does not reco ...
The users editor crashes on open when changing the layout ...
Activating a Sequencer based Camera Shake repetitively results in an assertion being thrown. Assertion failed: DestAllocationIndex != SourceAllocationIndex [File:D:\build\++UE5\Sync\Engine\Source\R ...
When animating within a blueprint of a subclass created in c++, the animating mesh replicates itself uncontrollably. Added to .h: UPROPERTY() UBoxComponent* BoxComp; UPROPERTY() USkeletalMeshCompo ...
When using UMeta on Enums, text is ignored when doing Enum to String on a packaged project. ...