Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TOptional
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional
(
const OptionalType& Value |
Construct an OptionaType with a valid value. | uLang/Common/Misc/Optional.h | |
TOptional
(
OptionalType&& Value |
uLang/Common/Misc/Optional.h | ||
| Construct an OptionalType with no value; i.e. unset | uLang/Common/Misc/Optional.h | ||
| Copy/Move construction | uLang/Common/Misc/Optional.h | ||
| uLang/Common/Misc/Optional.h |
TOptional(const OptionalType &)
Description
Construct an OptionaType with a valid value.
| Name | TOptional |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Optional.h |
| Include Path | #include "uLang/Common/Misc/Optional.h" |
TOptional
(
const OptionalType & Value
)
TOptional(OptionalType &&)
| Name | TOptional |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Optional.h |
| Include Path | #include "uLang/Common/Misc/Optional.h" |
TOptional
(
OptionalType && Value
)
TOptional(EResult)
Description
Construct an OptionalType with no value; i.e. unset
| Name | TOptional |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Optional.h |
| Include Path | #include "uLang/Common/Misc/Optional.h" |
TOptional
(
EResult Result
)
TOptional(const TOptional &)
Description
Copy/Move construction
| Name | TOptional |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Optional.h |
| Include Path | #include "uLang/Common/Misc/Optional.h" |
TOptional
(
const TOptional & Value
)
TOptional(TOptional &&)
| Name | TOptional |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Optional.h |
| Include Path | #include "uLang/Common/Misc/Optional.h" |
TOptional
(
TOptional && Value
)