Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/VerseValueProperty.h |
| Include | #include "UObject/VerseValueProperty.h" |
Syntax
class FVerseValueProperty : public FProperty
Remarks
Metadata for a property of FVerseValueProperty type.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVerseValueProperty
(
EInternal InInernal, |
|||
FVerseValueProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FVerseValueProperty
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| FFieldClass * | StaticClass () |
||
| uint64 | |||
| uint64 |
Overridden from FProperty
| Type | Name | Description | |
|---|---|---|---|
| void | ClearValueInternal
(
void* Data |
||
| bool | ContainsObjectReference
(
TArray< const FStructProperty* >& EncounteredStructProps, |
Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a UObject reference. | |
| void | CopyValuesInternal
(
void* Dest, |
||
| void | DestroyValueInternal
(
void* Data |
||
| void | EmitReferenceInfo
(
UE::GC::FSchemaBuilder& Schema, |
Emits tokens used by realtime garbage collection code to passed in ReferenceTokenStream. | |
| void | ExportText_Internal
(
FString& ValueStr, |
||
| FString | GetCPPMacroType
(
FString& ExtendedTypeText |
||
| FString | GetCPPType
(
FString* ExtendedTypeText, |
Returns the text to use for exporting this property to header file. | |
| FString | |||
| int32 | |||
| bool | Determines whether the property values are identical. | ||
| const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
||
| void | InitializeValueInternal
(
void* Data |
||
| void | LinkInternal
(
FArchive& Ar |
||
| void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize |
||
| void * | operator new
(
const size_t InSize, |