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