IBuildStatistics

An interface for accessing runtime statistical information about an installer.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildStatistics.h

Include

#include "Interfaces/IBuildStatistics.h"

Syntax

class IBuildStatistics

Remarks

An interface for accessing runtime statistical information about an installer.

Destructors

Name Description

Public function Virtual

~IBuildStatistics()

Virtual destructor.

Functions

Deprecated Functions

Name Description

Public function Virtual Const

int32

 

GetCloudMemoryChunksBooted()

Please use GetMemoryChunksBooted instead.

Public function Virtual Const

int32

 

GetCloudMemoryChunksInStore()

Please use GetMemoryChunksInStore instead.

Public function Virtual Const

int32

 

GetCloudMemoryChunksRetained()

Please use GetMemoryChunksRetained instead.

Public function Virtual Const

int32

 

GetCloudMemoryChunkStoreSize()

Please use GetMemoryChunkStoreSize instead.

Public function Virtual Const

int32

 

GetInstallMemoryChunksBooted()

Please use GetMemoryChunksBooted instead.

Public function Virtual Const

int32

 

GetInstallMemoryChunksInStore()

Please use GetMemoryChunksInStore instead.

Public function Virtual Const

int32

 

GetInstallMemoryChunksRetained()

Please use GetMemoryChunksRetained instead.

Public function Virtual Const

int32

 

GetInstallMemoryChunkStoreSize()

Please use GetMemoryChunkStoreSize instead.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss