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

Choose your operating system:

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