Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintEditorLibrary
References
| Module | BlueprintEditorLibrary |
| Header | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
| Include | #include "BlueprintEditorLibrary.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp |
static UEdGraph &42; AddFunctionGraph
&40;
UBlueprint &42; Blueprint,
const FString & FuncName
&41;
Remarks
Adds a function to the given blueprint UEdGraph*
Parameters
| Name | Description |
|---|---|
| Blueprint | The blueprint to add the function to |
| FuncName | Name of the function to add |