Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FProperty
- FField::Serialize()
- FProperty::Serialize()
- FEnumProperty::Serialize()
- FOptionalProperty::Serialize()
- FByteProperty::Serialize()
- FBoolProperty::Serialize()
- FObjectPropertyBase::Serialize()
- FClassProperty::Serialize()
- FSoftClassProperty::Serialize()
- FClassProperty::Serialize()
- FSoftClassProperty::Serialize()
- FStructProperty::Serialize()
- FMulticastDelegateProperty::Serialize()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp |
virtual void Serialize
&40;
FArchive & Ar
&41;
Remarks
Begin UObject interface: the following functions mimic UObject interface for easier transition from UProperties to FProperties.