Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TOptional
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/Optional.h | |||
| Misc/Optional.h | |||
| Misc/Optional.h | |||
| Misc/Optional.h |
operator=(const TOptional &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Optional.h |
| Include Path | #include "Misc/Optional.h" |
TOptional & operator=
(
const TOptional & Other
)
operator=(TOptional &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Optional.h |
| Include Path | #include "Misc/Optional.h" |
TOptional & operator=
(
TOptional && Other
)
operator=(const OptionalType &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Optional.h |
| Include Path | #include "Misc/Optional.h" |
TOptional & operator=
(
const OptionalType & InValue
)
operator=(OptionalType &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Optional.h |
| Include Path | #include "Misc/Optional.h" |
TOptional & operator=
(
OptionalType && InValue
)