Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveProxy
- FArchiveState::SetSerializedProperty()
- FArchiveProxy::SetSerializedProperty()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h |
| Include | #include "Serialization/ArchiveProxy.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 |