Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- FArrayProperty
- FDelegateProperty
- FFieldPathProperty
- FInterfaceProperty
- FMapProperty
- FSetProperty
- FTextProperty
- TFObjectPropertyBase
- FLazyObjectProperty
- FObjectProperty
- FClassProperty
- FSoftObjectProperty
- FSoftClassProperty
- FWeakObjectProperty
- TProperty_MulticastDelegate
- FMulticastInlineDelegateProperty
- FMulticastSparseDelegateProperty
- TProperty_WithEqualityAndSerializer
- FNameProperty
- TProperty_Numeric
- FByteProperty
- FDoubleProperty
- FFloatProperty
- FInt16Property
- FInt64Property
- FInt8Property
- FIntProperty
- FLargeWorldCoordinatesRealProperty
- FUInt16Property
- FUInt32Property
- FUInt64Property
- UE_STRPROPERTY_CLASS
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
template<typename InTCppType, class TInPropertyBaseClass>
class TProperty :
public TInPropertyBaseClass,
public TPropertyTypeFundamentals< InTCppType >
Constructors
| Type | Name | Description | |
|---|---|---|---|
TProperty
(
EInternal InInernal, |
|||
TProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
TProperty
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearIntrusiveOptionalValue
(
void* Data |
||
| void | ClearValueInternal
(
void* Data |
||
| void | CopyValuesInternal
(
void* Dest, |
||
| void | DestroyValueInternal
(
void* Dest |
||
| FString | GetCPPType
(
FString* ExtendedTypeText, |
||
| int32 | |||
| TCppType | GetOptionalPropertyValue_InContainer
(
void const* B, |
Get the value of the property from a container address, unless it is NULL, then return the default value | |
| TCppType const & | GetPropertyValue_InContainer
(
void const* A, |
Get the value of the property from a container address | |
| TCppType * | GetPropertyValuePtr_InContainer
(
void* A, |
Convert the address of a container to the address of the property value, in the proper type | |
| TCppType const * | GetPropertyValuePtr_InContainer
(
void const* A, |
Convert the address of a container to the address of the property value, in the proper type | |
| void | GetValue_InContainer
(
void const* InContainer, |
||
| bool | |||
| void | InitializeIntrusiveUnsetOptionalValue
(
void* Data |
||
| void | InitializeValueInternal
(
void* Dest |
||
| bool | IsIntrusiveOptionalValueSet
(
const void* Data |
||
| void | LinkInternal
(
FArchive& Ar |
||
| bool | |||
| void | SetPropertyValue_InContainer
(
void* A, |
Set the value of a property in a container | |
| void | SetValue_InContainer
(
void* OutContainer, |
Typedefs
| Name | Description |
|---|---|
| Super | |
| TCppType | |
| TTypeFundamentals |