Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Texture
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeTranslatorBase
- UInterchangeImageWrapperTranslator
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeImageWrapperTranslator.h |
| Include | #include "Texture/InterchangeImageWrapperTranslator.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeImageWrapperTranslator :
public UInterchangeTranslatorBase,
public IInterchangeTexturePayloadInterface
Remarks
A translator for most of the image wrapper supported formats
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< UE::Interchange::FImportImage > | GetTexturePayloadDataFromBuffer
(
const TArray64< uint8 >& SourceDataBuffer |
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 IInterchangeTexturePayloadInterface
| Type | Name | Description | |
|---|---|---|---|
| TOptional< UE::Interchange::FImportImage > | GetTexturePayloadData
(
const FString& PayloadKey, |
Once the translation is done, the import process need a way to retrieve payload data. |