Set Timer node does not stop the timer if it is set to zero by the Custom Event

UE - Gameplay - Feb 20, 2015

Set Timer node does not stop the timer if it is set to zero by the Custom Event. This is also true if Set Timer Delegates are used. ...

Creating an exposed variable does not always update correctly to the bp's Details panel

UE - Gameplay - Blueprint - Feb 20, 2015

Creating an exposed variable does not always update correctly to the bp's Details panel. They will show as having multiple values until the bp is clicked off and back onto. ...

Landscape does not conform to splines correctly

UE - LD & Modeling - Terrain - Landscape - Feb 20, 2015

When attempting to deform a landscape to landscape splines, the landscape often does not correctly conform to the spline and will appear through portions of the spline or the spline will "float" abo ...

Landscape Visibility Tool crashes editor

UE - LD & Modeling - Terrain - Landscape - Feb 20, 2015

Editor crashes when landscape visibility tool is used on landscape. Frequency: 2/2 Crash Reporter: [Link Removed] ...

Compile error when declaring UPROPERTY() TArray with TFixedAllocator

UE - Foundation - Core - Feb 20, 2015

Declaring a UPROPERTY() TArray with TFixedAllocator fails to compile. Output log states "Missing '>' in 'tarray'." Removing/commenting out the UPROPERTY() allows the project to compile correctly. ...

Self Referencing Widget in a Player controller corrupts player controller blueprint

UE - Gameplay - Blueprint - Feb 20, 2015

If a the "Create Widget" node is called with an event tick and is uses a self reference (for the target player) inside the player controller it will make it so that the Player Controller blueprint c ...

TargetArray nodes are reported as invalid if played in Standalone mode but not in PIE

UE - Gameplay - Blueprint - Feb 20, 2015

TargetArray nodes are reported as invalid if played in Standalone mode and the blueprints they are contained in are not rendered. Playing in PIE however works correctly and all blueprints are rende ...

Camera behavior mismatch between PIE vs Packaged game

UE - Gameplay - Feb 19, 2015

When a camera is setup in code with GetWorld()->GetFirstPlayerController()->SetViewTarget(this); the camera will work in the editor but a packaged version of the game has a black screen. ...

If a custom code class is modified and a Hot Reload performed, any existing unsaved Blueprints derived from that class can no longer be saved.

UE - Gameplay - Blueprint - Feb 19, 2015

When a custom code class is changed and a Hot Reload is performed, any Blueprints previously made from that class can no longer be saved. Possibly related to [Link Removed]. WORKAROUND: Close and ...

Performing a Hot Reload after changing a custom component code class can make the component unusable in Blueprints, or crash the Editor.

UE - Gameplay - Blueprint - Feb 19, 2015

Performing a Hot Reload after altering a custom component code class can make the component unusable in Blueprints, and even crash the Editor. WORKAROUND: Close and re-open the Editor. ...