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