Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering
Inheritance Hierarchy
- FSlateDrawElement
- FSlateTintableElement
- FSlateBoxElement
- FSlateRoundedBoxElement
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateRoundedBoxElement : public FSlateBoxElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | OutlineColor | ||
| float | OutlineWeight | ||
| FVector4f | Radius |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | |||
| float | |||
| FVector4f | GetRadius () |
||
| void | SetOutline
(
const FLinearColor& InOutlineColor, |
||
| void | SetRadius
(
FVector4f InRadius |