Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlinePresence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetPresence
(
const FUniqueNetId& User, |
Starts an async task that sets presence information for the user. | Interfaces/OnlinePresenceInterface.h | |
virtual void SetPresence
(
const FUniqueNetId& User, |
Starts an async task that sets presence information for the user. | Interfaces/OnlinePresenceInterface.h |
SetPresence(const FUniqueNetId &, const FOnlineUserPresenceStatus &, const FOnPresenceTaskCompleteDelegate &)
Description
Starts an async task that sets presence information for the user.
| Name | SetPresence |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePresenceInterface.h |
| Include Path | #include "Interfaces/OnlinePresenceInterface.h" |
void SetPresence
(
const FUniqueNetId & User,
const FOnlineUserPresenceStatus & Status,
const FOnPresenceTaskCompleteDelegate & Delegate
)
Parameters
| Name | Remarks |
|---|---|
| User | The unique id of the user whose presence is being set. |
| Status | The collection of state and key/value pairs to set as the user's presence data. |
| Delegate | The delegate to be executed when the potentially asynchronous set operation completes. |
SetPresence(const FUniqueNetId &, FOnlinePresenceSetPresenceParameters &&, const FOnPresenceTaskCompleteDelegate &)
Description
Starts an async task that sets presence information for the user.
| Name | SetPresence |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePresenceInterface.h |
| Include Path | #include "Interfaces/OnlinePresenceInterface.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlinePresenceInterface.cpp |
virtual void SetPresence
(
const FUniqueNetId & User,
FOnlinePresenceSetPresenceParameters && Parameters,
const FOnPresenceTaskCompleteDelegate & Delegate
)
Parameters
| Name | Remarks |
|---|---|
| User | The unique id of the user whose presence is being set. |
| Status | The collection of state and key/value pairs to set as the user's presence data. |
| Delegate | The delegate to be executed when the potentially asynchronous set operation completes. |