Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UClass
Description
Returns the struct/ class prefix used for the C++ declaration of this struct/ class. Classes deriving from AActor have an 'A' prefix and other UObject classes an 'U' prefix.
Virtual Inheritance
- UStruct::GetPrefixCPP → UClass::GetPrefixCPP
Derived Overrides
| Name | GetPrefixCPP |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual const TCHAR * GetPrefixCPP() const
Prefix character used for C++ declaration of this struct/ class.