Navigation
API > API/Plugins > API/Plugins/DMXRuntime
| Name | FDMXOptionalString |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/DMXOptionalTypes.h |
| Include Path | #include "DMXOptionalTypes.h" |
Syntax
USTRUCT ()
struct FDMXOptionalString
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | TOptional< FString > | The Optional Value | DMXOptionalTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetValue() |
Returns the Value of the optional, only call when the value is set. | DMXOptionalTypes.h | |
bool IsSet() |
Returns true if the optional is set | DMXOptionalTypes.h | |
void Reset() |
Resets the optional | DMXOptionalTypes.h | |
bool Serialize
(
FArchive& Ar |
DMXOptionalTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDMXOptionalString & operator=
(
const FString& Transform |
DMXOptionalTypes.h |