unreal.FlowDirectionPreference

class unreal.FlowDirectionPreference

Bases: unreal.EnumBase

EFlow Direction Preference

C++ Source:

  • Module: SlateCore

  • File: FlowDirection.h

CULTURE

Begins laying out widgets using the current cultures layout direction preference, flipping the directionality of flows.

Type

1

INHERIT

Inherits the flow direction set by the parent widget.

Type

0

LEFT_TO_RIGHT

Forces a Left to Right layout flow.

Type

2

RIGHT_TO_LEFT

Forces a Right to Left layout flow.

Type

3