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 editor world.
| Name | PreApplyToEditorObject |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/ICustomObjectSnapshotSerializer.h |
| Include Path | #include "Restorability/Interfaces/ICustomObjectSnapshotSerializer.h" |
virtual void PreApplyToEditorObject
(
UObject * Object,
const ICustomSnapshotSerializationData & DataStorage,
const FPropertySelectionMap & SelectionMap
)