Navigation
API > API/Plugins > API/Plugins/MetaHumanIdentity > API/Plugins/MetaHumanIdentity/UMetaHumanIdentityPose
Determine if specified frame is valid, ie has RGB and depth data, not excluded etc
| Name | ECurrentFrameValid |
| Type | enum |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanIdentity/Public/MetaHumanIdentityPose.h |
| Include Path | #include "MetaHumanIdentityPose.h" |
Syntax
enum ECurrentFrameValid
{
Valid = 0,
Invalid_NoCaptureData,
Invalid_NoFootage,
Invalid_NoRGBOrDepth,
Invalid_Excluded,
}
Values
| Name | Remarks |
|---|---|
| Valid | |
| Invalid_NoCaptureData | |
| Invalid_NoFootage | |
| Invalid_NoRGBOrDepth | |
| Invalid_Excluded |