Performing a Hot Reload after changing a UPROPERTY from BlueprintReadWrite to BlueprintReadOnly results in the variable not being shown in context sensitive search results in the Event Graph.

UE - Gameplay - Blueprint - Mar 3, 2015

Changing a UPROPERTY value from BlueprintReadWrite to BlueprintReadOnly, or vice versa, and performing a Hot Reload results in the variables not being found in the Blueprint's Event Graph context se ...

Functions in the Level Blueprint throw a warning on PIE

UE - Gameplay - Blueprint - Mar 3, 2015

Functions in the Level Blueprint throw a warning on PIE: LogBlueprint:Warning: FMemberReference::ResolveMember (NewFunction_0) bSelfContext == true, but no scope supplied! Every function logs thi ...

Custom Events set to Replicate do not show the replication information on the node until the Editor is restarted

UE - Gameplay - Blueprint - Mar 3, 2015

Custom Events set to Replicate do not show the replication information on the node until the Editor is restarted. For example, after setting a Custom Event to Multicast, the "Replicated From Server ...

Blueprint function input default values only a text field

UE - Gameplay - Blueprint - Mar 2, 2015

When you create a new variable you get a useful default value specification option for the given type. However, for a function input the values are just a string which requires knowing the arcane s ...

A function in a Blueprint Function Library that references another function in that library cannot be saved after closing and reopening the project

UE - Gameplay - Blueprint - Mar 1, 2015

A function in a Blueprint Function Library that references another function in that library cannot be saved after closing and reopening the project. The library will save without error until the pro ...

The Add node does not update in the Construction Script

UE - Gameplay - Blueprint - Feb 28, 2015

The Add node does not update in the Construction Script. Reproduced in 4.7.1 binary and Main (//depot/UE4/Promotable-CL-2455917) ...

Blueprints with inherited Macros cannot save

UE - Gameplay - Blueprint - Feb 27, 2015

Blueprints with inherited Macros cannot save. Reproduced in 4.7.1 binary and Main (//depot/UE4/Promotable-CL-2455917) ...

Crash after converting to 4.7.0 from 4.6.1

UE - Gameplay - Blueprint - Feb 26, 2015

User is crashing when opening project after converting to 4.7. [Link Removed] [Link Removed] LOG IS ATTACHED 4.6 project with updated plugin: [Link Removed] ...

4.6.1 to 4.7 conversion crash "Assertion failed: Pin != nullptr ...K2Node_DynamicCast.cpp]"

UE - Gameplay - Blueprint - Feb 25, 2015

Several Users are experiencing crashes on importing a 4.6.1 project into 4.7.0 (Release) Here are the crash reporter links: [Link Removed] [Link Removed] [Link Removed] [Link Removed] [Link Removed ...

Blueprint Interfaces cannot pass by reference between two blueprints

UE - Gameplay - Blueprint - Feb 25, 2015

Pass by reference variables do not work when called from a blueprint interface between two blueprints. Workaround: Use direct communication to pass by reference between two blueprints. ...