Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlinePresence
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePresenceInterface.h |
| Include | #include "Interfaces/OnlinePresenceInterface.h" |
EOnlineCachedResult::Type GetCachedPresenceForApp
&40;
const FUniqueNetId & LocalUserId,
const FUniqueNetId & User,
const FString & AppId,
TSharedPtr< FOnlineUserPresence > & OutPresence
&41;
Remarks
Gets the cached presence information for a user. Whether the data was found or not.
Parameters
| Name | Description |
|---|---|
| LocalUserId | The unique id of the local user |
| User | The unique id of the user from which to get presence information. |
| AppId | The id of the application you want to get the presence of |
| OutPresence | If found, a shared pointer to the cached presence data for User will be stored here. |