FUntypedBulkData::GetDecompressionFormat

Returns flags usable to decompress the bulk data

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

FName GetDecompressionFormat() const

Remarks

Returns flags usable to decompress the bulk data

Returns flags usable to decompress the bulk data

Returns

COMPRESS_NONE if the data was not compressed on disk, or valid flags to pass to FCompression::UncompressMemory for this data

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