Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateLineElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include Path | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateLineElement :
public FSlateDrawElement ,
public FSlateTintableElement
Inheritance Hierarchy
- FSlateDrawElement → FSlateLineElement
- FSlateTintableElement → FSlateLineElement
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAntialias | bool | Rendering/DrawElementTypes.h | ||
| DashLength | float | Rendering/DrawElementTypes.h | ||
| DashOffset | float | Rendering/DrawElementTypes.h | ||
| PointColors | TArray< FLinearColor > | Rendering/DrawElementTypes.h | ||
| Points | TArray< FVector2f > | Rendering/DrawElementTypes.h | ||
| Thickness | float | Rendering/DrawElementTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FLinearColor > & GetPointColors() |
Rendering/DrawElementTypes.h | ||
const TArray< FVector2f > & GetPoints() |
Rendering/DrawElementTypes.h | ||
float GetThickness() |
Rendering/DrawElementTypes.h | ||
bool IsAntialiased() |
Rendering/DrawElementTypes.h | ||
| Rendering/DrawElementTypes.h | |||
void SetLines
(
TArray< FVector2f > InPoints, |
Rendering/DrawElementTypes.h | ||
void SetThickness
(
float InThickness |
Rendering/DrawElementTypes.h |