Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/Chat
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/ChatSlashCommands.h |
| Include | #include "Chat/ChatSlashCommands.h" |
Syntax
struct FAutoCompleteStruct
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | FullString | Cacheing data with strings is tricky because they will become invalid when the user changes their localization but a user can't change this while typing a command, so it is okay in this case. | |
| TWeakObjectPtr< USocialUser > | OptionalTargetUser | ||
| TWeakPtr< const FChatSlashCommand > | SlashCommand | ||
| TArray< FString > | Tokens |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutoCompleteStruct
(
const FString& InFullString, |