Navigation
| Name | ExternalImagePicker |
| Type | Developer |
| Location | /Engine/Source/Developer/ExternalImagePicker/ |
| Module Build Rules | ExternalImagePicker.Build.cs |
Structs
| Name | Remarks |
|---|---|
| FExternalImagePickerConfiguration | Used for configuring the external image picker |
Interfaces
| Name | Remarks |
|---|---|
| IExternalImagePickerModule | Public interface for splash screen editor module |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnExternalImagePicked | TBaseDelegate_TwoParams< bool, const FString &, const FString & > | Delegate fired when picking a new image. | IExternalImagePickerModule.h |
| FOnGetPickerPath | TBaseDelegate_NoParams< FString > | Delegate fired to get the path to start picking from. | IExternalImagePickerModule.h |