Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchive > API/Runtime/Core/Serialization/FArchive/GetSerializedPropertyChain
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include | #include "Serialization/Archive.h" |
const FArchiveSerializedPropertyChain * GetSerializedPropertyChain() const
Remarks
Get the raw serialized property chain for this archive
Accessing this directly can avoid an array allocation depending on your use-case