ESceneDepthPriorityGroup

A priority for sorting scene elements by depth.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

enum ESceneDepthPriorityGroup
{
    SDPG_World,
    SDPG_Foreground,
    SDPG_MAX,
}

Values

Name

Description

SDPG_World

World scene DPG.

SDPG_Foreground

Foreground scene DPG.

SDPG_MAX

Remarks

A priority for sorting scene elements by depth. Elements with higher priority occlude elements with lower priority, disregarding distance.

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