Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentityFace
Description
Runs predictive solvers training asynchronously. Returns true if task was successfully scheduled, false otherwise.
| Name | RunAsyncPredictiveSolverTraining |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentityParts.h |
| Include Path | #include "MetaHumanIdentityParts.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Private/MetaHumanIdentityParts.cpp |
bool RunAsyncPredictiveSolverTraining
(
FOnPredictiveSolversProgress InOnProgressCallback,
FOnPredictiveSolversCompleted InOnCompletedCallback
)