Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/EditorBulkData.h |
| Include | #include "Serialization/EditorBulkData.h" |
Syntax
struct FCompressionSettings
Remarks
A wrapper around the oodle compression settings used by FEditorBulkData.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCompressionSettings
(
const FCompressedBuffer& Buffer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ECompressedBufferCompressionLevel | |||
| ECompressedBufferCompressor | |||
| bool | IsCompressed () |
||
| bool | IsSet () |
||
| void | Reset () |
||
| void | Set
(
ECompressedBufferCompressor InCompressor, |
||
| void | SetToDefault () |
||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FCompressionSettings& Other |
||
| bool | operator==
(
const FCompressionSettings& Other |