Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- 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_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, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
Typedefs
Name | Description |
---|---|
Super | |
TCppType | |
TTypeFundamentals |