EOS_PlayerDataStorage_OnReadFileDataCallback

EOS API reference page for EOS_PlayerDataStorage_OnReadFileDataCallback

1분 소요

This function is part of the PlayerDataStorage Interface.

Remarks

Callback for when we have data ready to be read from the requested file. It is undefined how often this will be called during a single tick.

Return Value

The result of the read operation. If this value is not EOS_RR_ContinueReading, this callback will not be called again for the same request

Parameters

EOS_PlayerDataStorage_OnReadFileDataCallback

Parameter Type And NameUsage Information
const EOS_PlayerDataStorage_ReadFileDataCallbackInfo* DataStruct containing a chunk of data to read, as well as some metadata for the file being read