Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering
Inheritance Hierarchy
- FSlateDrawElement
- FSlateTintableElement
- FSlateLineElement
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateLineElement :
public FSlateDrawElement,
public FSlateTintableElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAntialias | ||
| TArray< FLinearColor > | PointColors | ||
| TArray< FVector2f > | Points | ||
| float | Thickness |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FLinearColor > & | |||
| const TArray< FVector2f > & | GetPoints () |
||
| float | GetThickness () |
||
| bool | |||
| void | |||
| void | SetLines
(
const TArray< FVector2D >& InPoints, |
||
| void | SetLines
(
TArray< FVector2f > InPoints, |
||
| void | SetThickness
(
float InThickness |