Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Stubs in a ULinkerPlaceholderExportObject for the specified export (if one is required, meaning: the export's LoadClass is not fully formed). This should rarely happen, but has been seen in cyclic Blueprint scenarios involving Blueprinted components.
| Name | DeferExportCreation |
| 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 DeferExportCreation
(
const int32 ExportIndex,
UObject * Outer
)
True if the export has been deferred (and should not be loaded).
Parameters
| Name | Remarks |
|---|---|
| ExportIndex | Identifies the export you want deferred. |
| Outer | The outer of the export to potentially defer |