Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
Include | #include "UObject/LinkerLoad.h" |
Syntax
struct FScopedCreateImportCounter
Remarks
Helper struct to keep track of the first time CreateImport() is called in the current callstack.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FUObjectSerializeContext * | LoadContext | Current load context object |
![]() |
int32 | PreviousIndex | Previously stored index |
![]() |
FLinkerLoad * | PreviousLinker | Previously stored linker |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FScopedCreateImportCounter
(
FLinkerLoad* Linker, |
Constructor. Called upon CreateImport() entry. |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructor. Called upon CreateImport() exit. |