RHIGetAvailableResolutions returns duplicate entries when bIgnoreRefreshRate is false

UE - Rendering Architecture - RHI - Sep 17, 2015

When the RHIGetAvailableResolutions function fills the array that is passed in as the first argument, it will end up filling some slots with duplicate resolutions (including refresh rate) when the b ...

Changes to a Spline will reset if the Spline Component is renamed

Tools - Sep 17, 2015

Changes to a Spline will reset if the Spline Component is renamed User Description: Spline reset after rename The spline, nicely edited and long, got reset to the default after I've renamed the s ...

Mesh not rendered if rootbody not in frame

OLD - Anim - Sep 17, 2015

If you move your camera where it does not look at the rootbody of a skeletal mesh the mesh will disappear. ...

Cannot add new Keys to a black board if the behavior tree was created first

UE - AI - Sep 17, 2015

The user cannot add new keys to the black board if the behavior tree was created first. The user can click add new key and then attempt to select a variable but the variable will not be added. ...

Cannot click the create new project button on a monitor with 1366 x 768 resolution

Tools - Sep 17, 2015

If a user has a 1366 by 768 monitor resolution and uses the File > Create New project option, then the user will not be able to click the green button at the bottom of the window that actually allow ...

After focus has switched to UMG the Arrow keys no longer function for moving the character until the user has return focus to the game

UE - Editor - UI Systems - Sep 17, 2015

If the user clicks a button they cannot move their character with the arrow keys. ...

Struct that is referencing a Custom bp Class will reset to default values on editor restart

UE - Gameplay - Blueprint - Sep 16, 2015

Struct that is referencing a Custom bp Class will reset to default values on editor restart User Description: Making a array of object types in a struct. the goal is to have a struct containing wa ...

Removing Pose from Blend by Enum causes compile error with float defining blend time

OLD - Anim - Sep 16, 2015

Removing Pose from a Blend by Enum node can cause compile errors when a float is defining all of the blend times. ...

Anim Slots are always placed in the Default Group

OLD - Anim - Sep 16, 2015

After generating a new Slot node in the AnimGraph of the AnimBlueprint, creating a new Slot Group and subsequent Slot for that group results in the new slot being assigned to the Default group after ...

Hot reload breaks blueprints of class type when a struct containing a member of that class is defined in that class' header file.

UE - Gameplay - Blueprint - Sep 16, 2015

When a struct is created in the header file for a class, and the struct contains a member that is of that class' type, performing a hot reload after changing the class will result in a Blueprint der ...