ERawImageFormat::Type

Enumerates supported raw image formats.

Windows
MacOS
Linux

References

Module

ImageCore

Header

/Engine/Source/Runtime/ImageCore/Public/ImageCore.h

Include

#include "ImageCore.h"

Syntax

namespace ERawImageFormat
{
    enum Type
    {
        G8,
        BGRA8,
        BGRE8,
        RGBA16,
        RGBA16F,
        RGBA32F,
        G16,
        R16F,
    }
}

Values

Name

Description

G8

BGRA8

BGRE8

RGBA16

RGBA16F

RGBA32F

G16

R16F

Remarks

Enumerates supported raw image formats.

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