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