Navigation
API > API/Plugins > API/Plugins/InterchangeDNA
| Name | FDnaMeshPayloadContext |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/InterchangeDNA/Public/MetaHumanInterchangeDnaTranslator.h |
| Include Path | #include "MetaHumanInterchangeDnaTranslator.h" |
Syntax
class FDnaMeshPayloadContext : public FDnaPayloadContextBase
Inheritance Hierarchy
- FDnaPayloadContextBase → FDnaMeshPayloadContext
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDnaMeshPayloadContext() |
MetaHumanInterchangeDnaTranslator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsSkinnedMesh | bool | MetaHumanInterchangeDnaTranslator.h | ||
| DnaLodIndex | int32 | MetaHumanInterchangeDnaTranslator.h | ||
| DnaMeshIndex | int32 | MetaHumanInterchangeDnaTranslator.h |
Functions
Public
Overridden from FDnaPayloadContextBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetPayloadType() |
MetaHumanInterchangeDnaTranslator.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void PopulateStaticMeshDescription
(
FMeshDescription& OutMeshDescription, |
Populates mesh description attributes with static mesh data from the DNA reader for specified mesh | MetaHumanInterchangeDnaTranslator.h |