Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Engine/Experimental/StreamableManagerError.h |
|
|
|
Engine/Experimental/StreamableManagerError.h |
|
UE::UnifiedError::StreamableManager::AsyncLoadFailed::MakeError()
| |
|
| Name |
UE::UnifiedError::StreamableManager::AsyncLoadFailed::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 AsyncLoadFailed
{
FError UE::UnifiedError::StreamableManager::AsyncLoadFailed::MakeError()
}
}
}
}
UE::UnifiedError::StreamableManager::AsyncLoadFailed::MakeError(ErrorContextType &&, EDetailFilter)
| |
|
| Name |
UE::UnifiedError::StreamableManager::AsyncLoadFailed::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 AsyncLoadFailed
{
template<typename ErrorContextType>
FError UE::UnifiedError::StreamableManager::AsyncLoadFailed::MakeError
(
ErrorContextType && Ctx,
EDetailFilter DetailFilter
)
}
}
}
}