Class EOSTransferInProgress
- Namespace
- PlayEveryWare.EpicOnlineServices.Samples
Class EOSTransferInProgress
is used in EOSTitleStorageManager
and PlayerDataStorageService
to keep track of downloaded cached file data.
public class EOSTransferInProgress
- Inheritance
-
EOSTransferInProgress
- Inherited Members
Fields
CurrentIndex
public uint CurrentIndex
Field Value
Download
public bool Download
Field Value
FileMaxSizeBytes
public const int FileMaxSizeBytes = 200000000
Field Value
Properties
Data
public byte[] Data { get; set; }
Property Value
- byte[]
TotalSize
public uint TotalSize { get; }
Property Value
Methods
IsDone()
public bool IsDone()