unreal.VPWidgetDisplayType

class unreal.VPWidgetDisplayType

Bases: EnumBase

EVPWidget Display Type

C++ Source:

  • Plugin: VirtualProductionUtilities

  • Module: VPUtilities

  • File: VPFullScreenUserWidget.h

COMPOSURE: VPWidgetDisplayType

Render to a texture and send to composure.

Type:

3

INACTIVE: VPWidgetDisplayType

Do not display.

Type:

0

POST_PROCESS_SCENE_VIEW_EXTENSION: VPWidgetDisplayType

Display by adding post process material via SceneViewExtensions. Widget added over entire viewport ignoring anamorphic squeeze.

Type:

4

POST_PROCESS_WITH_BLEND_MATERIAL: VPWidgetDisplayType

Display by adding post process material via post process volume settings. Widget added only over area rendered by anamorphic squeeze.

Type:

2

VIEWPORT: VPWidgetDisplayType

Display on a game viewport.

Type:

1