Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Combs the ExportMap for any stubbed in ULinkerPlaceholderExportObjects, and finalizes the real export's class before actually creating it (exports are deferred when their class isn't fully formed at the time CreateExport() is called). Also, this function ensures that deferred CDO serialization is executed (expects its class to be fully resolved at this point).
| Name | ResolveDeferredExports |
| 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 |
void ResolveDeferredExports
(
UClass * LoadClass
)
Parameters
| Name | Remarks |
|---|---|
| LoadClass | A fully loaded/serialized class that may have property references to placeholder export objects (in need of fix-up). |