Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/Image.h |
Include |
#include "Components/Image.h" |
class UImage : public UWidget
The image widget allows you to display a Slate Brush, or texture or material in the UI.
No Children
Name | Description | ||
---|---|---|---|
|
bFlipForRightToLeftFlowDirection |
Flips the image if the localization's flow direction is RightToLeft |
|
|
Brush |
Image to draw |
|
|
FGetSlateBrush |
BrushDelegate |
A bindable delegate for the Image. |
|
ColorAndOpacity |
Color and opacity |
|
|
ColorAndOpacityDelegate |
A bindable delegate for the ColorAndOpacity. |
|
|
K2_Cache_ColorAndOpacity |
||
|
TSharedPtr< SIm... |
MyImage |
|
|
OnMouseButtonDownEvent |
||
|
TSharedPtr< FSt... |
StreamingHandle |
|
|
StreamingObjectPath |
Name | Description | |
---|---|---|
|
UImage ( |
Name | Description | ||
---|---|---|---|
|
CancelImageStreaming() |
Called when we need to abort the texture being streamed in. |
|
|
const FSlate... |
ConvertImage ( |
Translates the bound brush data and assigns it to the cached brush used by this widget. |
|
UMaterialIns... |
GetDynamicMaterial() |
|
|
HandleMouseButtonDown ( |
||
|
K2_Gate_ColorAndOpacity() |
||
|
OnImageStreamingComplete ( |
Called when the image streaming completes. |
|
|
OnImageStreamingStarted ( |
Called when the image streaming starts, after the other one was cancelled. |
|
|
RequestAsyncLoad ( |
Called when we need to stream in content. |
|
|
RequestAsyncLoad ( |
Called when we need to stream in content. |
|
|
SetBrush ( |
||
|
SetBrushFromAsset ( |
||
|
SetBrushFromAtlasInterface ( |
Sets the Brush to the specified Atlas Region. |
|
|
SetBrushFromMaterial ( |
||
|
SetBrushFromSoftMaterial ( |
||
|
SetBrushFromSoftTexture ( |
Sets the Brush to the specified Soft Texture. |
|
|
SetBrushFromTexture ( |
Sets the Brush to the specified Texture. |
|
|
SetBrushFromTextureDynamic ( |
Sets the Brush to the specified Dynamic Texture. |
|
|
SetBrushResourceObject ( |
||
|
SetBrushTintColor ( |
||
|
SetColorAndOpacity ( |
||
|
SetDesiredSizeOverride ( |
||
|
SetOpacity ( |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
GetAccessibleWidget() |
Gets the widget that accessibility properties should synchronize to. |
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
TObjectPtr< USl... |
Image_DEPRECATED |
Image to draw |
Name | Description | ||
---|---|---|---|
|
SetBrushSize ( |
|