Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Detaches all bulkdata currently attached to the FLinkerLoad followed by destroying the internal loader. This is a fairly dangerous method to call as it will leave the FLinkerLoad in a state where using it as a FArchive will cause an assert/crash. It is intended as a short/medium term fix to an internal engine issue and will be deprecated as soon as possible.
| Name | DetachLoader |
| 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 DetachLoader()