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 &42;const GetOverrideFunctionClass
&40;
UBlueprint &42; Blueprint,
const FName FuncName,
UFunction &42;&42; OutFunction
&41;
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 |