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