UImage::SetBrushFromTexture

Sets the Brush to the specified Texture.

Windows
MacOS
Linux

Override Hierarchy

UImage::SetBrushFromTexture()

UCommonLazyImage::SetBrushFromTexture()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/Image.h

Include

#include "Components/Image.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/Image.cpp

Syntax

virtual void SetBrushFromTexture
(
    UTexture2D * Texture,
    bool bMatchSize
)

Remarks

Sets the Brush to the specified Texture.

Parameters

Parameter

Description

Texture

Texture to use to set on Brush.

bMatchSize

If true, image will change its size to texture size. If false, texture will be stretched to image size.

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