Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintEditorLibrary
Description
Lists functions compatible with the delegate signature of a Create Event node. Returns an empty array if the node's delegate output pin is not yet connected.
| Name | ListCompatibleFunctionsForDelegate |
| 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 TArray < FName > ListCompatibleFunctionsForDelegate
(
const UK2Node_CreateDelegate * Node
)