This function is part of the PlayerDataStorage Interface.
Remarks
Get the count of files we have previously queried information for and files we have previously read from / written to.
Return Value
EOS_EResult::EOS_Success if the input was valid, otherwise an error result explaining what went wrong
See Also
EOS_PlayerDataStorage_CopyFileMetadataAtIndex
Parameters
EOS_PlayerDataStorage_GetFileMetadataCount
Parameter Type And Name | Usage Information |
---|---|
EOS_HPlayerDataStorage Handle | |
const EOS_PlayerDataStorage_GetFileMetadataCountOptions* GetFileMetadataCountOptions | Object containing properties related to which user is requesting the metadata count |
int32_t* OutFileMetadataCount | If successful, the count of metadata currently cached |