Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/Images/SImage.h |
Include |
#include "Widgets/Images/SImage.h" |
class SImage : public SLeafWidget
Implements a widget that displays an image with a desired width and height.
Name | Description | ||
---|---|---|---|
|
bFlipForRightToLeftFlowDirection |
Flips the image if the localization's flow direction is RightToLeft |
Name | Description | |
---|---|---|
|
SImage() |
Constructor |
Name | Description | ||
---|---|---|---|
|
Construct ( |
Construct this widget |
|
|
TSlateAttrib... |
GetColorAndOpacityAttribute() |
|
|
TSlateAttrib... |
GetDesiredSizeOverrideAttribute() |
|
|
TSlateAttrib... |
GetImageAttribute() |
|
|
SetColorAndOpacity ( |
Set the ColorAndOpacity attribute |
|
|
SetColorAndOpacity ( |
See the ColorAndOpacity attribute |
|
|
SetDesiredSizeOverride ( |
Set SizeOverride attribute |
|
|
SetImage ( |
Set the Image attribute |
|
|
const FSlate... |
StaticWidgetClass() |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
Overwritten from SWidget. |
|
|
TSharedRef< ... |
CreateAccessibleWidget() |
|
|
OnPaint ( |
Overwritten from SWidget. |
Name | Description | ||
---|---|---|---|
|
const FSlate... |
GetWidgetClass() |
Name |
Description |
|
---|---|---|
|
FArguments |
Name |
Description |
---|---|
PrivateParentType |
|
PrivateThisType |
|
Super |
|
ThisClass |
Name | Description | ||
---|---|---|---|
|
ColorAndOpacity |
Direct access to ColorAndOpacity is now deprecated. Use the setter or getter. |
|
|
DesiredSizeOverride |
Direct access to DesiredSizeOverride is now deprecated. Use the setter or getter. |
|
|
Image |
Direct access to Image is now deprecated. Use the setter or getter. |