ESlateBrushRoundingType::Type

Enumerates rounding options

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 ESlateBrushRoundingType
{
    enum Type
    {
        FixedRadius,
        HalfHeightRadius,
    }
}

Values

Name

Description

FixedRadius

Use the specified Radius

HalfHeightRadius

The rounding radius should be half the height such that it always looks perfectly round

Remarks

Enumerates rounding options