When using CastChecked<>(), the second parameter can be passed as ECastCheckedType::NullAllowed to make the check succeed when the input is nullptr. However, in UE 5.5 up to the latest engine versio ...
Also verified on Release-5.5.4 CL 40574608 ...
If the user scales multiple child components and tries to move them it causes exaggerated movement. ...
Instance Static Mesh element is not rendered if array element is removed and another is added. The collision is still present and the instance count will still register as if the non-rendered elemen ...
The rotate about axis material node appears to cause z-fighting in mesh particles if they are scaled in the simulation. ...
Destructible doesn't return Impulse data on hit User Description: I'm working on a project with destructible structures. I'd like to apply damage to actors that are hit by fractured destructible m ...
The assert that we're hitting is:Cannot replace existing object of a different class. New Object: /Engine/Transient.REINST_BPC_NPC_VFX_C_230 /Game/Maps/[REDACTED]/Levels/[REDACTED]/LevelSequence/ ...
Static imported as skeletal removing material IDs with some FBX. This user's FBX files are, so far, the only ones that exhibit this behavior ...
Looks like the replication system doesn't properly account for bShouldBeVisible. Once a level has be marked bShouldBeVisible=false on the server, the level is completely cleaned up and all actor cha ...
A Component Array doesn't update properly when using Structure Variables. Any array elements added after the setup don't get printed when the event is called. If you set the "Editable when Inherited ...