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