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" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
void GetSerializedPropertyChain
(
TArray < class FProperty * > & OutProperties
) const
Remarks
Gets the chain of properties that are currently being serialized
This populates the array in stack order, so the 0th entry in the array is the top of the stack of properties