Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/MaterialX
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeTranslatorBase
- UInterchangeMaterialXTranslator
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/MaterialX/InterchangeMaterialXTranslator.h |
| Include | #include "MaterialX/InterchangeMaterialXTranslator.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeMaterialXTranslator :
public UInterchangeTranslatorBase,
public IInterchangeTexturePayloadInterface
Overridden from UInterchangeTranslatorBase
| Type | Name | Description | |
|---|---|---|---|
| EInterchangeTranslatorAssetType | |||
| TArray< FString > | List of formats supported by the translator. | ||
| EInterchangeTranslatorType | Begin UInterchangeTranslatorBase API | ||
| bool | Translate
(
UInterchangeBaseNodeContainer& BaseNodeContainer |
Translate the associated source data into a node hold by the specified nodes container. |
Overridden from IInterchangeTexturePayloadInterface
| Type | Name | Description | |
|---|---|---|---|
| TOptional< UE::Interchange::FImportImage > | GetTexturePayloadData
(
const FString& PayloadKey, |
End UInterchangeTranslatorBase API |