IOnlinePresence::GetCachedPresence

Gets the cached presence information for a user.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePresenceInterface.h

Include

#include "Interfaces/OnlinePresenceInterface.h"

Syntax

EOnlineCachedResult::Type GetCachedPresence
(
    const FUniqueNetId & User,
    TSharedPtr< FOnlineUserPresence > & OutPresence
)

Remarks

Gets the cached presence information for a user.

Returns

Whether the data was found or not.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss