FUntypedBulkData::UnloadBulkData

Deallocates bulk data without detaching the archive, so that further bulk data accesses require a reload.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h

Include

#include "Serialization/BulkData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp

Syntax

bool UnloadBulkData()

Remarks

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.

Returns

Whether the operation succeeded.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss