Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchive
- FArchiveState::SetSerializedPropertyChain()
- FArchive::SetSerializedPropertyChain()
- FArchiveProxy::SetSerializedPropertyChain()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include | #include "Serialization/Archive.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
virtual void SetSerializedPropertyChain
(
const FArchiveSerializedPropertyChain * InSerializedPropertyChain,
class FProperty * InSerializedPropertyOverride
)
Remarks
Set the raw serialized property chain for this archive, optionally overriding the serialized property too (or null to use the head of the property chain)