Navigation
API > API/Runtime > API/Runtime/Core
Description
Inverse operation of EncodeIndices. Decodes an encoded index into the individual index for the specified variant index.
| Name | UE::Core::Private::DecodeIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
namespace UE
{
namespace Core
{
namespace Private
{
SIZE_T UE::Core::Private::DecodeIndex
(
SIZE_T EncodedIndex,
SIZE_T VariantIndex,
const SIZE_T * VariantSizes
)
}
}
}