RealDocs

UBorder::bFlipForRightToLeftFlowDirection

property UMG Since 4.0
#include "Components/Border.h"
Access: public Specifiers: UPROPERTYEditAnywhere

Description

Controls whether the border's background image is horizontally flipped when the active culture's localization flow direction is right-to-left.

Caveats & Gotchas

  • Only the background image is flipped — child content layout and alignment are not automatically mirrored by this flag.
  • Not marked BlueprintReadWrite, so it can only be set in the widget's Details panel or via direct C++/reflection access, not from a Blueprint node.

Signature

bool bFlipForRightToLeftFlowDirection

Example

Enable RTL background flipping C++
UBorder* Border = NewObject<UBorder>(this);
Border->bFlipForRightToLeftFlowDirection = true;

Tags

Version History

Introduced in: 4.0

Version Status Notes
5.6 stable

Feedback

Was this helpful?

Suggest an edit

Select a field above to begin editing.