Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveSerializedPropertyChain
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveSerializedPropertyChain.h |
Include | #include "Serialization/ArchiveSerializedPropertyChain.h" |
void PushProperty
&40;
class FProperty &42; InProperty,
const bool bIsEditorOnlyProperty
&41;
Remarks
Push a property that is currently being serialized
Parameters
Name | Description |
---|---|
InProperty | Pointer to the property that is currently being serialized |
bIsEditorOnlyProperty | True if the property is editor only (call FProperty::IsEditorOnlyProperty to work this out, as the archive can't since it can't access CoreUObject types) |