Navigation
API > API/Plugins > API/Plugins/OpenXRHandTracking
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IInputDeviceModule
- IOpenXRHandTrackingModule
References
| Module | OpenXRHandTracking |
| Header | /Engine/Plugins/Runtime/OpenXRHandTracking/Source/OpenXRHandTracking/Public/IOpenXRHandTrackingModule.h |
| Include | #include "IOpenXRHandTrackingModule.h" |
Syntax
class IOpenXRHandTrackingModule : public IInputDeviceModule
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| IOpenXRHandTrackingModule & | Get () |
Singleton-like access to this module's interface. | |
| TSharedPtr< IInputDevice > | Returns the Input Device associated with this InputDeviceModule. | ||
| TSharedPtr< class ILiveLinkSource > | Returns the LiveLinkSource associated with this OpenXRHandTrackingPlugin. | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| bool | Checks if the LiveLinkSource as been created. | ||
| void |