Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TOptional
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
OptionalType & GetValue () |
Misc/Optional.h | ||
const OptionalType & GetValue () |
Misc/Optional.h |
GetValue()
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Optional.h |
| Include Path | #include "Misc/Optional.h" |
OptionalType & GetValue()
The optional value; undefined when IsSet() returns false.
GetValue()
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Optional.h |
| Include Path | #include "Misc/Optional.h" |
const OptionalType & GetValue() const