Navigation
API > API/Runtime > API/Runtime/Core
A utility for loading a type from FArchive based on an index into a template parameter pack.
| Name | TVariantLoadFromArchiveLookup |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
Syntax
template<typename T>
struct TVariantLoadFromArchiveLookup
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| VariantType | TVariant< Ts... > | Misc/TVariantMeta.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Load
(
SIZE_T TypeIndex, |
Load the type at the specified index from the FArchive and emplace it into the TVariant | Misc/TVariantMeta.h |