Navigation
API > API/Runtime > API/Runtime/CoreUObject
A set of higher level compression options that avoid the need to set the specific oodle options.
| Name | UE::Serialization::ECompressionOptions |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/EditorBulkData.h |
| Include Path | #include "Serialization/EditorBulkData.h" |
Syntax
namespace UE
{
namespace Serialization
{
enum ECompressionOptions
{
Default,
Disabled,
}
}
}
Values
| Name | Remarks |
|---|---|
| Default | Use default compression settings. |
| Disabled | Disable compression for the bulkdata entirely. |