Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FEditorBulkData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetCompressionOptions
(
ECompressionOptions Option |
Sets the compression options to be applied to the payload during serialization. | Serialization/EditorBulkData.h | |
void SetCompressionOptions
(
ECompressedBufferCompressor Compressor, |
Sets the compression options to be applied to the payload during serialization. | Serialization/EditorBulkData.h |
SetCompressionOptions(ECompressionOptions)
Description
Sets the compression options to be applied to the payload during serialization.
These settings will continue to be used until the bulkdata object is reset, a subsequent call to SetCompressionOptions is made or the owning package is serialized to disk.
| Name | SetCompressionOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/EditorBulkData.h |
| Include Path | #include "Serialization/EditorBulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/EditorBulkData.cpp |
void SetCompressionOptions
(
ECompressionOptions Option
)
Parameters
| Name | Remarks |
|---|---|
| Option | The high level option to use. |
See Also
SetCompressionOptions(ECompressedBufferCompressor, ECompressedBufferCompressionLevel)
Description
Sets the compression options to be applied to the payload during serialization.
These settings will continue to be used until the bulkdata object is reset, a subsequent call to SetCompressionOptions is made or the owning package is serialized to disk.
| Name | SetCompressionOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/EditorBulkData.h |
| Include Path | #include "Serialization/EditorBulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/EditorBulkData.cpp |
void SetCompressionOptions
(
ECompressedBufferCompressor Compressor,
ECompressedBufferCompressionLevel CompressionLevel
)
Parameters
| Name | Remarks |
|---|---|
| Compressor | The Oodle compressor to use. |
| CompressionLevel | The Oodle compression level to use. |
See Also
-
ECompressedBufferCompressor
-
ECompressedBufferCompressionLevel