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
struct FPostLoadSnapshotObjectParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FWorldSnapshotData & | SnapshotData | All saved snapshot data. Typical use case is getting the saved version info | |
| UObject * | SnapshotObject | The object that received its properties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPostLoadSnapshotObjectParams
(
UObject* SnapshotObject, |