Landscape Mountains experiences heavy performance drops at various locations on map, specifically around ice lake in middle of map or when crashing. FPS varies from 50 FPS down to 11 FPS. ...
When reimporting a .FBX matinee Actor, the X and Y axis of the animation are interchanged. ...
The cursor option within the behavior section of the details panel for widgets does not set the cursor when the widget is hovered. ...
When using PIE to simulate multiple clients the virtual joysticks only work on the last client spawned. When using the other clients the joysticks to not move the player. Note: In the Third person ...
Reported on AnswerHub, but confirmed locally. Generated code converts the TArray<UClass*> into a TArray<TSubclassOf<UObject>>, which doesn't compile because TArrays are not compatible in that way. ...
Complex tests whose commandlines are created with JSON seem to be ignored by the automation framework. ...
We think that the reason users are having problems with svn on mac is that the platform implementation of ExecProcess waits until the process has shut down before any data is read off the pipe. This ...
8 bit textures are darker than 16 bit textures inside of editor. ...
Need to generally address how to clamp player name. InitNewPlayer seems to be the only place where player name length is enforced, and it's enforced in a poor way. Needs to be enforced uniformly acr ...
When using a Find Item node to search for something in an array, you are able to connect execution pins to the node, which then changes it to require an array of execs as an input. ...