Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'XRHand Tracking State' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | XRHand Tracking State |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Valid | The state is valid if poses have ever been provided. |
| name | Device Name | |
| struct | Application Instance ID | |
| enum | XRSpace Type | |
| enum | Hand | |
| enum | Tracking Status | |
| vector | Hand Key Locations | The indices of this array are the values of EHandKeypoint (Palm, Wrist, ThumbMetacarpal, etc). |
| struct | Hand Key Rotations | The indices of this array are the values of EHandKeypoint (Palm, Wrist, ThumbMetacarpal, etc). |
| real | Hand Key Radii | The indices of this array are the values of EHandKeypoint (Palm, Wrist, ThumbMetacarpal, etc). |