Navigation
API > API/Plugins > API/Plugins/Party
| |
|
| Name |
TSocialQuery |
| Type |
class |
| Header File |
/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialQuery.h |
| Include Path |
#include "SocialQuery.h" |
Syntax
template<typename QueryUserIdT, typename... CompletionCallbackArgs>
class TSocialQuery : public FSocialQueryBase
Inheritance Hierarchy
Constructors
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnQueryComplete |
TDelegate< void(ESocialSubsystem, bool, CompletionCallbackArgs...)> |
|
SocialQuery.h |
| FQueryId |
QueryUserIdT |
|
SocialQuery.h |
Constants
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void AddUserId
(
const QueryUserIdT& UserId,
const FOnQueryComplete& QueryCompleteHandler
)
|
|
SocialQuery.h |
|
Protected
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FName GetQueryId()
|
All subclasses of TSocialQuery must implement this static method Intentionally not implemented here to catch errors at compile time |
SocialQuery.h |
|
Operators