unreal.FlowDirectionPreference

class unreal.FlowDirectionPreference

Bases: EnumBase

EFlow Direction Preference

C++ Source:

  • Module: SlateCore

  • File: FlowDirection.h

CULTURE: FlowDirectionPreference

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

Type:

1

INHERIT: FlowDirectionPreference

Inherits the flow direction set by the parent widget.

Type:

0

LEFT_TO_RIGHT: FlowDirectionPreference

Forces a Left to Right layout flow.

Type:

2

RIGHT_TO_LEFT: FlowDirectionPreference

Forces a Right to Left layout flow.

Type:

3