Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Describes the potential spaces in which the join transform can be defined with AR pose tracking
| Name | EARJointTransformSpace |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include Path | #include "ARTypes.h" |
Syntax
enum EARJointTransformSpace
{
Model,
ParentJoint,
}
Values
| Name | Remarks |
|---|---|
| Model | Joint transform is relative to the origin of the model space which is usually attached to a particular joint such as the hip |
| ParentJoint | Joint transform is relative to its parent |