The player always faces the same direction when spawned if the user is using Gear VR. The issue does not occur in PIE or stand alone. This appears to only happen on the device Tested on the Galaxy ...
Starting with an asset (static mesh for instance) with a precise rotation value (such as a whole number) in the details panel will result in a imprecise, slightly fractional off value when rotated ...
Enviroment: Windows 7 Professional SP1 64-bit Intel(R) Xeon(R) CPU E5-2643 v3 @ 3.40GHz 64GB Ram NVidia GTX 980 (Driver version: 364.51 ) DirectX 11 Behavior in 4.10: The mouse is not captured/focu ...
When a user attempts to compile a project that is stored on a non-HFS partition on OSX, UBT fails to build due to files that are being generated that start with ".". The user's proposed fix is to ha ...
User checks bTakeRotationFromEffectorSpace before changing EffectorLocation from BoneSpace to WorldSpace. Once set to World Space, the 'End Effector' section of properties becomes hidden and bTakeRo ...
When the plugin wizard is used to create a new third party plugin and restart the editor as prompted, there is a prompt to rebuild the plugin/project. On Windows this rebuild happens successfully a ...
Upon PIE, the Can Ever Affect Navigation option is being reset on the capsule component of an empty character. Dragging the empty character into the level, setting the option to true, and then playi ...
See repro steps. Workaround Unset and set bIsFocusable on widget's class will allow bIsFocusable to be set and persist on the nested instance. ...
An assert is triggered in this case because in multi-process PIE, if the editor is a client, the PIEInstance of the world context remains at -1 (see UEditorEngine::PlayInEditor). If this client inst ...
Sequences in sub-levels only fire events in the persistent level. I don't know if they're expected to be firing in all levels or just the sub-level ...