unreal.WidgetSpace

class unreal.WidgetSpace

Bases: EnumBase

EWidget Space

C++ Source:

  • Module: UMG

  • File: WidgetComponent.h

SCREEN: WidgetSpace

The widget is rendered in the screen, completely outside of the world, never occluded.

Type:

1

WORLD: WidgetSpace

The widget is rendered in the world as mesh, it can be occluded like any other mesh in the world.

Type:

0