![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 FArchive & | operator<< (FArchive &Ar, FImportTypeHierarchy &I) |
| COREUOBJECT_API void | operator<< (FStructuredArchive::FSlot Slot, FImportTypeHierarchy &I) |
Stores a snapshot of hierarchical type information for a Struct import entry.
|
inline |
|
inline |
|
inline |
|
static |
|
friend |
I/O functions
|
friend |