Navigation
| Name | IoStoreOnDemandCore |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/ |
| Module Build Rules | IoStoreOnDemandCore.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FHttpIoDispatcher | HTTP I/O dispatcher . |
| FIoHttpBatch | Issue one or more HTTP request in a batch. |
| FIoHttpHeaders | HTTP headers. |
| FIoHttpRequest | An HTTP request handle. |
| FIoHttpResponse | A HTTP response. |
| FIoRelativeUrl | A relative URL from the host. |
| FOnDemandContentHandle | Keeps referenced data pinned in the cache until released. |
| FOnDemandHostGroup | Holds a set of host URLs. |
| FOnDemandInstallRequest | A single-ownership handle to an install request. |
| FOnDemandRequest | Interface for on-demand request types. |
Structs
| Name | Remarks |
|---|---|
| FCasErrorContext | |
| FChunkHashMismatchErrorContext | |
| FChunkMissingErrorContext | |
| FHttpError | |
| FInstallCacheErrorContext | |
| FIoHttpOptions | Options for controlling the behavior of an HTTP request. |
| FIoHttpRange | Represents a range within a resource. |
| FOnDemandCacheUsage | Holds information about install and streaming cache usage |
| FOnDemandDefragArgs | Arguments for defragmenting on-demand content. |
| FOnDemandDefragResult | Holds information about a defrag request |
| FOnDemandGetCacheUsageArgs | Arguments for getting the install cache usage. |
| FOnDemandGetInstallSizeArgs | Arguments for getting the size of on-demand content. |
| FOnDemandImmediateAnalytic | |
| FOnDemandImmediateAnalyticHandler | |
| FOnDemandInstallArgs | Arguments for installing/downloading on-demand content. |
| FOnDemandInstallCacheUsage | Holds information about the install cache usage |
| FOnDemandInstallHandleCacheUsage | |
| FOnDemandInstallProgress | Holds information about progress for an install request. |
| FOnDemandInstallResult | Holds information about an install request. |
| FOnDemandInstallSizeResult | Holds information about an install size request. |
| FOnDemandMountArgs | Arguments for mounting on-demand container TOC(s). |
| FOnDemandMountResult | Holds information about a mount request. |
| FOnDemandPurgeArgs | Arguments for purging on-demand content. |
| FOnDemandPurgeResult | Holds information about a purge request |
| FOnDemandRegisterHostGroupArgs | Arguments for registering a new host group. |
| FOnDemandRegisterHostGroupResult | Holds the result when registering a host group. |
| FOnDemandStreamingCacheUsage | Holds information about the stremaing cache usage |
| FOnDemandToc | |
| FOnDemandTocAdditionalFile | |
| FOnDemandTocContainerEntry | |
| FOnDemandTocEntry | |
| FOnDemandTocHeader | |
| FOnDemandTocSentinel | |
| FOnDemandTocTagSet | |
| FOnDemandTocTagSetPackageList | |
| FOnDemandVerifyCacheResult | Result from verifying the install cache. |
| FTocMeta | |
| FVerificationErrorContext |
Interfaces
| Name | Remarks |
|---|---|
| IAnalyticsRecording | Interface for recording analytics over a given time period |
| IHttpIoDispatcher | HTTP I/O dispatcher interface. |
| IOnDemandIoStore | Interface for installing and streaming content on-demand. |
| IOnDemandIoStoreFactory | Module feature for creating a concrete implementation of the on-demand I/O store. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnDemandDefragCompleted | TUniqueFunction< void(FOnDemandDefragResult)> | Defrag completion callback | IO/IoStoreOnDemand.h |
| FOnDemandInstallCompleted | TUniqueFunction< void(FOnDemandInstallResult)> | Install completion callback. | IO/IoStoreOnDemand.h |
| FOnDemandInstallProgressed | TFunction< void(FOnDemandInstallProgress)> | Install Progress callback. | IO/IoStoreOnDemand.h |
| FOnDemandMountCompleted | TUniqueFunction< void(FOnDemandMountResult)> | Mount completion callback. | IO/IoStoreOnDemand.h |
| FOnDemandPurgeCompleted | TUniqueFunction< void(FOnDemandPurgeResult)> | Purge completion callback | IO/IoStoreOnDemand.h |
| FOnDemandVerifyCacheCompleted | TUniqueFunction< void(FOnDemandVerifyCacheResult)> | Verify cache completion callback. | IO/IoStoreOnDemand.h |
| FResult | TValueOrError< void, UE::UnifiedError::FError > | IO/OnDemandError.h | |
| FSharedInternalContentHandle | TSharedPtr< class FOnDemandInternalContentHandle, ESPMode::ThreadSafe > | IO/IoStoreOnDemand.h | |
| FSharedInternalInstallRequest | TSharedPtr< class FOnDemandInternalInstallRequest, ESPMode::ThreadSafe > | IO/IoStoreOnDemand.h | |
| FSharedOnDemandIoStore | TSharedPtr< class IOnDemandIoStore, ESPMode::ThreadSafe > | IO/IoStoreOnDemand.h | |
| FWeakOnDemandIoStore | TWeakPtr< class IOnDemandIoStore, ESPMode::ThreadSafe > | IO/IoStoreOnDemand.h | |
| TResult | TValueOrError< ResultType, UE::UnifiedError::FError > | IO/OnDemandError.h |
Enums
Public
| Name | Remarks |
|---|---|
| UE::IoStore::EOnDemandDefragOptions | Options for controlling the behavior of the defrag request. |
| UE::IoStore::EOnDemandGetCacheUsageOptions | Options for controlling the behavior of the install size request. |
| UE::IoStore::EOnDemandGetInstallSizeOptions | Options for controlling the behavior of the install size request. |
| UE::IoStore::EOnDemandInstallOptions | Options for controlling the behavior of the install request. |
| UE::IoStore::EOnDemandMountOptions | Options for controlling the behavior of mounted container(s). |
| UE::IoStore::EOnDemandPurgeOptions | Options for controlling the behavior of the purge request. |
| UE::IoStore::EOnDemandStreamingOptions | Streaming options (IAS). |
| UE::IoStore::EOnDemandTocFlags | |
| UE::IoStore::EOnDemandTocVersion | |
| UE::UnifiedError::IoStoreOnDemand::ECasErrorCode |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| UE::UnifiedError::IoStoreOnDemand::CasError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::CasJournalError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::CasSnapshotError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::ChunkHashError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::ChunkMissingError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::HttpError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::InstallCacheDefragError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushLastAccessError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::InstallCachePurgeError::DeclaredErrorCode | int32 | IO/OnDemandError.h | |
| UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::DeclaredErrorCode | int32 | IO/OnDemandError.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h | ||
| DeclaredFormatString | UE_API const FText | IO/OnDemandError.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString LexToString
(
UE::IoStore::EOnDemandTocFlags TocFlags |
IO/OnDemandToc.h | ||
void SerializeForLog
(
FCbWriter& Writer, |
IO/OnDemandError.h | ||
void SerializeForLog
(
FCbWriter& Writer, |
IO/OnDemandError.h | ||
void SerializeForLog
(
FCbWriter& Writer, |
IO/OnDemandError.h | ||
void SerializeForLog
(
FCbWriter& Writer, |
IO/OnDemandError.h | ||
void SerializeForLog
(
FCbWriter& Writer, |
IO/OnDemandError.h | ||
void SerializeForLog
(
FCbWriter& Writer, |
IO/OnDemandError.h | ||
bool UE::IoStore::operator!
(
EOnDemandMountOptions E |
IO/IoStoreOnDemand.h | ||
bool UE::IoStore::operator!
(
EOnDemandInstallOptions E |
IO/IoStoreOnDemand.h | ||
bool UE::IoStore::operator!
(
EOnDemandPurgeOptions E |
IO/IoStoreOnDemand.h | ||
bool UE::IoStore::operator!
(
EOnDemandDefragOptions E |
IO/IoStoreOnDemand.h | ||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
bool UE::IoStore::operator!
(
EOnDemandStreamingOptions E |
IO/IoStoreOnDemand.h | ||
bool UE::IoStore::operator!
(
EOnDemandTocFlags E |
IO/OnDemandToc.h | ||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/OnDemandToc.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
EOnDemandTocFlags & UE::IoStore::operator&=
(
EOnDemandTocFlags& Lhs, |
IO/OnDemandToc.h | ||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/OnDemandToc.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
EOnDemandTocFlags & UE::IoStore::operator^=
(
EOnDemandTocFlags& Lhs, |
IO/OnDemandToc.h | ||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/OnDemandToc.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
EOnDemandTocFlags & UE::IoStore::operator|=
(
EOnDemandTocFlags& Lhs, |
IO/OnDemandToc.h | ||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/IoStoreOnDemand.h | |||
| IO/OnDemandToc.h | |||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::CasError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::CasError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::CasError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::CasError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::CasError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::CasError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::CasJournalError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::CasJournalError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::CasJournalError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::CasJournalError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::CasJournalError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::CasJournalError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::CasSnapshotError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::CasSnapshotError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::CasSnapshotError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::CasSnapshotError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::CasSnapshotError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::CasSnapshotError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::ChunkHashError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::ChunkHashError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::ChunkHashError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::ChunkHashError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::ChunkHashError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::ChunkHashError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::ChunkMissingError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::ChunkMissingError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::ChunkMissingError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::ChunkMissingError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::ChunkMissingError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::ChunkMissingError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::GetStaticModuleId() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::GetStaticModuleName() |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::HttpError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::HttpError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::HttpError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::HttpError::GetStaticErrorName() |
IO/OnDemandError.h | ||
FError UE::UnifiedError::IoStoreOnDemand::HttpError::MakeError
(
uint32 StatusCode |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::HttpError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::InstallCacheDefragError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::InstallCacheDefragError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::InstallCacheDefragError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::InstallCacheDefragError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheDefragError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::InstallCacheDefragError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushLastAccessError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushLastAccessError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushLastAccessError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushLastAccessError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushLastAccessError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushLastAccessError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::InstallCachePurgeError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::InstallCachePurgeError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::InstallCachePurgeError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::InstallCachePurgeError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::InstallCachePurgeError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::InstallCachePurgeError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE_API int32 UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::GetErrorCodeId() |
IO/OnDemandError.h | ||
UE_API const FError & UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::GetStaticError() |
IO/OnDemandError.h | ||
UE_API TRefCountPtr< const FStaticErrorDetails > UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::GetStaticErrorDetails() |
IO/OnDemandError.h | ||
UE_API FAnsiStringView UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::GetStaticErrorName() |
IO/OnDemandError.h | ||
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h | ||
UE_API bool UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::OfType
(
const FError& Other |
IO/OnDemandError.h | ||
UE::IoStore::TResult< ResultType > UE::UnifiedError::IoStoreOnDemand::MakeCasError
(
ECasErrorCode ErrorCode, |
IO/OnDemandError.h | ||
UE::IoStore::FResult UE::UnifiedError::IoStoreOnDemand::MakeJournalError
(
ECasErrorCode ErrorCode, |
IO/OnDemandError.h | ||
UE::IoStore::TResult< ResultType > UE::UnifiedError::IoStoreOnDemand::MakeSnapshotError
(
ECasErrorCode ErrorCode, |
IO/OnDemandError.h | ||
const TCHAR * UE::UnifiedError::IoStoreOnDemand::ToString
(
ECasErrorCode Code |
IO/OnDemandError.h | ||
UE_DECLARE_ERRORSTRUCT_FEATURES
(
IoStoreOnDemand, |
IO/OnDemandError.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText UE::UnifiedError::IoStoreOnDemand::CasError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::CasJournalError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::CasSnapshotError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::ChunkHashError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::ChunkMissingError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::HttpError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::InstallCacheDefragError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushLastAccessError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::InstallCachePurgeError::GetFormatString() |
IO/OnDemandError.h | ||
static FText UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::GetFormatString() |
IO/OnDemandError.h |