EDefaultBackBufferPixelFormat::Type

Used by GetDefaultBackBufferPixelFormat

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/RendererSettings.h

Include

#include "Engine/RendererSettings.h"

Syntax

namespace EDefaultBackBufferPixelFormat
{
    enum Type
    {
        DBBPF_B8G8R8A8                   = 0,
        DBBPF_A16B16G16R16_DEPRECATED,
        DBBPF_FloatRGB_DEPRECATED,
        DBBPF_FloatRGBA,
        DBBPF_A2B10G10R10,
        DBBPF_MAX,
    }
}

Values

Name

Description

DBBPF_B8G8R8A8

DBBPF_A16B16G16R16_DEPRECATED

DBBPF_FloatRGB_DEPRECATED

DBBPF_FloatRGBA

DBBPF_A2B10G10R10

DBBPF_MAX

Remarks

Used by GetDefaultBackBufferPixelFormat

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