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