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