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 UClass *const GetOverrideFunctionClass
(
UBlueprint * Blueprint,
const FName FuncName,
UFunction ** OutFunction
)
Remarks
Get the override class of a given function from its name The override class of a given function
Parameters
| Name | Description |
|---|---|
| Blueprint | Blueprint to check the function on |
| FuncName | Name of the function |
| OutFunction | The function that has this name |