Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | TProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
Syntax
template<typename InTCppType, class TInPropertyBaseClass>
class TProperty :
public TInPropertyBaseClass,
public TPropertyTypeFundamentals< InTCppType >
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty
- TPropertyTypeFundamentals → TProperty
- TProperty
Derived Classes
TProperty derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h | |
| UObject/UnrealType.h | |||
TProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
TProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TInPropertyBaseClass | UObject/UnrealType.h | |
| TCppType | InTCppType | UObject/UnrealType.h | |
| TTypeFundamentals | TPropertyTypeFundamentals< InTCppType > | UObject/UnrealType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ClearIntrusiveOptionalValue
(
void* Data |
UObject/UnrealType.h | ||
virtual void ClearValueInternal
(
void* Data |
UObject/UnrealType.h | ||
virtual void CopyValuesInternal
(
void* Dest, |
UObject/UnrealType.h | ||
virtual void DestroyValueInternal
(
void* Dest |
UObject/UnrealType.h | ||
virtual FString GetCPPType
(
FString* ExtendedTypeText, |
UObject/UnrealType.h | ||
virtual int32 GetMinAlignment() |
UObject/UnrealType.h | ||
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 | UObject/UnrealType.h | |
TCppType const & GetPropertyValue_InContainer
(
void const* A, |
Get the value of the property from a container address | UObject/UnrealType.h | |
TCppType * GetPropertyValuePtr_InContainer
(
void* A, |
Convert the address of a container to the address of the property value, in the proper type | UObject/UnrealType.h | |
TCppType const * GetPropertyValuePtr_InContainer
(
void const* A, |
Convert the address of a container to the address of the property value, in the proper type | UObject/UnrealType.h | |
void GetValue_InContainer
(
void const* InContainer, |
UObject/UnrealType.h | ||
virtual bool HasIntrusiveUnsetOptionalState() |
UObject/UnrealType.h | ||
virtual void InitializeIntrusiveUnsetOptionalValue
(
void* Data |
UObject/UnrealType.h | ||
virtual void InitializeValueInternal
(
void* Dest |
UObject/UnrealType.h | ||
virtual bool IsIntrusiveOptionalValueSet
(
const void* Data |
UObject/UnrealType.h | ||
virtual void LinkInternal
(
FArchive& Ar |
UObject/UnrealType.h | ||
void SetPropertyValue_InContainer
(
void* A, |
Set the value of a property in a container | UObject/UnrealType.h | |
void SetValue_InContainer
(
void* OutContainer, |
UObject/UnrealType.h |