Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/Data
References
| Module | LevelSnapshots |
| Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/SnapshotVersion.h |
| Include | #include "Data/SnapshotVersion.h" |
Syntax
USTRUCT&40;&41;
struct FSnapshotVersionInfo
Remarks
Holds version information for a session
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSnapshotCustomVersionInfo > | CustomVersions | Custom version info | |
| FSnapshotEngineVersionInfo | EngineVersion | Engine version info | |
| FSnapshotFileVersionInfo | FileVersion | File version info |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyToArchive
(
FArchive& Archive |
||
| int32 | |||
| void | Initialize
(
bool bWithoutSnapshotVersion |
Initialize this version info from the compiled in data | |
| bool | Initialize this version info from the compiled in data | ||
| FString | ToString () |