ESlateLineJoinType

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h

Include

#include "Rendering/RenderingCommon.h"

Syntax

enum ESlateLineJoinType
{
    Sharp     = 0,
    Simple    = 1,
}

Values

Name

Description

Sharp

Joins line segments with a sharp edge (miter)

Simple

Simply stitches together line segments.

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