ESlateBrushMirrorType::Type

Possible options for mirroring the brush image

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h

Include

#include "Styling/SlateBrush.h"

Syntax

namespace ESlateBrushMirrorType
{
    enum Type
    {
        NoMirror,
        Horizontal,
        Vertical,
        Both,
    }
}

Values

Name

Description

NoMirror

Don't mirror anything, just draw the texture as it is.

Horizontal

Mirror the image horizontally.

Vertical

Mirror the image vertically.

Both

Mirror in both directions.

Remarks

Possible options for mirroring the brush image

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss