UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LegacyIXRInput.h File Reference

Go to the source code of this file.

Functions

class UE_DEPRECATED (5.6, "IXRInput is deprecated and will be removed in a future release.") IXRInput
 

Function Documentation

◆ UE_DEPRECATED()

class UE_DEPRECATED ( 5.  6,
"IXRInput is deprecated and will be removed in a future release."   
)

Deprecated. This type will be removed in a future release

Optional interface returned from IXRTrackingSystem if the plugin requires being able to grab touch or keyboard input events.

Passing key events to HMD. If returns 'false' then key will be handled by PlayerController; otherwise, key won't be handled by the PlayerController.

Passing touch events to HMD. If returns 'false' then touch will be handled by PlayerController; otherwise, touch won't be handled by the PlayerController.