Navigation
API > API/Plugins > API/Plugins/Party
Inheritance Hierarchy
- TSharedFromThis
- FSocialQueryBase
- TSocialQuery
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialQuery.h |
| Include | #include "SocialQuery.h" |
Syntax
template<typename QueryUserIdT, typename... CompletionCallbackArgs>
class TSocialQuery : public FSocialQueryBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< QueryUserIdT, FOnQueryComplete > | CompletionCallbacksByUserId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSocialQuery () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddUserId
(
const QueryUserIdT& UserId, |
||
| IOnlineSubsystem * | GetOSS () |
||
| FName | GetQueryId () |
All subclasses of TSocialQuery must implement this static method Intentionally not implemented here to catch errors at compile time | |
| void | Initialize
(
const USocialToolkit& InToolkit, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const TSharedRef< OtherQueryT >& OtherQuery |
Typedefs
| Name | Description |
|---|---|
| FOnQueryComplete | |
| FQueryId |
Constants
| Name | Description |
|---|---|
| CurrentQueries |