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 FSnapshotEngineVersionInfo
Remarks
Holds engine version information
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Changelist | Changelist number. This is used to arbitrate when Major/Minor/Patch version numbers match | |
| uint16 | Major | Major version number | |
| uint16 | Minor | Minor version number | |
| uint16 | Patch | Patch version number |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const FEngineVersion& InVersion |
Initialize this version info from the given version | |
| FString | ToString () |