Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Reset the linker exports associated with the package
, this might flush async loading if the linker is owned by the loading thread
| Name | ResetLinkerExports |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include Path | #include "UObject/Linker.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Linker.cpp |
void ResetLinkerExports
(
UPackage * InPackage
)