FSlateApplicationBase::MakeImage

Creates an image widget.

Windows
MacOS
Linux

Override Hierarchy

FSlateApplicationBase::MakeImage()

FSlateApplication::MakeImage()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h

Include

#include "Application/SlateApplicationBase.h"

Syntax

TSharedRef< SImage > MakeImage
(
    const TAttribute< const FSlateBrush * > & Image,
    const TAttribute< FSlateColor > & Color,
    const TAttribute< EVisibility > & Visibility
) const

Remarks

Creates an image widget.

Returns

The new image widget.

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