Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Utility function to create a placeholder class for the specified export. This will be called if the export could not resolve its LoadClass import. In that case, its data might still be serializable (into a property bag).
| Name | TryCreatePlaceholderClassForExport |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
| Include Path | #include "UObject/LinkerLoad.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp |
UClass * TryCreatePlaceholderClassForExport
(
int32 ExportIndex
)
The placeholder type that will be used to load the export's data.
Parameters
| Name | Remarks |
|---|---|
| ExportIndex | Index of the export that's missing its type. |