Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ICustomObjectSnapshotSerializer
Description
Optional. Called before properties are applied to anobject for which this interface was registered. Called on the object in the transient snapshot world.
| Name | PreApplyToSnapshotObject |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/ICustomObjectSnapshotSerializer.h |
| Include Path | #include "Restorability/Interfaces/ICustomObjectSnapshotSerializer.h" |
virtual void PreApplyToSnapshotObject
(
UObject * Object,
const ICustomSnapshotSerializationData & DataStorage
)