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