EMobileSceneTextureSetupMode

Windows
MacOS
Linux

References

Module

Renderer

Header

/Engine/Source/Runtime/Renderer/Public/SceneRenderTargetParameters.h

Include

#include "SceneRenderTargetParameters.h"

Syntax

enum EMobileSceneTextureSetupMode
{
    None             = 0,
    SceneColor       = 1 << 0,
    CustomDepth      = 1 << 1,
    SceneVelocity    = 1 << 2,
    All              = SceneColor | CustomDepth | SceneVelocity,
}

Values

Name

Description

None

SceneColor

CustomDepth

SceneVelocity

All

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