5#include "Containers/Array.h"
19#include "InterchangeTranslatorBase.generated.h"
25 struct FAnalyticsHelper;
31UCLASS(BlueprintType, Blueprintable, editinlinenew, Abstract, MinimalAPI)
37 UFUNCTION(BlueprintCallable, Category =
"Interchange")
40 UFUNCTION(BlueprintCallable, Category =
"Interchange")
66UCLASS(BlueprintType, Blueprintable, Abstract, MinimalAPI)
73 UFUNCTION(BlueprintCallable, Category =
"Interchange | Translator")
84 UFUNCTION(BlueprintCallable, Category =
"Interchange | Translator")
89 UFUNCTION(BlueprintCallable, Category =
"Interchange | Translator")
93 UFUNCTION(BlueprintCallable, Category = "Interchange | Translator")
130 template <
typename T>
135 T* Item = Results->Add<T>();
136 Item->SourceAssetName = SourceData->GetFilename();
159 UFUNCTION(BlueprintCallable, Category =
"Interchange | Translator")
168 UFUNCTION(BlueprintCallable, Category =
"Interchange | Translator")
174 UFUNCTION(BlueprintCallable, Category =
"Interchange | Translator")
183 TSharedPtr<
UE::Interchange::FAnalyticsHelper> AnalyticsHelper =
nullptr;
#define ensure( InExpression)
Definition AssertionMacros.h:464
#define PURE_VIRTUAL(func,...)
Definition CoreMiscDefines.h:103
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
D3D12_DESCRIPTOR_HEAP_TYPE Translate(ERHIDescriptorHeapType InHeapType)
Definition D3D12Descriptors.h:19
constexpr bool EnumHasAllFlags(Enum Flags, Enum Contains)
Definition EnumClassFlags.h:28
#define ENUM_CLASS_FLAGS(Enum)
Definition EnumClassFlags.h:6
EInterchangeTranslatorType
Definition InterchangeTranslatorBase.h:46
EInterchangeTranslatorAssetType
Definition InterchangeTranslatorBase.h:55
#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 UENUM(...)
Definition ObjectMacros.h:749
Definition SharedPointer.h:692
Definition InterchangeBaseNodeContainer.h:39
Definition InterchangeResult.h:33
FString SourceAssetName
Definition InterchangeResult.h:65
Definition InterchangeResultsContainer.h:21
Definition InterchangeSourceData.h:23
Definition InterchangeTranslatorBase.h:68
T * AddMessage() const
Definition InterchangeTranslatorBase.h:131
virtual void ImportFinish()
Definition InterchangeTranslatorBase.h:122
virtual void ReleaseSource()
Definition InterchangeTranslatorBase.h:113
void AddMessage(UInterchangeResult *Item) const
Definition InterchangeTranslatorBase.h:142
bool DoesSupportAssetType(EInterchangeTranslatorAssetType AssetType) const
Definition InterchangeTranslatorBase.h:87
virtual bool IsThreadSafe() const
Definition InterchangeTranslatorBase.h:81
void SetResultsContainer(UInterchangeResultsContainer *InResults)
Definition InterchangeTranslatorBase.h:151
Definition InterchangeTranslatorBase.h:33
Definition InterchangeHelper.cpp:9
Definition AdvancedWidgetsModule.cpp:13
Definition ObjectPtr.h:488