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

#include <ARTypes.h>

Public Attributes

int32 NumJoints = 0
 
TArray< FNameJointNames
 
TArray< int32ParentIndices
 

Detailed Description

Represents a hierarchy of a human pose skeleton tracked by the AR system

Member Data Documentation

◆ JointNames

TArray<FName> FARSkeletonDefinition::JointNames

The name of each joint in this skeleton

◆ NumJoints

int32 FARSkeletonDefinition::NumJoints = 0

How many joints this skeleton has

◆ ParentIndices

TArray<int32> FARSkeletonDefinition::ParentIndices

The parent index of each joint in this skeleton


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