Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ISnapshotRestorabilityOverrider
| |
|
| Name |
ERestorabilityOverride |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Restorability/Interfaces/ISnapshotRestorabilityOverrider.h |
| Include Path |
#include "Restorability/Interfaces/ISnapshotRestorabilityOverrider.h" |
Syntax
enum ERestorabilityOverride
{
Allow,
DoNotCare,
Disallow,
}
Values
| Name |
Remarks |
| 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. |