Navigation
API > API/Plugins > API/Plugins/DMXRuntime
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXOptionalTypes.h |
| Include | #include "DMXOptionalTypes.h" |
Syntax
USTRUCT&40;&41;
struct FDMXOptionalInt32
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< int32 > | Value | The Optional Value |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const int32 & | GetValue () |
Returns the Value of the optional, only call when the value is set. | |
| bool | IsSet () |
Returns true if the optional is set | |
| void | Reset () |
Resets the optional | |
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FArchive& Ar |
||
| const FDMXOptionalInt32 & | operator=
(
const int32& Transform |