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 void RemoveFunctionGraph
&40;
UBlueprint &42; Blueprint,
FName FuncName
&41;
Remarks
Deletes the function of the given name on this blueprint. Does NOT replace function call sites.
Parameters
| Name | Description |
|---|---|
| Blueprint | The blueprint to remove the function from |
| FuncName | The name of the function to remove |