Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
Include |
#include "Rendering/RenderingCommon.h" |
enum ESlateLineJoinType
{
Sharp = 0,
Simple = 1,
}
Name |
Description |
---|---|
Sharp |
Joins line segments with a sharp edge (miter) |
Simple |
Simply stitches together line segments. |