Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchive
Description
- Overrides the property that is currently being serialized
-
You likely want to call PushSerializedProperty/PopSerializedProperty instead
Virtual Inheritance
- FArchiveState::SetSerializedProperty → FArchive::SetSerializedProperty
Derived Overrides
| Name | SetSerializedProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
virtual void SetSerializedProperty
(
FProperty * InProperty
)
Parameters
| Name | Remarks |
|---|---|
| InProperty | Pointer to the property that is currently being serialized |