UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::TVariantLoadFromArchiveCaller< T, VariantType > Struct Template Reference

#include <TVariantMeta.h>

Static Public Member Functions

static void Load (FArchive &Ar, VariantType &OutVariant)
 

Detailed Description

template<typename T, typename VariantType>
struct UE::Core::Private::TVariantLoadFromArchiveCaller< T, VariantType >

A utility for loading a specific type from FArchive into a TVariant

Member Function Documentation

◆ Load()

template<typename T , typename VariantType >
static void UE::Core::Private::TVariantLoadFromArchiveCaller< T, VariantType >::Load ( FArchive Ar,
VariantType &  OutVariant 
)
inlinestatic

Default construct the type and load it from the FArchive


The documentation for this struct was generated from the following file: