Navigation
API > API/Plugins > API/Plugins/OpenXRHMD > API/Plugins/OpenXRHMD/IOpenXRExtensionPlugin
Description
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.
| Name | OnCreateInstance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRExtensionPlugin.h |
| Include Path | #include "IOpenXRExtensionPlugin.h" |
virtual const void * OnCreateInstance
(
class IOpenXRHMDModule * InModule,
const void * InNext
)