Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
| Name | ECachedDiffResult |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/LevelSnapshot.h |
| Include Path | #include "Data/LevelSnapshot.h" |
Syntax
enum ECachedDiffResult
{
NotInitialized,
HadChanges,
HadNoChanges,
}
Values
| Name | Remarks |
|---|---|
| NotInitialized | The actor was not yet analysed |
| HadChanges | Actor was analysed and had changes |
| HadNoChanges | Actor was analysed and had no changes |