Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_CreateDelegate > HandleAnyChange
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CreateDelegate.h |
Include | #include "K2Node_CreateDelegate.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CreateDelegate.cpp |
void HandleAnyChange
&40;
UEdGraph &42;& OutGraph,
UBlueprint &42;& OutBlueprint
&41;
Remarks
Return Graph and Blueprint, when they should be notified about change. It allows to call BroadcastChanged only once per blueprint.