10#include "InterchangeFilePickerBase.generated.h"
18 UPROPERTY(EditAnywhere, Category =
"Interchange | File Picker")
27 FString DefaultPath =
TEXT("");
31 bool bShowAllFactoriesExtension =
false;
38UCLASS(Abstract, BlueprintType, Blueprintable, MinimalAPI)
48 UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category =
"Interchange | Utilities")
61 UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category =
"Interchange | Utilities")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EInterchangeTranslatorType
Definition InterchangeTranslatorBase.h:46
EInterchangeTranslatorAssetType
Definition InterchangeTranslatorBase.h:55
const bool
Definition NetworkReplayStreaming.h:178
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define UCLASS(...)
Definition ObjectMacros.h:776
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition InterchangeFilePickerBase.h:40
virtual bool FilePickerForTranslatorType(const EInterchangeTranslatorType TranslatorType, FInterchangeFilePickerParameters &Parameters, TArray< FString > &OutFilenames)
Definition InterchangeFilePickerBase.h:88
virtual bool FilePickerForTranslatorAssetType(const EInterchangeTranslatorAssetType TranslatorAssetType, FInterchangeFilePickerParameters &Parameters, TArray< FString > &OutFilenames)
Definition InterchangeFilePickerBase.h:80
@ false
Definition radaudio_common.h:23
Definition InterchangeFilePickerBase.h:14