Navigation
API > API/Plugins > API/Plugins/Party
| Name | FChatSlashCommand |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/ChatSlashCommands.h |
| Include Path | #include "Chat/ChatSlashCommands.h" |
Syntax
class FChatSlashCommand : public TSharedFromThis< FChatSlashCommand >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FChatSlashCommand
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChatSlashCommand
(
const FText& InCommandName |
Chat/ChatSlashCommands.h | ||
FChatSlashCommand
(
const FChatSlashCommand& copy |
Chat/ChatSlashCommands.h | ||
FChatSlashCommand
(
FChatSlashCommand&& move |
Chat/ChatSlashCommands.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FChatSlashCommand() |
Chat/ChatSlashCommands.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CommandNameTextSrc | const FText | Chat/ChatSlashCommands.h | ||
| MyToolkit | TWeakObjectPtr< USocialToolkit > | Chat/ChatSlashCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chat/ChatSlashCommands.h | |||
void ExecuteSlashCommand
(
USocialUser* OptionalTargetUser |
Chat/ChatSlashCommands.h | ||
virtual void GetAutoCompleteStrings
(
TArray< TSharedPtr< FAutoCompleteStruct > >& OutStringContainer, |
Chat/ChatSlashCommands.h | ||
const FString & GetCommandNameString() |
Chat/ChatSlashCommands.h | ||
virtual bool HasSpacebarExecuteFunctionality() |
Chat/ChatSlashCommands.h | ||
virtual void Init
(
USocialToolkit& InToolkit |
Chat/ChatSlashCommands.h | ||
bool IsEnabled() |
Chat/ChatSlashCommands.h | ||
virtual void RecacheForLocalization() |
Chat/ChatSlashCommands.h | ||
virtual bool RequiresUserForExecution() |
Chat/ChatSlashCommands.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USocialToolkit * GetToolkit() |
Chat/ChatSlashCommands.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChatSlashCommand & operator=
(
const FChatSlashCommand& copy |
Chat/ChatSlashCommands.h | ||
FChatSlashCommand & operator=
(
FChatSlashCommand&& move |
Chat/ChatSlashCommands.h |