IOpenXRExtensionPlugin::OnEvent

Use this callback to handle events that the OpenXR plugin doesn't handle itself

Windows
MacOS
Linux

References

Module

OpenXRHMD

Header

/Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRExtensionPlugin.h

Include

#include "IOpenXRExtensionPlugin.h"

Syntax

virtual void OnEvent
(
    XrSession InSession,
    const XrEventDataBaseHeader * InHeader
)

Remarks

Use this callback to handle events that the OpenXR plugin doesn't handle itself

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss