Navigation
API > API/Plugins > API/Plugins/SimpleHMD
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IHeadMountedDisplayModule
- ISimpleHMDPlugin
References
| Module | SimpleHMD |
| Header | /Engine/Plugins/Experimental/SimpleHMD/Source/SimpleHMD/Public/ISimpleHMDPlugin.h |
| Include | #include "ISimpleHMDPlugin.h" |
Syntax
class ISimpleHMDPlugin : public IHeadMountedDisplayModule
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 | |
|---|---|---|---|
| ISimpleHMDPlugin & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |