Landscape LODDistanceFactor not applied to levels that were not loaded when it is changed

UE - LD & Modeling - Terrain - Landscape - Mar 13, 2015

Landscape LODDistanceFactor is not applied to levels that were not loaded when it is changed. Sample content shows a landscape in this state. Other landscape properties probably suffer from this s ...

GetHitResultUnderCursor does not always return true with landscape collision

UE - LD & Modeling - Terrain - Landscape - Mar 13, 2015

When using GetHitResultUnderCursor and pressing LMB over a landscape, there is a chance that the location chosen will return false when it should be returning true. It seems dependent on what area o ...

An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated

UE - Gameplay - Blueprint - Mar 13, 2015

An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated. Reproduced in 4.7.2 binary and Main (//depot/UE4 ...

Some custom fonts break games that are launched in HTML5

UE - Editor - UI Systems - Mar 13, 2015

A user complained that a font was not showing up in their project. While investigating this issue, I found that certain fonts will cause the project to no longer work when launched to FireFox. The b ...

BP-implemented BT decorators end up thinking they're not on active branch

UE - AI - Mar 13, 2015

This issue makes BP BT decorators not being able to run condition checking every tick. The core issue is here: bool UBTDecorator_BlueprintBase::GetShouldAbort(UBehaviorTreeComponent& OwnerComp) co ...

The node wires in this project's MyCharacter blueprint do not animate during PIE

UE - Gameplay - Blueprint - Mar 13, 2015

The node wires in this project's MyCharacter blueprint do not animate during PIE. This also occurs with the NPC and AI Blueprints the first time you PIE, but the second time they animat as expected. ...

Undo Delete Subcomponent/Child Actor of Blueprint while Playing Causes Crash

UE - Gameplay - Blueprint - Mar 12, 2015

The title pretty much explains it all. When creating a blueprint and using a subcomponent or child within that blueprint, deleting the child actor, and then undoing while in play, causes crash. ...

The Spawn Actor from Class node's dropdown menu gets cut off when zoomed out

UE - Gameplay - Blueprint - Mar 12, 2015

The Spawn Actor from Class node's dropdown menu gets cut off when zoomed out. Reproduced in 4.7.2 binary and Main (//depot/UE4/Promotable-CL-2473270) ...

Splash Screen orientation will not change when in Portrait and Upside Down on iPhone 5

UE - Platform - Mobile - Mar 12, 2015

When changing the Orientation in the iOS settings to Portrait and Upside Down, the splash screen will still appear in the landscape orientation when the project opens. this issue will only occur on ...

Cannot use a material instance to "Replace Reference" when deleting a material that is assigned to an image widget

UE - Editor - UI Systems - Mar 12, 2015

Material Instances are not given as options when assigning a replacement material to a UMG image widget after the original material was deleted. ...