Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Restorability > API/Plugins/LevelSnapshots/Restorability/Interfaces > API/Plugins/LevelSnapshots/Restorability/Interfaces/ISnapshotRestora-
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/ISnapshotRestorabilityOverrider.h |
| Include | #include "Restorability/Interfaces/ISnapshotRestorabilityOverrider.h" |
Syntax
enum ERestorabilityOverride
&123;
Allow,
DoNotCare,
Disallow,
&125;
Values
| Name | Description |
|---|---|
| Allow | The object in question is included but only if nobody else returned Disallow. |
| DoNotCare | Let other overrides decide. |
| Disallow | The object in question is never suitable and is not included. |