FOnlineSubsystemSteam::ClearUserCloudMetadata

**INTERNAL** Clear the metadata related to a given user's file on Steam This information is only available after calling EnumerateUserFiles It doesn't actually delete any of the actual data on disk

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

bool ClearUserCloudMetadata
(
    const FUniqueNetId & UserId,
    const FString & Filename
)

Remarks

INTERNAL Clear the metadata related to a given user's file on Steam This information is only available after calling EnumerateUserFiles It doesn't actually delete any of the actual data on disk

Returns

the true if the delete was successful, false otherwise

Parameters

Parameter

Description

UserId

the UserId for the file to search for

Filename

the file to get metadata about

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