Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FBlueprintEditorUtils
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 |
static UEdGraph &42; GetDelegateSignatureGraphByName
&40;
UBlueprint &42; Blueprint,
FName DelegateName
&41;
Remarks
Get a graph for delegate signature with given name, from given blueprint. Graph of delegate-signature function.
Parameters
| Name | Description |
|---|---|
| Blueprint | Blueprint owning the delegate signature graph |
| DelegateName | Name of delegate. |