Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentityFace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FCameraCalibration > GetCalibrations
(
UMetaHumanIdentityPose* InPose |
Get the camera calibrations associated with the provided pose | MetaHumanIdentityParts.h | |
TArray< FCameraCalibration > GetCalibrations
(
UMetaHumanIdentityPose* InPose, |
Get the calibration(s) for the supplied promoted frame and frame index | MetaHumanIdentityParts.h |
GetCalibrations(UMetaHumanIdentityPose *)
Description
Get the camera calibrations associated with the provided pose
| Name | GetCalibrations |
| 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 |
TArray < FCameraCalibration > GetCalibrations
(
UMetaHumanIdentityPose * InPose
) const
GetCalibrations(UMetaHumanIdentityPose , class UMetaHumanIdentityPromotedFrame , int32)
Description
Get the calibration(s) for the supplied promoted frame and frame index
| Name | GetCalibrations |
| 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 |
TArray < FCameraCalibration > GetCalibrations
(
UMetaHumanIdentityPose * InPose,
class UMetaHumanIdentityPromotedFrame * InPromotedFrame,
int32 InFrameIndex
) const