The Editor may crash in PIE mode if the Engine was built from source code using the Debug Editor configuration.

UE - Gameplay - Blueprint - Dec 4, 2014

Building the Engine using Debug Editor configuration can result in a crash if a project is run in PIE mode. No crash occurs in the same project if the Engine is built using Development Editor config ...

Expand Node crashes engine

UE - Gameplay - Blueprint - Dec 4, 2014

The engine crashes when after right-click > Expand Node on any composite node. Crash Report: [Link Removed] ...

The Default Value for a Timespan variable resets whenever its Blueprint is compiled

UE - Gameplay - Blueprint - Nov 30, 2014

The Default Value for a Timespan variable resets to 00:00:00.000 whenever its Blueprint is compiled. ...

Renaming a custom component code class and performing a Hot Reload will cause the Editor to crash when a Blueprint containing an instance of that component class is opened.

UE - Gameplay - Blueprint - Nov 26, 2014

Renaming a custom ActorComponent class when that class is set as a component in a Blueprint and performing a Hot Reload will crash the Editor if the Blueprint is opened for editing after the project ...

Variables in other blueprints cannot be accessed in the context menu

UE - Gameplay - Blueprint - Nov 26, 2014

A variable in another Blueprint can't be accessed in the context menu from a reference to that Blueprint. ...

Altering Player Controller in Gamemode resets upon reloading project

UE - Gameplay - Blueprint - Nov 26, 2014

If a user sets the player controller to a custom Player Controller inside of a gamemode, then compiles, saves, and closes both the blueprint and the editor. Upon reloading the player controller in t ...

Set nodes for Physical Materials are no longer accessible via Blueprints

UE - Gameplay - Blueprint - Nov 19, 2014

DESCRIPTION: Set nodes for Physical Material parameters are no longer accessible via Level Blueprint. AH Post: https://answers.unrealengine.com/questions/135031/cant-set-physical-material-properti ...

LIVE: Variables of type UserDefinedStruct that are not compiled when a project is closed will not be visible when the project is reopened

UE - Gameplay - Blueprint - Nov 18, 2014

If a variable of type UserDefinedStruct is created in a Blueprint and the project is closed before the Blueprint is compiled, upon reopening the project that variable will not be visible in the My B ...

LIVE: Changing a Custom Event to Multicast in a parent blueprint causes crash

UE - Gameplay - Blueprint - Nov 13, 2014

Changing a Custom Event to Multicast in a parent blueprint causes crash if the Custom Event is being used in the child blueprint. Callstack: MachineId:DE189244480D3CD0F8CA729A02DD38A6 UserName:tjb ...

C++ Event Dispatchers target pin cannot be set to actor references

UE - Gameplay - Blueprint - Nov 13, 2014

When connecting C++ created event dispatcher, the Target node will not accept reference to other actors. This is happening in 4.6 and Main but is working as intended in 4.5.1 ...