Editor Crashes when compiling a 3d widget after adding array variable

UE - Editor - UI Systems - Feb 23, 2015

Editor crashes when user adds array variable (any type) to a 3d widget that is used within a blueprint actor and then compiles the widget. Frequency: 4/4 Crash Reporter: [Link Removed] ...

BeginPlay has inconsistent behavior

Tools - Feb 23, 2015

Certain calls made on Begin Play do not function as expected. Users expect BeginPlay to be called when the game is loaded/playable EX: Using GetViewportSize on begin play will return 0 for X and Y ...

Tiled Landscapes imported with inverted Y axis rotation in World Browser

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

When importing tiled landscapes into the world browser, the landscape tiles appear with inverted Y axis rotations. ...

Add a way to specify the font size when using a runtime font with AHUD

Tools - Feb 23, 2015

AHUD::DrawText can currently only accept a UFont asset. An overload of this that took a FSlateFontInfo would allow people using Blueprints to override the font size and typeface (as you can already ...

Clearing BB values with UBlackboardComponent::ClearValue doesn't work

UE - AI - Feb 23, 2015

It just doesn't. There's a bug in the code, as described by user in the linked answerhub thread ...

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

UMG Textblock with no font drops FPS by ~30

UE - Editor - UI Systems - Feb 21, 2015

FPS drops in PIE when a widget is called that has text with no font selected. ...

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