FBlueprintEditorUtils::GetDelegateSignatureGraphByName

Get a graph for delegate signature with given name, from given blueprint.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h

Include

#include "Kismet2/BlueprintEditorUtils.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp

Syntax

static UEdGraph * GetDelegateSignatureGraphByName
(
    UBlueprint * Blueprint,
    FName DelegateName
)

Remarks

Get a graph for delegate signature with given name, from given blueprint.

Returns

Graph of delegate-signature function.

Parameters

Parameter

Description

Blueprint

Blueprint owning the delegate signature graph

DelegateName

Name of delegate.

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