Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintEditorLibrary
Description
Returns the selected function name on a Create Event node (the dropdown value). Returns NAME_None if no function is selected.
| Name | GetCreateDelegateFunction |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
| Include Path | #include "BlueprintEditorLibrary.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Blueprint Graph Editing", Meta=(ScriptMethod))
static FName GetCreateDelegateFunction
(
const UK2Node_CreateDelegate * Node
)