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 FSnapshotCustomVersionInfo
Remarks
Holds custom version information
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | FriendlyName | Friendly name of the version | |
| FGuid | Key | Unique custom key | |
| int32 | Version | Custom version |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const FCustomVersion& InVersion |
Initialize this version info from the given version |