Unreal OpenAI API 1.0.0
|
Public Member Functions | |
void | AddImage (const FString &ImagePath) |
void | Clear () |
bool | HasFiles () const |
TArray< FString > | FilePaths () const |
FOnFileRemoved & | OnFileRemoved () |
Public Attributes | |
TSubclassOf< UAttachedImageWidget > | AttachedImageWidgetWidgetClass |
Protected Member Functions | |
virtual TSharedRef< SWidget > | RebuildWidget () override |
Private Member Functions | |
void | OnRemoved (const FString &ImagePath, const TObjectPtr< UAttachedImageWidget > &Widget) |
Private Attributes | |
TArray< TObjectPtr< UAttachedImageWidget > > | AttachedImageWidgets |
TObjectPtr< UHorizontalBox > | ImageHorizontalBox |
TArray< FString > | SelectedFiles |
FOnFileRemoved | FileRemoved |