Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h |
| Include | #include "HeadMountedDisplayTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FXRHandTrackingState
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ApplicationInstanceID | ||
| bool | bValid | The state is valid if poses have ever been provided. | |
| FName | DeviceName | ||
| EControllerHand | Hand | ||
| TArray< FVector > | HandKeyLocations | The indices of this array are the values of EHandKeypoint (Palm, Wrist, ThumbMetacarpal, etc). | |
| TArray< float > | HandKeyRadii | The indices of this array are the values of EHandKeypoint (Palm, Wrist, ThumbMetacarpal, etc). | |
| TArray< FQuat > | HandKeyRotations | The indices of this array are the values of EHandKeypoint (Palm, Wrist, ThumbMetacarpal, etc). | |
| ETrackingStatus | TrackingStatus | ||
| EXRSpaceType | XRSpaceType |