UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FExportBundleEntry Struct Reference

#include <AsyncLoading2.h>

Public Types

enum  EExportCommandType { ExportCommandType_Create , ExportCommandType_Serialize , ExportCommandType_Count }
 

Public Attributes

uint32 LocalExportIndex
 
uint32 CommandType
 

Friends

COREUOBJECT_API friend FArchiveoperator<< (FArchive &Ar, FExportBundleEntry &ExportBundleEntry)
 

Detailed Description

Export bundle entry.

Member Enumeration Documentation

◆ EExportCommandType

Enumerator
ExportCommandType_Create 
ExportCommandType_Serialize 
ExportCommandType_Count 

Friends And Related Symbol Documentation

◆ operator<<

COREUOBJECT_API friend FArchive & operator<< ( FArchive Ar,
FExportBundleEntry ExportBundleEntry 
)
friend

Member Data Documentation

◆ CommandType

uint32 FExportBundleEntry::CommandType

◆ LocalExportIndex

uint32 FExportBundleEntry::LocalExportIndex

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