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