IImageWrapper::GetRaw

Gets the raw data.

Windows
MacOS
Linux

References

Module

ImageWrapper

Header

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

Include

#include "IImageWrapper.h"

Syntax

bool GetRaw
(
    const ERGBFormat InFormat,
    int32 InBitDepth,
    TArray64< uint8 > & OutRawData
)

Remarks

Gets the raw data.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

InFormat

How we want to manipulate the RGB data.

InBitDepth

The output bit-depth per channel, normally 8.

OutRawData

Will contain the uncompressed raw 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