Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Restorability > API/Plugins/LevelSnapshots/Restorability/Interfaces
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/ISnapshotLoader.h |
| Include | #include "Restorability/Interfaces/ISnapshotLoader.h" |
Syntax
class ISnapshotLoader
Remarks
Receives callbacks when an object is loaded into the snapshot world. Gives the opportunity to call custom fix up functions.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoadSnapshotObject
(
const FPostLoadSnapshotObjectParams& Params |
Called after an object has received all its properties. |