Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTechLib > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterBodyIdentity > API/Plugins/MetaHumanCoreTechLib/FMetaHumanCharacterBodyIdentity/FState
Description
Get body state evaluated with no deltas and with full deltas at scale 1. Neither modifies the current state - both operate on internal clones.
| Name | GetVerticesWithAndWithoutDeltas |
| 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 |
void GetVerticesWithAndWithoutDeltas
(
FMetaHumanRigEvaluatedState & OutNoDelta,
FMetaHumanRigEvaluatedState & OutWithDelta
) const