UK2Node_CreateDelegate::HandleAnyChange

Return Graph and Blueprint, when they should be notified about change. It allows to call BroadcastChanged only once per blueprint.

Windows
MacOS
Linux

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

Syntax

void HandleAnyChange
(
    UEdGraph *& OutGraph,
    UBlueprint *& OutBlueprint
)

Remarks

Return Graph and Blueprint, when they should be notified about change. It allows to call BroadcastChanged only once per blueprint.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss