Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Description
Returns a class name for the specified class that has no automatic suffixes, but is otherwise unmodified. Class can be nullptr.
| Name | GetClassNameWithoutSuffix |
| 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 FString GetClassNameWithoutSuffix
(
const UClass * Class
)