Navigation
API > API/Plugins > API/Plugins/OpenXRHMD > API/Plugins/OpenXRHMD/IOpenXRExtensionPlugin
Description
Set the output parameter to add suggested bindings to the given interaction profile. This function gets called once for each interaction profile. If false is returned the bindings will be ignored.
| Name | GetSuggestedBindings |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRExtensionPlugin.h |
| Include Path | #include "IOpenXRExtensionPlugin.h" |
virtual bool GetSuggestedBindings
(
XrPath InInteractionProfile,
TArray < XrActionSuggestedBinding > & OutBindings
)