Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | EInstallBundleCacheStatsFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
enum EInstallBundleCacheStatsFlags
{
None = 0,
DumpToLog = (1 << 0),
CSVFormat = (1 << 1),
DumpToResults = (1 << 2),
}
Values
| Name | Remarks |
|---|---|
| None | |
| DumpToLog | |
| CSVFormat | |
| DumpToResults |