Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_WithEqualityAndSerializer
- FNameProperty
- FStrProperty
- TProperty_Numeric
- FByteProperty
- FDoubleProperty
- FFloatProperty
- FInt16Property
- FInt64Property
- FInt8Property
- FIntProperty
- FLargeWorldCoordinatesRealProperty
- FUInt16Property
- FUInt32Property
- FUInt64Property
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_WithEqualityAndSerializer : public TProperty< InTCppType, TInPropertyBaseClass >
Constructors
| Type | Name | Description | |
|---|---|---|---|
TProperty_WithEqualityAndSerializer
(
UField* InField |
|||
TProperty_WithEqualityAndSerializer
(
EInternal InInernal, |
|||
TProperty_WithEqualityAndSerializer
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
TProperty_WithEqualityAndSerializer
(
FFieldVariant InOwner, |
|||
TProperty_WithEqualityAndSerializer
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Identical
(
const void* A, |
||
| void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
Typedefs
| Name | Description |
|---|---|
| Super | |
| TCppType | |
| TTypeFundamentals |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
TProperty_WithEqualityAndSerializer
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |