Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include | #include "ARTypes.h" |
Syntax
struct FARPose3D
Remarks
Represents a human pose tracked in the 3D space
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< bool > | IsJointTracked | Flags indicating if each joint is tracked | |
| TArray< FTransform > | JointTransforms | The transform of each join in the model space | |
| EARJointTransformSpace | JointTransformSpace | ||
| FARSkeletonDefinition | SkeletonDefinition | The definition of this skeleton |