Removing created event from level BP crashes editor if event is tied to object in level

UE - Gameplay - Blueprint - Feb 21, 2015

UPDATE: 2/23/2015 Crash is limited to 4.6.1, does not occur in 4.7 Preview 8 or later builds (CL#2448202). ========================================================== Editor crashes if an event is ...

Flying pawn ignores landscape collision

UE - Gameplay - Feb 21, 2015

Flying pawn from Flying Template does not collide with landscapes. ...

Delay node after a Destroy node breaks blueprint string

UE - Gameplay - Blueprint - Feb 20, 2015

When a delay node is placed after a Destroy node in a blueprint string, nothing after the delay node will trigger. Removing the delay will trigger following nodes. ...

Deleting the code files for a custom component from a project will result in an Engine crash when trying to open any Blueprint using that component.

UE - Gameplay - Blueprint - Feb 20, 2015

Adding a custom component to a Blueprint and then deleting the code class defining that custom component from the project will crash the Editor any time you try to open a Blueprint containing that c ...

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

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

first struct variable not shown by Intelisense

UE - Foundation - Core - Feb 18, 2015

When invoking a custom struct, the first listed variable will not appear in the Intelisense window. ...

Trying to type of a text box that is applied to a 3D widget will result in a crash

UE - Editor - UI Systems - Feb 16, 2015

After placing a Textbox in a widget and then adding it to the level in the form of a 3D widget, the editor will crash if the user attempts to use it. ...