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 GetCachedPresence
&40;
const FUniqueNetId & User,
TSharedPtr< FOnlineUserPresence > & OutPresence
&41;
Remarks
Gets the cached presence information for a user. Whether the data was found or not.
Parameters
| Name | Description |
|---|---|
| User | The unique id of the user from which to get presence information. |
| OutPresence | If found, a shared pointer to the cached presence data for User will be stored here. |