FExternalImagePickerConfiguration

Used for configuring the external image picker

Windows
MacOS
Linux

References

Module

ExternalImagePicker

Header

/Engine/Source/Developer/ExternalImagePicker/Public/IExternalImagePickerModule.h

Include

#include "IExternalImagePickerModule.h"

Syntax

struct FExternalImagePickerConfiguration

Remarks

Used for configuring the external image picker

Variables

Name Description

Public variable

bool

 

bRequiresSpecificSize

Does the image need to be a specific size?

Public variable

FString

 

DefaultImagePath

The image on disk that we will use if the target does not exist.

Public variable

TArray< FString...

 

FileExtensions

The image on disk that we will use if the target does not exist.

Public variable

FVector2D

 

MaxDisplayedImageDimensions

The dimensions the image display should be constrained to. Aspect ratio is maintained.

Public variable

FOnExternalImag...

 

OnExternalImagePicked

Delegate fired when picking a new image.

Public variable

FOnGetPickerPat...

 

OnGetPickerPath

The path the picker will use to start from

Public variable

TSharedPtr< cla...

 

PropertyHandle

A property handle to use if required

Public variable

FIntPoint

 

RequiredImageDimensions

The size the actual image needs to be (ignored unless bRequiresSpecificSize is set)

Public variable

FString

 

TargetImagePath

The image on disk that the external image is stored as.

Constructors

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss