Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/EnumProperty.h |
| Include | #include "UObject/EnumProperty.h" |
Syntax
class FEnumProperty : public FProperty
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEnumProperty
(
UField* InField |
|||
FEnumProperty
(
EInternal InInernal, |
|||
FEnumProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FEnumProperty
(
FFieldVariant InOwner, |
|||
FEnumProperty
(
FFieldVariant InOwner, |
|||
FEnumProperty
(
FFieldVariant InOwner, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| UEnum * | GetEnum () |
Returns a pointer to the UEnum of this property. | |
| uint64 | Returns the number of bits required by NetSerializeItem to encode this enum, based on the maximum value. | ||
| FNumericProperty * | Returns the numeric property which represents the integral type of the enum. | ||
| void | Set the UEnum of this property. | ||
| COREUOBJECT_APIFFieldClass * | StaticClass () |
||
| constexpr uint64 | |||
| constexpr uint64 |
Overridden from FProperty
| Type | Name | Description | |
|---|---|---|---|
| void | AppendSchemaHash
(
FBlake3& Builder, |
Updates the given HashBuilder with name and type information of this Property. | |
| EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
Allows a property to implement backwards compatibility handling for tagged properties | |
| 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 | Identical
(
const void* A, |
Determines whether the property values are identical. | |
| const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
||
| void | LinkInternal
(
FArchive& Ar |
||
| bool | NetSerializeItem
(
FArchive& Ar, |
||
| bool | Returns true, if Other is property of exactly the same type | ||
| void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
Overridden from FField
| Type | Name | Description | |
|---|---|---|---|
| void | AddCppProperty
(
FProperty* Property |
||
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| FField * | GetInnerFieldByName
(
const FName& InName |
Returns an inner field by name if the field has any | |
| void | GetInnerFields
(
TArray< FField* >& OutFields |
Fills the provided array with all inner fields this field owns (recursively) | |
| void | GetPreloadDependencies
(
TArray< UObject* >& OutDeps |
||
| void | PostDuplicate
(
const FField& InField |
Fixups after duplicating a Field | |
| void | Begin UObject interface: the following functions mimic UObject interface for easier transition from UProperties to FProperties. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize |
||
| void * | operator new
(
const size_t InSize, |