Navigation
API > API/Developer > API/Developer/SharedSettingsWidgets > API/Developer/SharedSettingsWidgets/SExternalImageReference
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SExternalImageReference::FArguments
References
| Module | SharedSettingsWidgets |
| Header | /Engine/Source/Developer/SharedSettingsWidgets/Public/SExternalImageReference.h |
| Include | #include "SExternalImageReference.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SExternalImageReference >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | DeletePreviousTargetWhenExtensionChanges
(
bool InArg |
If true, deletes the previous reference if the file extension changes | |
| WidgetArgsType & | DeleteTargetWhenDefaultChosen
(
bool InArg |
If true, the target image will be deleted if the default is chosen | |
| WidgetArgsType & | FileDescription
(
FText InArg |
The description of the file, used in error messages/notifications | |
| WidgetArgsType & | FileExtensions
(
TArray< FString > InArg |
File extensions allowed for the external image reference | |
| WidgetArgsType & | GenerateImageToolTipText
(
FText InArg |
Tooltip for Generate Image button | |
| WidgetArgsType & | GenerateImageVisibility
(
const TAttribute< EVisibility >& InAttribute |
Whether to show the generate image button | |
| WidgetArgsType & | MaxDisplaySize
(
FVector2D InArg |
How big should we display the image? | |
| WidgetArgsType & | OnGenerateImageClicked
(
const FOnClicked& InDelegate |
Delegate fired when an Generate Image button is pressed | |
| WidgetArgsType & | OnGetPickerPath
(
FOnGetPickerPath InArg |
Delegate fired to get the path to start picking from. | |
| WidgetArgsType & | Delegate fired after an image has been copied | ||
| WidgetArgsType & | Delegate fired before an image has been copied | ||
| WidgetArgsType & | PropertyHandle
(
TSharedPtr< class IPropertyHandle > InArg |
A property handle to use if required | |
| WidgetArgsType & | RequiredSize
(
FIntPoint InArg |
How big does the image need to be (any size is allowed if this is omitted) |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |