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