ESlateBrushTileType::Type

Enumerates tiling options for image drawing.

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.

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