Navigation
API > API/Runtime > API/Runtime/FriendsAndChat
Interface for the Friends and chat manager.
| Name | IFriendsAndChatModule |
| Type | class |
| Header File | /Engine/Source/Runtime/FriendsAndChat/Public/Interfaces/IFriendsAndChatModule.h |
| Include Path | #include "Interfaces/IFriendsAndChatModule.h" |
Syntax
class IFriendsAndChatModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IFriendsAndChatModule() |
Virtual destructor. | Interfaces/IFriendsAndChatModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ShutdownStyle() |
Interfaces/IFriendsAndChatModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IFriendsAndChatModule & Get () |
Singleton-like access to this module's interface. | Interfaces/IFriendsAndChatModule.h |