Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
Controllers, due to their various shapes, might have different natural usages.
| Name | EXRControllerPoseType |
| Type | enum |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h |
| Include Path | #include "HeadMountedDisplayTypes.h" |
Syntax
enum EXRControllerPoseType
{
Aim,
Grip,
Palm,
}
Values
| Name | Remarks |
|---|---|
| Aim | A pose meant to represent pointing. |
| Grip | A poose meant to represent holding a stick. |
| Palm | A pose meant to represent holding an item in the palm of the hand. |