Navigation
API > API/Plugins > API/Plugins/DMXGDTF
Version of the GDTF standard currently being used by the engine
| Name | FDMXGDTFVersion |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXGDTFVersion.h |
| Include Path | #include "GDTF/DMXGDTFVersion.h" |
Syntax
struct FDMXGDTFVersion
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MajorVersion | const uint8 | GDTF/DMXGDTFVersion.h | |
| MinorVersion | const uint8 | GDTF/DMXGDTFVersion.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString GetAsString() |
Returns the max supported major and minor version as string, in the format of 'Major.Minor', e.g. "1.2" | GDTF/DMXGDTFVersion.h | |
static const FString GetMajorVersionAsString() |
GDTF/DMXGDTFVersion.h | ||
static const FString GetMinorVersionAsString() |
GDTF/DMXGDTFVersion.h |