Navigation
API > API/Plugins > API/Plugins/LevelSnapshots
Holds file version information
| Name | FSnapshotFileVersionInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/SnapshotVersion.h |
| Include Path | #include "Data/SnapshotVersion.h" |
Syntax
USTRUCT ()
struct FSnapshotFileVersionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileVersionLicensee | int32 | Licensee file version | Data/SnapshotVersion.h | |
| FileVersionUE4 | int32 | UE4 File version | Data/SnapshotVersion.h | |
| FileVersionUE5 | int32 | UE5 File version | Data/SnapshotVersion.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize() |
Initialize this version info from the compiled in data | Data/SnapshotVersion.h | |
FString ToString() |
Data/SnapshotVersion.h |