Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/UInterchangeGLTFTranslator
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.
Virtual Inheritance
- IInterchangeTexturePayloadInterface::GetTexturePayloadData → UInterchangeGLTFTranslator::GetTexturePayloadData
| Name | GetTexturePayloadData |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Gltf/InterchangeGltfTranslator.h |
| Include Path | #include "Gltf/InterchangeGltfTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Gltf/InterchangeGltfTranslator.cpp |
virtual TOptional < UE::Interchange::FImportImage > GetTexturePayloadData
(
const FString & PayloadKey,
TOptional < FString > & AlternateTexturePath
) const
a PayloadData containing the import 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. |