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