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

Public Member Functions

 FScopedCreateExportCounter (FLinkerLoad *Linker, int32 Index)
 
 ~FScopedCreateExportCounter ()
 

Public Attributes

FUObjectSerializeContextLoadContext
 
FLinkerLoadPreviousLinker
 
int32 PreviousIndex
 

Detailed Description

Helper struct to keep track of the CreateExport() entry/exit.

Constructor & Destructor Documentation

◆ FScopedCreateExportCounter()

FScopedCreateExportCounter::FScopedCreateExportCounter ( FLinkerLoad Linker,
int32  Index 
)
inline

Constructor. Called upon CreateImport() entry.

Parameters
Linker- Current Linker
Index- Index of the current Import

◆ ~FScopedCreateExportCounter()

FScopedCreateExportCounter::~FScopedCreateExportCounter ( )
inline

Destructor. Called upon CreateImport() exit.

Member Data Documentation

◆ LoadContext

FUObjectSerializeContext* FScopedCreateExportCounter::LoadContext

Current load context object

◆ PreviousIndex

int32 FScopedCreateExportCounter::PreviousIndex

Previously stored index

◆ PreviousLinker

FLinkerLoad* FScopedCreateExportCounter::PreviousLinker

Poreviously stored linker


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