This user's project crashes when instanced levels and the player pawn are unloaded and destroyed. This occurs in the ProjectLevelGameMode Blueprint, in the Touched Finish Point commented area. This ...
When ignoring the pawn capsule on a character, yet having collision on the mesh, you still fall through the world because it ignores the mesh collision settings. From User: It seems to be infuriati ...
'Called when another actor steps overlapping this actor' sounds like it should say 'Called when another actor STOPS overlapping this actor' ...
The Editor freezes during PIE when loading a .sav file from 4.7 in a 4.8 or 4.9 project. The user reporting this reports a memory leak and crash, but I have not been able to reproduce that in partic ...
Constructing instanced meshes with multiple collision components spams the output logs with error messages. ...
After updating a project from 4.7 to 4.8 the character will be loaded first when the project has been packaged out. ...
Editor crashes if a blueprint has "Can Ever Affect Navigation" changed multiple times and is compiled. Crash link: [Link Removed] Frequency: 4/4 ...
When you place a Child Actor into Static Mesh Actor Derived BP then place that BP into another BP of the same class as another child actor, the thumbnails of all Blueprints in your project will incl ...
The Functional Test framework crashes when adding a delegate instance if multiplayer PIE is enabled. The crash occurs at the check code in the block below from ..\Engine\Source\Runtime\Core\Public\D ...
PlayerController isn't tickable during pause while using the 'Set Tickable When Paused' node. https://answers.unrealengine.com/questions/243791/camera-ticks-but-does-not-update.html User Descriptio ...