![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LinkerLoad.h>
Public Member Functions | |
| FScopedCreateImportCounter (FLinkerLoad *Linker, int32 Index) | |
| ~FScopedCreateImportCounter () | |
Public Attributes | |
| FUObjectSerializeContext * | LoadContext |
| FLinkerLoad * | PreviousLinker |
| int32 | PreviousIndex |
Helper struct to keep track of the first time CreateImport() is called in the current callstack.
| FScopedCreateImportCounter::FScopedCreateImportCounter | ( | FLinkerLoad * | Linker, |
| int32 | Index | ||
| ) |
| FScopedCreateImportCounter::~FScopedCreateImportCounter | ( | ) |
Destructor. Called upon CreateImport() exit.
| FUObjectSerializeContext* FScopedCreateImportCounter::LoadContext |
Current load context object
| int32 FScopedCreateImportCounter::PreviousIndex |
Previously stored index
| FLinkerLoad* FScopedCreateImportCounter::PreviousLinker |
Previously stored linker