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 FDMXOptionalString
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | 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 FDMXOptionalString & |