Crash when opening maps and blueprints in user's project

UE - Gameplay - Blueprint - Feb 23, 2015

Crash when opening maps and blueprints or PIE in user's project. [Link Removed] Possibly related [Link Removed] -30763-strategy.log is the first log, which indicated that the user's custom "Civil ...

Material Parameter Collection does not correctly render in Widget BP

UE - Editor - UI Systems - Feb 23, 2015

If a Material Parameter Collection with a Scalar Parameter is used within a material and that material is called within a widget the scalar parameter will render with a 0 value, even when set to ano ...

Possess functions need to be marked server-only

UE - Gameplay - Feb 23, 2015

Possess() should only work on the server, and only be callable on the server. ...

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