FAutoCompleteStruct

Windows
MacOS
Linux

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chat/ChatSlashCommands.h

Include

#include "Chat/ChatSlashCommands.h"

Syntax

struct FAutoCompleteStruct

Variables

Name Description

Public variable

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.

Public variable

TWeakObjectPtr<...

 

OptionalTargetUser

Public variable

TWeakPtr< const...

 

SlashCommand

Public variable

TArray< FString...

 

Tokens

Constructors

Name Description

Public function

FAutoCompleteStruct

(
    const FString& InFullString,
    const TWeakPtr< const FChatSlashCom...,
    TWeakObjectPtr< USocialUser > InOpt...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss