Navigation
API > API/Plugins > API/Plugins/OpenXRHMD > API/Plugins/OpenXRHMD/IOpenXRExtensionPlugin
References
| Module | OpenXRHMD |
| Header | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRExtensionPlugin.h |
| Include | #include "IOpenXRExtensionPlugin.h" |
virtual const void &42; OnCreateInstance
&40;
class IOpenXRHMDModule &42; InModule,
const void &42; InNext
&41;
Remarks
Callbacks with returned pointer added to next chain, do not return pointers to structs on the stack. Remember to assign InNext to the next pointer of your struct or otherwise you may break the next chain.