Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Engine/Experimental/StreamableManagerError.h | |||
FError UE::UnifiedError::StreamableManager::IoStoreNotFound::MakeError
(
ErrorContextType&& Ctx, |
Engine/Experimental/StreamableManagerError.h |
UE::UnifiedError::StreamableManager::IoStoreNotFound::MakeError()
| Name | UE::UnifiedError::StreamableManager::IoStoreNotFound::MakeError |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Experimental/StreamableManagerError.h |
| Include Path | #include "Engine/Experimental/StreamableManagerError.h" |
namespace UE
{
namespace UnifiedError
{
namespace StreamableManager
{
namespace IoStoreNotFound
{
FError UE::UnifiedError::StreamableManager::IoStoreNotFound::MakeError()
}
}
}
}
UE::UnifiedError::StreamableManager::IoStoreNotFound::MakeError(ErrorContextType &&, EDetailFilter)
| Name | UE::UnifiedError::StreamableManager::IoStoreNotFound::MakeError |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Experimental/StreamableManagerError.h |
| Include Path | #include "Engine/Experimental/StreamableManagerError.h" |
namespace UE
{
namespace UnifiedError
{
namespace StreamableManager
{
namespace IoStoreNotFound
{
template<typename ErrorContextType>
FError UE::UnifiedError::StreamableManager::IoStoreNotFound::MakeError
(
ErrorContextType && Ctx,
EDetailFilter DetailFilter
)
}
}
}
}