Navigation
API > API/Runtime > API/Runtime/Core
A utility for loading a specific type from FArchive into a TVariant
| Name | TVariantLoadFromArchiveCaller |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/TVariantMeta.h |
| Include Path | #include "Misc/TVariantMeta.h" |
Syntax
template<typename T>
struct TVariantLoadFromArchiveCaller
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Load
(
FArchive& Ar, |
Default construct the type and load it from the FArchive | Misc/TVariantMeta.h |