Navigation
API > API/Developer > API/Developer/SlackIntegrations
Inheritance Hierarchy
- IModuleInterface
- ISlackIntegrationsModule
References
| Module | SlackIntegrations |
| Header | /Engine/Source/Developer/SlackIntegrations/Public/SlackIntegrationsModule.h |
| Include | #include "SlackIntegrationsModule.h" |
Syntax
class ISlackIntegrationsModule : public IModuleInterface
Remarks
ISlackIntegrationsModule interface for public access to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| ISlackIntegrationsModule & | Get () |
Singleton-like access to this module's interface. | |
| ISlackIncomingWebhookInterface & | Get the incoming webhook interface for sending messages to Slack | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |