Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T UE::Core::Private::EncodeIndices
(
const T& Variant |
Encode the stored index of a bunch of variants into a single value used to lookup a Visit invocation function | Misc/TVariantMeta.h | |
SIZE_T UE::Core::Private::EncodeIndices
(
const Variant0& First, |
Misc/TVariantMeta.h |
UE::Core::Private::EncodeIndices(const T &)
Description
Encode the stored index of a bunch of variants into a single value used to lookup a Visit invocation function
| Name | UE::Core::Private::EncodeIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
namespace UE
{
namespace Core
{
namespace Private
{
template<typename T>
SIZE_T UE::Core::Private::EncodeIndices
(
const T & Variant
)
}
}
}
UE::Core::Private::EncodeIndices(const Variant0 &, const Variants &...)
| Name | UE::Core::Private::EncodeIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
namespace UE
{
namespace Core
{
namespace Private
{
template<typename Variant0, typename... Variants>
SIZE_T UE::Core::Private::EncodeIndices
(
const Variant0 & First,
const Variants &... Rest
)
}
}
}