Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeTranslatorBase
Description
List of formats supported by the translator. Each entry is of the form "ext;Description" where ext is the file extension.
| Name | GetSupportedFormats |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeTranslatorBase.h |
| Include Path | #include "InterchangeTranslatorBase.h" |
UFUNCTION (BlueprintCallable, Category="Interchange | Translator")
virtual TArray < FString > GetSupportedFormats() const