![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "HeadMountedDisplayTypes.h"#include "InputCoreTypes.h"#include "Engine/EngineBaseTypes.h"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 |
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.