Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineSubsystemSteam.h |
Include |
#include "OnlineSubsystemSteam.h" |
Source |
/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/OnlineSubsystemSteam.cpp |
bool ClearUserCloudMetadata
(
const FUniqueNetId & UserId,
const FString & Filename
)
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
the true if the delete was successful, false otherwise
Parameter |
Description |
---|---|
UserId |
the UserId for the file to search for |
Filename |
the file to get metadata about |