Navigation
API > API/Developer > API/Developer/ExternalImagePicker
Used for configuring the external image picker
| Name | FExternalImagePickerConfiguration |
| Type | struct |
| Header File | /Engine/Source/Developer/ExternalImagePicker/Public/IExternalImagePickerModule.h |
| Include Path | #include "IExternalImagePickerModule.h" |
Syntax
struct FExternalImagePickerConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExternalImagePickerConfiguration() |
IExternalImagePickerModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRequiresSpecificSize | bool | Does the image need to be a specific size? | IExternalImagePickerModule.h | |
| DefaultImagePath | FString | The image on disk that we will use if the target does not exist. | IExternalImagePickerModule.h | |
| FileExtensions | TArray< FString > | The image on disk that we will use if the target does not exist. | IExternalImagePickerModule.h | |
| GenerateImageToolTipText | FText | Tooltip for Generate Image button | IExternalImagePickerModule.h | |
| GenerateImageVisibility | TAttribute< EVisibility > | Whether the button to generate a new image should be shown. | IExternalImagePickerModule.h | |
| MaxDisplayedImageDimensions | FVector2D | The dimensions the image display should be constrained to. Aspect ratio is maintained. | IExternalImagePickerModule.h | |
| OnExternalImagePicked | FOnExternalImagePicked | Delegate fired when picking a new image. | IExternalImagePickerModule.h | |
| OnGenerateImageClicked | FOnClicked | Delegate fired when an Generate Image button is pressed | IExternalImagePickerModule.h | |
| OnGetPickerPath | FOnGetPickerPath | The path the picker will use to start from | IExternalImagePickerModule.h | |
| PropertyHandle | TSharedPtr< class IPropertyHandle > | A property handle to use if required | IExternalImagePickerModule.h | |
| RequiredImageDimensions | FIntPoint | The size the actual image needs to be (ignored unless bRequiresSpecificSize is set) | IExternalImagePickerModule.h | |
| TargetImagePath | FString | The image on disk that the external image is stored as. | IExternalImagePickerModule.h |