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 ()
struct FDMXOptionalBool
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | Value | The Optional Value |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const bool & | 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 | |
|---|---|---|---|
| const FDMXOptionalBool & | operator=
(
const bool& Transform |