FUntypedBulkData::GetBulkDataSizeOnDisk

Returns the size of the bulk data on disk.

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

int64 GetBulkDataSizeOnDisk() const

Remarks

Returns the size of the bulk data on disk. This can differ from GetBulkDataSize if BULKDATA_SerializeCompressed is set.

Returns

Size of the bulk data on disk or INDEX_NONE in case there's no association

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