Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/Chat
Inheritance Hierarchy
- TSharedFromThis
- FRegisteredSlashCommands
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/ChatSlashCommands.h |
| Include | #include "Chat/ChatSlashCommands.h" |
Syntax
class FRegisteredSlashCommands : public TSharedFromThis< FRegisteredSlashCommands >
Remarks
Slash Command Component.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CmdMatchesFirstToken
(
const FString& CmdString, |
||
| const TArray< TSharedPtr< FAutoCompleteStruct > > & | |||
| bool | |||
| void | Init
(
USocialToolkit& Toolkit |
||
| bool | IsEnabled () |
||
| bool | NotifyUserTextChanged
(
const FText& InText |
Main entry point for class encapsulated behavior; returns true if command executed | |
| void | RegisterCommand
(
const TSharedPtr< FChatSlashCommand >& NewSlashCommand |
||
| void | TokenizeMessage
(
const FString& InChatText, |
||
| bool | TokensExactMatch
(
TArray< FString >& TokensLHS, |
||
| bool | TryExecuteCommandByMatchingText
(
const FString& UserTypedText |