Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IO/OnDemandError.h | |||
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::MakeError
(
ErrorContextType&& Ctx, |
IO/OnDemandError.h |
UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::MakeError()
| Name | UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::MakeError |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/OnDemandError.h |
| Include Path | #include "IO/OnDemandError.h" |
namespace UE
{
namespace UnifiedError
{
namespace IoStoreOnDemand
{
namespace InstallCacheFlushError
{
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::MakeError()
}
}
}
}
UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::MakeError(ErrorContextType &&, EDetailFilter)
| Name | UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::MakeError |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/OnDemandError.h |
| Include Path | #include "IO/OnDemandError.h" |
namespace UE
{
namespace UnifiedError
{
namespace IoStoreOnDemand
{
namespace InstallCacheFlushError
{
template<typename ErrorContextType>
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheFlushError::MakeError
(
ErrorContextType && Ctx,
EDetailFilter DetailFilter
)
}
}
}
}