TextBox(Multi-line) or EditableText(multi-line) in UMG blinks when it meets certain condition in editor. The condition is Both Size to content option for TextBox(Multi-line) or EditableText(multi-l ...
For skeletal meshes with multiple cloth assets in use, modifying any of the bone's collision body setup in the physics asset causes a crash. ...
APlayerController::ClientStartOnlineSession() checks PlayerState at the start of a game after loading a level. Due to time needed to load in, client player state may may return NULL ...
Similar issues have already been reported here for iOS [https://udn.unrealengine.com/s/question/0D52L00004vJelTSAS/crash-ios-in-flandscaperendersystemcomputesectionperviewparameters] and here [https ...
When doing an unattended OBJ export with python. The export will fail and give the atteched callstack. ...
Collision build at runtime for LiDAR point cloud does not apply. This applies to Editor and Standalone. If you do not allow collision builds at runtime, this module should not be available at runtim ...
Causing a Nav Mesh update, such as by moving an actor into the NavMesh that will create a hole, seems to be breaking Nav Link Proxies by preventing characters from being able to use them. ...
The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...