Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateLineElement
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Rendering/DrawElementTypes.h |
|
|
|
Rendering/DrawElementTypes.h |
|
SetLines(TArray< FVector2f >, bool)
| |
|
| Name |
SetLines |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include Path |
#include "Rendering/DrawElementTypes.h" |
void SetLines
(
TArray < FVector2f > InPoints,
bool bInAntialias
)
SetLines(TArray< FVector2f >, bool, TArray< FLinearColor >)
| |
|
| Name |
SetLines |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include Path |
#include "Rendering/DrawElementTypes.h" |
void SetLines
(
TArray < FVector2f > InPoints,
bool bInAntialias,
TArray < FLinearColor > InPointColors
)