This project crashes when one Blueprint is compiled if its child Blueprint is opened in another tab

UE - Gameplay - Blueprint - Mar 18, 2015

This project crashes when one Blueprint is compiled if its child Blueprint is opened in another tab. This only occurs with one Parent/Child combination: the crash occurs when compiling Building whil ...

Post Process Effect Screen Percentage Not Functioning

UE - Graphics Features - Mar 18, 2015

The Post Process setting "Screen Percentage" does not seem to work at all. After looking at the example provided in the documentation highlighting the Content Examples map with this feature, I was ...

CTRL+LMB/RMB with scale widget does not auto scale along x or y axis

Tools - Mar 18, 2015

Pressing CTRL+LMB/RMB does not scale along the X or Y values automatically. Instead, it scales the entire object. ...

Cannot negatively scale objects in editor with scaling widget

Tools - Mar 18, 2015

Objects do not react well to negative scaling with the scaling widget. Once an object hits 0 then pushes into negative values it begins stuttering between small float values until the user stops goi ...

This Blueprint will not compile and causes a crash in 4.8

UE - Simulation - Physics - Mar 18, 2015

The MiningBuilding Blueprint in this user's project will not compile. Clicking the compile button never switches it to "Good to Go", and a warning that it needs to be compiled appears at PIE. Repro ...

BP Struct's 'Bool variable' will reset back to it's default value on compile

UE - Gameplay - Blueprint - Mar 18, 2015

BP Struct's 'Bool variable' will reset back to it's default value on compile. ...

Copying and pasting a component inside of an actor blueprint that has be duplicated and then added to the scene will prevent saving

UE - Gameplay - Blueprint - Mar 18, 2015

If a user copies and pastes a component that is inside of an actor blueprint that has been duplicated and then the user adds this new actor blueprint to the scene it will prevent the user from being ...

Retriggerable delays do not work on tick events

UE - Gameplay - Blueprint - Mar 18, 2015

Retriggerable delays and the nodes after are not recognized when triggered by tick events. ...

Renamed Enums displayed in Standalone game will show the original default name instead

UE - Gameplay - Blueprint - Mar 18, 2015

Renamed Enums displayed in Standalone game will show the original default name instead. ...

Destroy Component inside of a actor blueprint component does not trigger if target is "self"

UE - Gameplay - Blueprint - Mar 18, 2015

If a "Destroy Component" has a target of self within a blueprint component, the "Destroy Component" node will not trigger. ...