Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Recursive helper for InvalidateExport. Invalidates an export even if it does not have a UObject* in memory, and recursively invalidates child exports.
| Name | InvalidateExportIndex |
| 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 |
void InvalidateExportIndex
(
int32 ExportIndex,
bool bHideGarbageObjects
)