When a child BP is used to with a skeletal mesh to play an animation set in the parent, the animation will play in editor and in standalone but will not play in a packaged game. ...
When using the default value in a "get text size" node, the height and width return 0.0. Note: potentially returning null value as no hard value is presented to font. James: Should use same fall ...
SetMaterial allows the user to add a Material which updates the GetMaterials array but not GetNumMaterials. The user who reported this was trying to add a material to a skeletal mesh during runtim ...
After upgrading from 4.6 to 4.7 preview 2 objects that are set to simulate physics will not show up if the user uses the mobile preview. ...
Set Ignore Look Input stacks the resulting value each time it is called. If Set Ignore Look Input is called more than once with the same value, it will take as many calls with the opposite value to ...
Using a custom spawn function to spawn a character will crash editor in PIE mode (only standalone window crashes if standalone is used). ...
An error message in DataTable.cpp is intended to display the value of an int32 variable, but instead outputs "%d". ...
The original bug report is unclear – of course framerate of the game on PC will not match device – but QA has found a bug here. Seems like the game thread max tick rate is not being enforced in the ...
collision does not correct update when an object that has limited collision is altered/rotated. ...
Trigger volumes do not detect overlap events. Tested in //depot/UE4/Promotable-CL-2394966 ...