Navigation
API > API/Plugins > API/Plugins/InterchangeDNA > API/Plugins/InterchangeDNA/UMetaHumanInterchangeDnaTranslat-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOptional< UE::Interchange::FMeshPayloadData > GetMeshPayloadData
(
const FInterchangeMeshPayLoadKey& PayLoadKey, |
End UInterchangeTranslatorBase API Once the translation is done, the import process need a way to retrieve payload data. | MetaHumanInterchangeDnaTranslator.h | |
virtual TOptional< UE::Interchange::FMeshPayloadData > GetMeshPayloadData
(
const FInterchangeMeshPayLoadKey& PayLoadKey, |
MetaHumanInterchangeDnaTranslator.h |
GetMeshPayloadData(const FInterchangeMeshPayLoadKey &, const FTransform &)
Description
End UInterchangeTranslatorBase API 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 | GetMeshPayloadData |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/InterchangeDNA/Public/MetaHumanInterchangeDnaTranslator.h |
| Include Path | #include "MetaHumanInterchangeDnaTranslator.h" |
virtual TOptional < UE::Interchange::FMeshPayloadData > GetMeshPayloadData
(
const FInterchangeMeshPayLoadKey & PayLoadKey,
const FTransform & MeshGlobalTransform
) const
a PayloadData containing the imported data. The TOptional will not be set if there is an error.
Parameters
| Name | Remarks |
|---|---|
| SourceData | The source data containing the data to translate |
| PayloadKey | The key to retrieve the a particular payload contain into the specified source data. |
GetMeshPayloadData(const FInterchangeMeshPayLoadKey &, const UE::Interchange::FAttributeStorage &)
| Name | GetMeshPayloadData |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/InterchangeDNA/Public/MetaHumanInterchangeDnaTranslator.h |
| Include Path | #include "MetaHumanInterchangeDnaTranslator.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/InterchangeDNA/Private/MetaHumanInterchangeDnaTranslator.cpp |
virtual TOptional < UE::Interchange::FMeshPayloadData > GetMeshPayloadData
(
const FInterchangeMeshPayLoadKey & PayLoadKey,
const UE::Interchange::FAttributeStorage & PayloadAttributes
) const