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

Promote to Variable no longer an option in Blueprint Function Library

UE - Gameplay - Blueprint - Nov 10, 2014

In earlier versions of the Engine (reported from 4.2), in a Blueprint Function Library, from the New Function Node you could right click on "new parameter" to promote to variable. Also you could dra ...

Warning message when opening the editor after moving MyCharacter blueprint

UE - Gameplay - Blueprint - Nov 7, 2014

If the MyCharacter blueprint is renamed or moved to a different folder after the project is built in Visual Studios and then the project is saved and the editor shut down, the editor will give a war ...

LIVE: A Local Variable cannot have its type changed if another local variable with the same name in a different function is in use

UE - Gameplay - Blueprint - Nov 6, 2014

Two local variables with the same name in two different functions still interact with each other in some way. This was reported in TTP 346132 and fixed in that case, but currently if a local variabl ...

Set Text Render Color registers max value instead of actual value from random floats

UE - Gameplay - Blueprint - Nov 5, 2014

When attempting to change the value of set text render color to a random value, the node will only register the maximum value in the range. ...