Navigation
API > API/Plugins > API/Plugins/Party
| Name | FInteractionCommandWrapper |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/ChatSlashCommands.h |
| Include Path | #include "Chat/ChatSlashCommands.h" |
Syntax
class FInteractionCommandWrapper : public FChatSlashCommand
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FChatSlashCommand → FInteractionCommandWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInteractionCommandWrapper
(
FSocialInteractionHandle Interaction |
Interaction tokens will have / prefix appended. | Chat/ChatSlashCommands.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedCommandToken | FString | Chat/ChatSlashCommands.h | ||
| CachedValidUsers | TArray< TWeakObjectPtr< USocialUser > > | Chat/ChatSlashCommands.h | ||
| WrappedInteraction | FSocialInteractionHandle | Chat/ChatSlashCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ResetUserCache() |
Chat/ChatSlashCommands.h | ||
void TryCacheValidAutoCompleteUser
(
USocialUser& User, |
Chat/ChatSlashCommands.h |
Overridden from FChatSlashCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chat/ChatSlashCommands.h | |||
virtual void ExecuteSlashCommand
(
USocialUser* OptionalTargetUser |
Chat/ChatSlashCommands.h | ||
virtual void GetAutoCompleteStrings
(
TArray< TSharedPtr< FAutoCompleteStruct > >& OutStringContainer, |
Chat/ChatSlashCommands.h | ||
virtual bool HasSpacebarExecuteFunctionality() |
Chat/ChatSlashCommands.h | ||
virtual bool IsEnabled() |
Chat/ChatSlashCommands.h | ||
virtual void RecacheForLocalization() |
Chat/ChatSlashCommands.h | ||
virtual bool RequiresUserForExecution() |
Chat/ChatSlashCommands.h |