Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Determines if the specified import should be deferred. If so, it will instantiate a placeholder object in its place.
| Name | DeferPotentialCircularImport |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
| Include Path | #include "UObject/LinkerLoad.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp |
bool DeferPotentialCircularImport
(
const int32 ImportIndex
)
True if the specified import was deferred, other wise false (it is ok to load it).
Parameters
| Name | Remarks |
|---|---|
| ImportIndex | An index into this linker's ImportMap, specifying which import to check. |