Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TInlineValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TInlineValue & operator=
(
TInlineValue&& In |
Misc/InlineValue.h | ||
TInlineValue & operator=
(
const TInlineValue& In |
Misc/InlineValue.h | ||
TEnableIf< TPointerIsConvertibleFromTo< typenameTDecay< T >::Type, BaseType >::Value, TInlineValue & >::Type operator=
(
T&& In |
Move assignment from any type relating to BaseType. | Misc/InlineValue.h |
operator=(TInlineValue &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/InlineValue.h |
| Include Path | #include "Misc/InlineValue.h" |
TInlineValue & operator=
(
TInlineValue && In
)
operator=(const TInlineValue &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/InlineValue.h |
| Include Path | #include "Misc/InlineValue.h" |
TInlineValue & operator=
(
const TInlineValue & In
)
operator=(T &&)
Description
Move assignment from any type relating to BaseType.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/InlineValue.h |
| Include Path | #include "Misc/InlineValue.h" |
template<typename T>
TEnableIf < TPointerIsConvertibleFromTo < typenameTDecay< T >::Type, BaseType >::Value , TInlineValue & >::Type operator=
(
T && In
)