IImageWrapper::SetCompressed

Sets the compressed data.

Windows
MacOS
Linux

References

Module

ImageWrapper

Header

/Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h

Include

#include "IImageWrapper.h"

Syntax

bool SetCompressed
(
    const void * InCompressedData,
    int64 InCompressedSize
)

Remarks

Sets the compressed data.

Returns

true if data was the expected format.

Parameters

Parameter

Description

InCompressedData

The memory address of the start of the compressed data.

InCompressedSize

The size of the compressed data parsed.

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