Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FBulkData
Description
Deallocates bulk data without detaching the archive, so that further bulk data accesses require a reload. Only supported in editor builds.
Deallocates bulk data without detaching the archive.
| Name | UnloadBulkData |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include Path | #include "Serialization/BulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp |
bool UnloadBulkData()
Whether the operation succeeded.