FCanvasBorderItem::FCanvasBorderItem

3x3 grid border with tiled frame and tiled interior.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasItem.h

Include

#include "CanvasItem.h"

Syntax

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss