Navigation
API > API/Runtime > API/Runtime/AugmentedReality
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include | #include "ARTypes.h" |
Syntax
enum EARJointTransformSpace
{
Model,
ParentJoint,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Describes the potential spaces in which the join transform can be defined with AR pose tracking