Behavior Tree "Resume" button does not match other resume buttons in editor

UE - Gameplay - Feb 12, 2015

Resume button in Behavior Trees is a different image than the resume button in other parts of the editor. ...

Game Instance being initialized twice in Android build

UE - Gameplay - Feb 11, 2015

When a project with a C++ custom game instance is packaged for Android, the game mode is initialized twice from different paths. Device log files attached ...

Cannot set the Rotation value of an Instance Static Mesh component if the scale is set to zero

UE - Gameplay - Feb 3, 2015

Cannot set the Rotation value of an Instance Static Mesh component if the scale is set to zero. This can be done with StaticMesh components and standard Static Meshes in the level. ...

Users custom AI-heavy project crashes if anything is Built

UE - Gameplay - Feb 2, 2015

Users custom AI project crashes if anything is Built. (All, Lighting, Geometry, etc.) The project can be played but receives a message during play that the Navmesh needs to be rebuilt. ...

Line Trace's chained together into a ricochet do not work on all normal directions

UE - Gameplay - Jan 27, 2015

Line Trace's chained together into a ricochet do not work on all normal directions. They seem to fire inside of the object. The blueprint setup in screenshot #2 is in the MyCharacter bp. ...

Setting character animation in parent BP and mesh in child BP does not play the animation in a packaged game

UE - Gameplay - Jan 21, 2015

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. ...

Get Font Size returns 0.0 for default (null) font value

UE - Gameplay - Jan 21, 2015

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

UE - Gameplay - Jan 15, 2015

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 ...

Objects with physics enabled do not show up in 4.7 preview 2 (when upgraded form 4.6)

UE - Gameplay - Jan 12, 2015

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

UE - Gameplay - Jan 5, 2015

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 ...