The main landscape actor's outer level's WorldSettings gets nullified by GC on PIE end, which leads to this problem. For some reason, this only seems to occur with the attached custom game mode : it ...
This code worked until UE5.4. NaniteResource added in 5.5 causes this issue. ...
Coming from UDN https://udn.unrealengine.com/s/case/5004z00001mDBzzAAG/material-instance-asset-creation-workflows?fromCase=1 Either standalone MFI creation should work just like MaterialInstances, ...
When trying to possess an already existing, uncontrolled character with an AI controller on server (from actor component) while in multiplayer mode, the editor keeps freezing until destroyed with t ...
In void ATestActor::OnConstruction(const FTransform& Transform) there is an infinite loop occuring in a ping pong call between the SetActorLabel and the DestroyChildActor calls. Happens in vanil ...