UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Serialization::Private::FImportTypeHierarchy Class Reference

#include <ImportTypeHierarchy.h>

Public Member Functions

UE_INTERNAL const TArray< FTypeResource > & GetSuperTypes () const
 
UE_INTERNAL void AddSuperType (const FTypeResource &SuperType)
 
UE_INTERNAL void AddSuperType (FTypeResource &&SuperType)
 

Static Public Member Functions

static UE_INTERNAL bool IsSerializationEnabled ()
 

Friends

COREUOBJECT_API FArchiveoperator<< (FArchive &Ar, FImportTypeHierarchy &I)
 
COREUOBJECT_API void operator<< (FStructuredArchive::FSlot Slot, FImportTypeHierarchy &I)
 

Detailed Description

Stores a snapshot of hierarchical type information for a Struct import entry.

Member Function Documentation

◆ AddSuperType() [1/2]

UE_INTERNAL void UE::Serialization::Private::FImportTypeHierarchy::AddSuperType ( const FTypeResource SuperType)
inline

◆ AddSuperType() [2/2]

UE_INTERNAL void UE::Serialization::Private::FImportTypeHierarchy::AddSuperType ( FTypeResource &&  SuperType)
inline

◆ GetSuperTypes()

UE_INTERNAL const TArray< FTypeResource > & UE::Serialization::Private::FImportTypeHierarchy::GetSuperTypes ( ) const
inline

◆ IsSerializationEnabled()

bool UE::Serialization::Private::FImportTypeHierarchy::IsSerializationEnabled ( )
static

Friends And Related Symbol Documentation

◆ operator<< [1/2]

COREUOBJECT_API FArchive & operator<< ( FArchive Ar,
FImportTypeHierarchy I 
)
friend

I/O functions

◆ operator<< [2/2]

COREUOBJECT_API void operator<< ( FStructuredArchive::FSlot  Slot,
FImportTypeHierarchy I 
)
friend

The documentation for this class was generated from the following files: