Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include | #include "ARTypes.h" |
Syntax
struct FARPose2D
Remarks
Represents a human pose tracked in the 2D space
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< bool > | IsJointTracked | Flags indicating if each joint is tracked | |
| TArray< FVector2D > | JointLocations | The location of each joint in 2D normalized space | |
| FARSkeletonDefinition | SkeletonDefinition | The definition of this skeleton |