Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveState
- FArchiveState::SetSerializedProperty()
- FArchiveProxy::SetSerializedProperty()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
Include | #include "Serialization/Archive.h" |
virtual void SetSerializedProperty
&40;
FProperty &42; InProperty
&41;
Remarks
- Overrides the property that is currently being serialized
-
You likely want to call PushSerializedProperty/PopSerializedProperty instead
Parameters
Name | Description |
---|---|
InProperty | Pointer to the property that is currently being serialized |