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

Deleting folders in the Content Browser will not delete them permanently from Project Folder

UE - Editor - Content Pipeline - Content Browser - Mar 13, 2015

If you delete a folder from the Content browser that is in the Starter content, The folder will reappear if you reopen the project. The only way to delete them would be from Windows Explorer. I als ...

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

On a Linux project, starter content does not appear in content browser until project is reopened

UE - Platform - Linux - Mar 12, 2015

When creating a new project with starter content on Linux, the only asset that appears in the content browser is Floor_400x400. Closing/reopening the project will cause the rest of starter content ...