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