Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h |
Include |
#include "Styling/SlateBrush.h" |
namespace ESlateBrushRoundingType
{
enum Type
{
FixedRadius,
HalfHeightRadius,
}
}
Name |
Description |
---|---|
FixedRadius |
Use the specified Radius |
HalfHeightRadius |
The rounding radius should be half the height such that it always looks perfectly round |
Enumerates rounding options