unreal.VPWidgetDisplayType
¶
- class unreal.VPWidgetDisplayType¶
Bases:
unreal.EnumBase
EVPWidget Display Type
C++ Source:
Plugin: VirtualProductionUtilities
Module: VPUtilities
File: VPFullScreenUserWidget.h
- COMPOSURE¶
Render to a texture and send to composure.
- Type
3
- INACTIVE¶
Do not display.
- Type
0
- POST_PROCESS¶
Display as a post process.
- Type
2
- VIEWPORT¶
Display on a game viewport.
- Type
1