Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/UInterchangeMaterialXTranslator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOptional< UE::Interchange::FImportBlockedImage > GetBlockedTexturePayloadData
(
const FString& PayloadKey, |
Once the translation is done, the import process need a way to retrieve payload data. | MaterialX/InterchangeMaterialXTranslator.h | |
virtual TOptional< UE::Interchange::FImportBlockedImage > GetBlockedTexturePayloadData
(
const UInterchangeSourceData* PayloadSourceData, |
MaterialX/InterchangeMaterialXTranslator.h | ||
static TOptional< UE::Interchange::FImportBlockedImage > GetBlockedTexturePayloadData
(
const FString& PayloadKey, |
MaterialX/InterchangeMaterialXTranslator.h |
GetBlockedTexturePayloadData(const FString &, TOptional< FString > &)
Description
Once the translation is done, the import process need a way to retrieve payload data. This payload will be use by the factories to create the asset.
| Name | GetBlockedTexturePayloadData |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/MaterialX/InterchangeMaterialXTranslator.h |
| Include Path | #include "MaterialX/InterchangeMaterialXTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/MaterialX/InterchangeMaterialXTranslator.cpp |
virtual TOptional < UE::Interchange::FImportBlockedImage > GetBlockedTexturePayloadData
(
const FString & PayloadKey,
TOptional < FString > & AlternateTexturePath
) const
a PayloadData containing the import blocked image data. The TOptional will not be set if there is an error.
Parameters
| Name | Remarks |
|---|---|
| PayloadKey | The key to retrieve the a particular payload contain into the specified source data. |
| AlternateTexturePath | When applicable, set to the path of the file actually loaded to create the FImportImage. |
GetBlockedTexturePayloadData(const UInterchangeSourceData *, const FString &)
| Name | GetBlockedTexturePayloadData |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/MaterialX/InterchangeMaterialXTranslator.h |
| Include Path | #include "MaterialX/InterchangeMaterialXTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Texture/InterchangeBlockedTexturePayloadInterface.h |
virtual TOptional < UE::Interchange::FImportBlockedImage > GetBlockedTexturePayloadData
(
const UInterchangeSourceData * PayloadSourceData,
const FString & PayloadKey
)
GetBlockedTexturePayloadData(const FString &, TOptional< FString > &, UInterchangeResultsContainer *, TSharedPtr< UE::Interchange::FAnalyticsHelper >)
| Name | GetBlockedTexturePayloadData |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/MaterialX/InterchangeMaterialXTranslator.h |
| Include Path | #include "MaterialX/InterchangeMaterialXTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/MaterialX/InterchangeMaterialXTranslator.cpp |
static TOptional < UE::Interchange::FImportBlockedImage > GetBlockedTexturePayloadData
(
const FString & PayloadKey,
TOptional < FString > & AlternateTexturePath,
UInterchangeResultsContainer * InResults,
TSharedPtr < UE::Interchange::FAnalyticsHelper > InAnalyticsHelper
)