Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateBoxElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include Path | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateBoxElement :
public FSlateDrawElement ,
public FSlateTintableElement
Inheritance Hierarchy
- FSlateDrawElement → FSlateBoxElement
- FSlateTintableElement → FSlateBoxElement
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DrawType | ESlateBrushDrawType::Type | Rendering/DrawElementTypes.h | ||
| Margin | FMargin | Rendering/DrawElementTypes.h | ||
| Mirroring | ESlateBrushMirrorType::Type | Rendering/DrawElementTypes.h | ||
| ResourceProxy | const FSlateShaderResourceProxy * | Rendering/DrawElementTypes.h | ||
| Tiling | ESlateBrushTileType::Type | Rendering/DrawElementTypes.h | ||
| UVRegion | FBox2f | Rendering/DrawElementTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ESlateBrushDrawType::Type GetBrushDrawType() |
Rendering/DrawElementTypes.h | ||
const FMargin & GetBrushMargin() |
Rendering/DrawElementTypes.h | ||
ESlateBrushMirrorType::Type GetBrushMirroring() |
Rendering/DrawElementTypes.h | ||
ESlateBrushTileType::Type GetBrushTiling() |
Rendering/DrawElementTypes.h | ||
const FBox2f & GetBrushUVRegion() |
Rendering/DrawElementTypes.h | ||
const FSlateShaderResourceProxy * GetResourceProxy() |
Rendering/DrawElementTypes.h | ||
void SetBrush
(
const FSlateBrush* InBrush, |
Rendering/DrawElementTypes.h |