Landscape LOD menu is missing from Details Pane of editor. Found in Master Branch, latest commit before pulling branch. ...
When using GetHitResultUnderCursor and pressing LMB over a landscape, there is a chance that the location chosen will return false when it should be returning true. It seems dependent on what area o ...
Play from Here incorrectly adjusts player spawn when large grid snap values are used. ...
Viewport option: Show>Advanced>Vertex Colors doesn't display the vertex colors for a Skeletal Mesh. This viewmode works fine for Static Meshes. There is also no option to display the Vertex Colors ...
A player with UMG widget created on BeginPlay works fine when hitting play with only 1 player, but if you set the number of player > 1 it will crash. User believes this is somewhere related with t ...
Error Message: Access violation - code c0000005 (first/second chance not available) ComponentOverlapComponent node used in blueprints will cause the editor to crash once you PIE if there is no comp ...
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 ...
Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location. From fix CL 2619989: "Fixed FloatingPawnMovement component's issue when controlling AI pawn. Basicall ...
When some grouped actors are childed to another actor, and both the group and the parent are selected in the world outliner, movement delta is applied twice to the grouped children. Code for a poten ...
After playing with it and attaching in the debugger, it's sitting forever in MigratePreviousEngineIni(). It seems to be looping on DirectoryExists forever, likely here: while(PreviousVersion.GetMi ...