Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/Chat
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FChatSlashCommand
- FChannelChangeSlashCommand
- FFounderChannelSlashCommand
- FGlobalChannelSlashCommand
- FPartyChannelSlashCommand
- FTeamChannelSlashCommand
- FInteractionCommandWrapper
- FReplySlashCommand
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/ChatSlashCommands.h |
| Include | #include "Chat/ChatSlashCommands.h" |
Syntax
class FChatSlashCommand : public TSharedFromThis< FChatSlashCommand >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CommandNameString |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChatSlashCommand
(
const FText& InCommandName |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExecuteSpacebarFromPartialTokens
(
const TArray< FString >& UserTextTokens |
||
| void | ExecuteSlashCommand
(
USocialUser* OptionalTargetUser |
||
| void | GetAutoCompleteStrings
(
TArray< TSharedPtr< FAutoCompleteStruct > >& OutStringContainer, |
||
| const FString & | |||
| USocialToolkit * | GetToolkit () |
||
| bool | |||
| void | Init
(
USocialToolkit& InToolkit |
||
| bool | IsEnabled () |
||
| void | |||
| bool |