Navigation
API > API/Plugins > API/Plugins/OpenXRHMD > API/Plugins/OpenXRHMD/IOpenXRExtensionPlugin
Description
Set the output parameters to provide a path to an asset in the plugin content folder that visualizes the controller in the hand represented by the user path. While it's possible to provide controller models for other interaction profiles, you should only provide controller models for the interaction profile provided by the plugin.
NOTE: All models that can be returned also need to be returned in GetControllerModels() so they're included when cooking a project. If this is skipped the controllers won't show up in packaged projects
| Name | GetControllerModel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRExtensionPlugin.h |
| Include Path | #include "IOpenXRExtensionPlugin.h" |
virtual bool GetControllerModel
(
XrInstance InInstance,
XrPath InInteractionProfile,
XrPath InDevicePath,
FSoftObjectPath & OutPath
)