Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/Images > API/Runtime/SlateCore/Widgets/Images/SImage
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SImage::FArguments
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/Images/SImage.h |
| Include | #include "Widgets/Images/SImage.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SImage >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Color and opacity | |
| WidgetArgsType & | DesiredSizeOverride
(
const TAttribute< TOptional< FVector2D > >& InAttribute |
When specified, ignore the brushes size and report the DesiredSizeOverride as the desired image size. | |
| WidgetArgsType & | FlipForRightToLeftFlowDirection
(
bool InArg |
Flips the image if the localization's flow direction is RightToLeft | |
| WidgetArgsType & | Image
(
const TAttribute< const FSlateBrush* >& InAttribute |
Image resource | |
| WidgetArgsType & | OnMouseButtonDown
(
const FPointerEventHandler& InDelegate |
Invoked when the mouse is pressed in the widget. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |