FOnlineSubsystemSteam::GetUserCloudEntry

**INTERNAL** Get the metadata related to a given user This information is only available after calling EnumerateUserFiles

Windows
MacOS
Linux

References

Module

OnlineSubsystemSteam

Header

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineSubsystemSteam.h

Include

#include "OnlineSubsystemSteam.h"

Source

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/OnlineSubsystemSteam.cpp

Syntax

FSteamUserCloudData * GetUserCloudEntry
(
    const FUniqueNetId & UserId
)

Remarks

INTERNAL Get the metadata related to a given user This information is only available after calling EnumerateUserFiles

Returns

the struct with the metadata about the requested user, will always return a valid struct, creating one if necessary

Parameters

Parameter

Description

UserId

the UserId to search for

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