Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
Holds custom version information
| Name | FSnapshotCustomVersionInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/SnapshotVersion.h |
| Include Path | #include "Data/SnapshotVersion.h" |
Syntax
USTRUCT ()
struct FSnapshotCustomVersionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FriendlyName | FName | Friendly name of the version | Data/SnapshotVersion.h | |
| Key | FGuid | Unique custom key | Data/SnapshotVersion.h | |
| Version | int32 | Custom version | Data/SnapshotVersion.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const FCustomVersion& InVersion |
Initialize this version info from the given version | Data/SnapshotVersion.h |