Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FVerseClassProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/VerseClassProperty.h |
| Include Path | #include "UObject/VerseClassProperty.h" |
Syntax
class FVerseClassProperty : public FClassProperty
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty → TFObjectPropertyBase → FObjectProperty → FClassProperty → FVerseClassProperty
- TPropertyTypeFundamentals → TProperty → TFObjectPropertyBase → FObjectProperty → FClassProperty → FVerseClassProperty
- TProperty → TFObjectPropertyBase → FObjectProperty → FClassProperty → FVerseClassProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVerseClassProperty
(
FFieldVariant InOwner, |
UObject/VerseClassProperty.h | ||
FVerseClassProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/VerseClassProperty.h | |
FVerseClassProperty
(
EInternal InInernal, |
UObject/VerseClassProperty.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FClassProperty | UObject/VerseClassProperty.h | |
| TCppType | TTypeFundamentals::TCppType | UObject/VerseClassProperty.h | |
| ThisClass | FVerseClassProperty | UObject/VerseClassProperty.h | |
| TTypeFundamentals | FVerseClassProperty::TTypeFundamentals | UObject/VerseClassProperty.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRequiresCastable | bool | UObject/VerseClassProperty.h | ||
| bRequiresConcrete | bool | UObject/VerseClassProperty.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AppendSchemaHash
(
FBlake3& Builder, |
Updates the given HashBuilder with name and type information of this Property. | UObject/VerseClassProperty.h | |
| UObject/VerseClassProperty.h | |||
virtual SIZE_T GetFieldSize() |
UObject/VerseClassProperty.h | ||
virtual const TCHAR * ImportText_Internal
(
const TCHAR* Buffer, |
UObject/VerseClassProperty.h | ||
virtual bool SameType
(
const FProperty* Other |
Returns true, if Other is property of exactly the same type | UObject/VerseClassProperty.h | |
virtual void Serialize
(
FArchive& Ar |
Begin UObject interface: the following functions mimic UObject interface for easier transition from UProperties to FProperties. | UObject/VerseClassProperty.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UE_API FField * Construct
(
const FFieldVariant& InOwner, |
UObject/VerseClassProperty.h | ||
static UE_API FFieldClass * StaticClass() |
UObject/VerseClassProperty.h | ||
static EClassCastFlags StaticClassCastFlags() |
UObject/VerseClassProperty.h | ||
static EClassCastFlags StaticClassCastFlagsPrivate() |
UObject/VerseClassProperty.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
UObject/VerseClassProperty.h | ||
void * operator new
(
const size_t InSize, |
UObject/VerseClassProperty.h | ||
void * operator new
(
const size_t InSize |
UObject/VerseClassProperty.h | ||
FVerseClassProperty & operator=
(
const FVerseClassProperty& |
UObject/VerseClassProperty.h | ||
| UObject/VerseClassProperty.h |