Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Texture
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeTranslatorBase
- UInterchangeIESTranslator
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeIESTranslator.h |
| Include | #include "Texture/InterchangeIESTranslator.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeIESTranslator :
public UInterchangeTranslatorBase,
public IInterchangeTextureLightProfilePayloadInterface
Overridden from UInterchangeTranslatorBase
| Type | Name | Description | |
|---|---|---|---|
| EInterchangeTranslatorAssetType | |||
| TArray< FString > | List of formats supported by the translator. | ||
| bool | Translate
(
UInterchangeBaseNodeContainer& BaseNodeContainer |
Translate the associated source data into a node hold by the specified nodes container. |
Overridden from IInterchangeTextureLightProfilePayloadInterface
| Type | Name | Description | |
|---|---|---|---|
| TOptional< UE::Interchange::FImportLightProfile > | GetLightProfilePayloadData
(
const FString& PayloadKey, |
Once the translation is done, the import process need a way to retrieve payload data. |