Go to the source code of this file.
|
| enum | EChunkLocation::Type {
EChunkLocation::DoesNotExist
, EChunkLocation::NotAvailable
, EChunkLocation::LocalSlow
, EChunkLocation::LocalFast
,
EChunkLocation::BestLocation =LocalFast
} |
| |
| enum | EChunkInstallSpeed::Type { EChunkInstallSpeed::Paused
, EChunkInstallSpeed::Slow
, EChunkInstallSpeed::Fast
} |
| |
| enum | EChunkPriority::Type { EChunkPriority::Immediate
, EChunkPriority::High
, EChunkPriority::Low
} |
| |
| enum | EChunkProgressReportingType::Type { EChunkProgressReportingType::ETA
, EChunkProgressReportingType::PercentageComplete
} |
| |
| enum class | ENamedChunkType : uint8 { Invalid
, OnDemand
, Language
} |
| |
◆ ENABLE_PLATFORM_CHUNK_INSTALL
| #define ENABLE_PLATFORM_CHUNK_INSTALL (1) |
◆ ENamedChunkType
| Enumerator |
|---|
| Invalid | |
| OnDemand | |
| Language | |
◆ DECLARE_DELEGATE_OneParam()
Delegate called when a Named Chunk either successfully installs or fails to install
◆ DECLARE_DELEGATE_TwoParams()
Delegate called when a chunk either successfully installs or fails to install, bool is success
◆ DECLARE_LOG_CATEGORY_EXTERN()
◆ DECLARE_MULTICAST_DELEGATE_OneParam()
◆ DECLARE_MULTICAST_DELEGATE_TwoParams()