Navigation
API > API/Plugins > API/Plugins/OpenXRMsftHandInteraction
Inheritance Hierarchy
- IModuleInterface
- IOpenXRExtensionPlugin
- FOpenXRMsftHandInteraction
References
| Module | OpenXRMsftHandInteraction |
| Header | /Engine/Plugins/Runtime/OpenXRMsftHandInteraction/Source/OpenXRMsftHandInteraction/Public/OpenXRMsftHandInteraction.h |
| Include | #include "OpenXRMsftHandInteraction.h" |
Syntax
class FOpenXRMsftHandInteraction :
public IModuleInterface,
public IOpenXRExtensionPlugin
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | IModuleInterface |
Overridden from IOpenXRExtensionPlugin
| Type | Name | Description | |
|---|---|---|---|
| FString | IOpenXRExtensionPlugin | ||
| bool | GetInteractionProfile
(
XrInstance InInstance, |
Set the output parameters to add an interaction profile to OpenXR Input | |
| bool | GetRequiredExtensions
(
TArray< const ANSICHAR* >& OutExtensions |
Fill the array with extensions required by the plugin If false is returned the plugin and its extensions will be ignored |