unreal.FlowDirectionPreference

class unreal.FlowDirectionPreference

Bases: EnumBase

EFlow Direction Preference

C++ Source:

  • Module: SlateCore

  • File: FlowDirection.h

CULTURE: FlowDirectionPreference = Ellipsis

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

Type:

1

INHERIT: FlowDirectionPreference = Ellipsis

Inherits the flow direction set by the parent widget.

Type:

0

LEFT_TO_RIGHT: FlowDirectionPreference = Ellipsis

Forces a Left to Right layout flow.

Type:

2

RIGHT_TO_LEFT: FlowDirectionPreference = Ellipsis

Forces a Right to Left layout flow.

Type:

3