Navigation
API > API/Plugins > API/Plugins/InterchangeImport
| Name | UInterchangeUEJPEGTranslator |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeUEJPEGTranslator.h |
| Include Path | #include "Texture/InterchangeUEJPEGTranslator.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeUEJPEGTranslator :
public UInterchangeTranslatorBase ,
public IInterchangeTexturePayloadInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeTranslatorBase → UInterchangeUEJPEGTranslator
Implements Interfaces
Functions
Public
Overridden from UInterchangeTranslatorBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EInterchangeTranslatorAssetType GetSupportedAssetTypes() |
Texture/InterchangeUEJPEGTranslator.h | ||
| Texture/InterchangeUEJPEGTranslator.h | |||
virtual bool Translate
(
UInterchangeBaseNodeContainer& BaseNodeContainer |
Translate the associated source data into a node hold by the specified nodes container. | Texture/InterchangeUEJPEGTranslator.h |
Overridden from IInterchangeTexturePayloadInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOptional< UE::Interchange::FImportImage > GetCompressedTexturePayloadData
(
const FString& PayloadKey, |
Once the translation is done, the import process need a way to retrieve payload data. | Texture/InterchangeUEJPEGTranslator.h | |
virtual TOptional< UE::Interchange::FImportImage > GetTexturePayloadData
(
const FString& PayloadKey, |
Once the translation is done, the import process need a way to retrieve payload data. | Texture/InterchangeUEJPEGTranslator.h | |
virtual bool SupportCompressedTexturePayloadData() |
Does this translator support the request for a compressed source data? | Texture/InterchangeUEJPEGTranslator.h |