FSlateBorderBrush::FSlateBorderBrush

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Brushes/SlateBorderBrush.h

Include

#include "Brushes/SlateBorderBrush.h"

Syntax

FSlateBorderBrush
(
    UObject * InResourceObject,
    const FMargin & InMargin,
    const FSlateColor & InColorAndOpacity,
    ESlateBrushImageType::Type InImageType
)

Parameters

Parameter

Description

InResourceObject

The image to render for this brush, can be a UTexture, UMaterialInterface, or AtlasedTextureInterface

InMargin

Determines the sides and corner sizes; see FSlateBoxBrush.

InColorAndOpacity

Color and opacity scale.

InImageType

The type of image this this is

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