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 FDMXOptionalVector2D
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FVector2D > | Value | The Optional Value |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FVector2D & | 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 FDMXOptionalVector2D & | operator=
(
const FVector2D& Vector2D |