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