Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Overloads
UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::MakeError()
| |
|
| Name |
UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::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 InstallCacheVerificationError
{
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::MakeError()
}
}
}
}
UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::MakeError(ErrorContextType &&, EDetailFilter)
| |
|
| Name |
UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::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 InstallCacheVerificationError
{
template<typename ErrorContextType>
FError UE::UnifiedError::IoStoreOnDemand::InstallCacheVerificationError::MakeError
(
ErrorContextType && Ctx,
EDetailFilter DetailFilter
)
}
}
}
}