Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UClass * GetMostUpToDateClass
(
UClass* FromClass |
Helper function to get the most up to date class , returns FromClass for native types, SkeletonClass for UBlueprint generated classes | Kismet2/BlueprintEditorUtils.h | |
static const UClass * GetMostUpToDateClass
(
const UClass* FromClass |
Kismet2/BlueprintEditorUtils.h |
GetMostUpToDateClass(UClass *)
Description
Helper function to get the most up to date class , returns FromClass for native types, SkeletonClass for UBlueprint generated classes
| Name | GetMostUpToDateClass |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static UClass * GetMostUpToDateClass
(
UClass * FromClass
)
GetMostUpToDateClass(const UClass *)
| Name | GetMostUpToDateClass |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static const UClass * GetMostUpToDateClass
(
const UClass * FromClass
)