Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasBorderItem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include | #include "CanvasItem.h" |
FCanvasBorderItem
(
const FVector2D & InPosition,
const FTexture * InBorderTexture,
const FTexture * InBackgroundTexture,
const FTexture * InBorderLeftTexture,
const FTexture * InBorderRightTexture,
const FTexture * InBorderTopTexture,
const FTexture * InBorderBottomTexture,
const FVector2D & InSize,
const FLinearColor & InColor
)
Remarks
3x3 grid border with tiled frame and tiled interior.
Parameters
| Name | Description |
|---|---|
| InPosition | Draw position |
| InBorderTexture | The texture to use for border |
| InBackgroundTexture | The texture to use for border background |
| InSize | The size to render |
| InColor | Tint of the border |