Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TVariant
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set a specifically-typed value into the variant | Misc/TVariant.h | ||
| Set a specifically-typed value into the variant | Misc/TVariant.h |
Set(typename TIdentity< U >::Type &&)
Description
Set a specifically-typed value into the variant
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariant.h |
| Include Path | #include "Misc/TVariant.h" |
template<typename U>
void Set
(
typename TIdentity < U >::Type && Value
)
Set(const typename TIdentity< U >::Type &)
Description
Set a specifically-typed value into the variant
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariant.h |
| Include Path | #include "Misc/TVariant.h" |
template<typename U>
void Set
(
const typename TIdentity < U >::Type & Value
)