|
| | FConstructorCloudChunkSource (FConstructorCloudChunkSourceConfig &&InConfiguration, IDownloadService *InDownloadService, IChunkDataSerialization *InChunkDataSerialization, ICloudChunkSourceStat *InCloudChunkSourceStat, IBuildManifestSet *InManifestSet, IDownloadConnectionCount *InDownloadCount, IMessagePump *InMessagePump) |
| |
| virtual | ~FConstructorCloudChunkSource () |
| |
| virtual FRequestProcessFn | CreateRequest (const FGuid &DataId, FMutableMemoryView DestinationBuffer, void *UserPtr, FChunkRequestCompleteDelegate CompleteFn) override |
| |
| virtual int32 | GetChunkUnavailableAt (const FGuid &DataId) const override |
| |
| virtual void | Abort () override |
| |
| virtual void | Tick (bool bStartNewDownloads, uint32 &OutTimeToNextTickMs, uint32 InMaxDownloads) override |
| |
| virtual void | SetWakeupFunction (TUniqueFunction< void()> &&InWakeupMainThreadFn) override |
| |
| virtual void | PostRequiredByteCount (uint64 InDownloadExpected) override |
| |
| virtual | ~IConstructorCloudChunkSource () |
| |
| virtual | ~IConstructorChunkSource () |
| |
| | DECLARE_DELEGATE_FourParams (FChunkRequestCompleteDelegate, const FGuid &DataId, bool bAborted, bool bFailedToRead, void *UserPtr) |
| |
◆ FConstructorCloudChunkSource()
◆ ~FConstructorCloudChunkSource()
| virtual BuildPatchServices::FConstructorCloudChunkSource::~FConstructorCloudChunkSource |
( |
| ) |
|
|
inlinevirtual |
◆ Abort()
| void BuildPatchServices::FConstructorCloudChunkSource::Abort |
( |
| ) |
|
|
overridevirtual |
◆ CreateRequest()
◆ GetChunkUnavailableAt()
| virtual int32 BuildPatchServices::FConstructorCloudChunkSource::GetChunkUnavailableAt |
( |
const FGuid & |
DataId | ) |
const |
|
inlineoverridevirtual |
◆ PostRequiredByteCount()
| virtual void BuildPatchServices::FConstructorCloudChunkSource::PostRequiredByteCount |
( |
uint64 |
InDownloadExpected | ) |
|
|
inlineoverridevirtual |
◆ SetWakeupFunction()
◆ Tick()
| void BuildPatchServices::FConstructorCloudChunkSource::Tick |
( |
bool |
bStartNewDownloads, |
|
|
uint32 & |
OutTimeToNextTickMs, |
|
|
uint32 |
InMaxDownloads |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: