UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FARPose2D Struct Reference

#include <ARTypes.h>

Public Attributes

FARSkeletonDefinition SkeletonDefinition
 
TArray< FVector2DJointLocations
 
TArray< boolIsJointTracked
 

Detailed Description

Represents a human pose tracked in the 2D space

Member Data Documentation

◆ IsJointTracked

TArray<bool> FARPose2D::IsJointTracked

Flags indicating if each joint is tracked

◆ JointLocations

TArray<FVector2D> FARPose2D::JointLocations

The location of each joint in 2D normalized space

◆ SkeletonDefinition

FARSkeletonDefinition FARPose2D::SkeletonDefinition

The definition of this skeleton


The documentation for this struct was generated from the following file: