Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterBodyIdentity > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterBodyIdentity/FState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IDNAReader > StateToDna
(
UDNAAsset* InBodyDna |
MetaHumanCharacterBodyIdentity.h | ||
TSharedRef< IDNAReader > StateToDna
(
dna::Reader* InDnaReader, |
Create updated dna from state | MetaHumanCharacterBodyIdentity.h |
StateToDna(UDNAAsset *)
| Name | StateToDna |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanCharacterBodyIdentity.h |
| Include Path | #include "MetaHumanCharacterBodyIdentity.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanCharacterBodyIdentity.cpp |
TSharedRef < IDNAReader > StateToDna
(
UDNAAsset * InBodyDna
) const
StateToDna(dna::Reader *, bool)
Description
Create updated dna from state
| Name | StateToDna |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Public/MetaHumanCharacterBodyIdentity.h |
| Include Path | #include "MetaHumanCharacterBodyIdentity.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTechLib/Private/MetaHumanCharacterBodyIdentity.cpp |
TSharedRef < IDNAReader > StateToDna
(
dna::Reader * InDnaReader,
bool bIsCombined
) const