Navigation
API > API/Plugins > API/Plugins/OpenXRViveTracker
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
| Name | IOpenXRViveTrackerModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/OpenXRViveTracker/Source/OpenXRViveTracker/Public/IOpenXRViveTrackerModule.h |
| Include Path | #include "IOpenXRViveTrackerModule.h" |
Syntax
class IOpenXRViveTrackerModule : public IInputDeviceModule
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IInputDevice > GetInputDevice() |
Returns the Input Device associated with this InputDeviceModule. | IOpenXRViveTrackerModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IOpenXRViveTrackerModule & Get () |
Singleton-like access to this module's interface. | IOpenXRViveTrackerModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IOpenXRViveTrackerModule.h |