Navigation
API > API/Plugins > API/Plugins/OpenXREyeTracker
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
| Name | IOpenXREyeTrackerModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/OpenXREyeTracker/Source/OpenXREyeTracker/Public/IOpenXREyeTrackerModule.h |
| Include Path | #include "IOpenXREyeTrackerModule.h" |
Syntax
class IOpenXREyeTrackerModule : public IEyeTrackerModule
Implements Interfaces
Functions
Public
Overridden from IEyeTrackerModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetModuleKeyName() |
IOpenXREyeTrackerModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IOpenXREyeTrackerModule & Get () |
Singleton-like access to this module's interface. | IOpenXREyeTrackerModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IOpenXREyeTrackerModule.h |