ESlateBrushTileType::Type

Enumerates tiling options for image drawing.

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 ESlateBrushTileType
{
    enum Type
    {
        NoTile,
        Horizontal,
        Vertical,
        Both,
    }
}

Values

Name

Description

NoTile

Just stretch

Horizontal

Tile the image horizontally

Vertical

Tile the image vertically

Both

Tile in both directions

Remarks

Enumerates tiling options for image drawing.