ESlateBrushMirrorType::Type

Possible options for mirroring the brush image

Choose your operating system:

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