unreal.DetailMode

class unreal.DetailMode

Bases: unreal.EnumBase

Detail mode for scene component rendering, corresponds with the integer value of UWorld::GetDetailMode()

C++ Source:

  • Module: Engine

  • File: SceneComponent.h

DM_HIGH

2

DM_LOW

0

DM_MEDIUM

1