Unreal Engine Blueprint API Reference > Input > Head Mounted Display
Returns a transform that can be used to convert points from tracking space to world space. Does NOT include the set WorldToMeters scale, as that is added in by the backing XR system to their tracking space poses.
Target is Head Mounted Display Function Library
Inputs
Type | Name | Description |
---|---|---|
exec | In |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
transform | Return Value | Returns a transform that can be used to convert points from tracking space to world space.Does NOT include the set WorldToMeters scale, as that is added in by the backing XR system to their tracking space poses. |