Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FStreamableManagerErrorDetails |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Experimental/StreamableManagerError.h |
| Include Path | #include "Engine/Experimental/StreamableManagerError.h" |
Syntax
class FStreamableManagerErrorDetails : public UE::UnifiedError::FDynamicErrorDetails
Inheritance Hierarchy
- TTransactionalAtomicRefCount → FRefCountBase → FRefCountedErrorDetails → FDynamicErrorDetails → FStreamableManagerErrorDetails
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Engine/Experimental/StreamableManagerError.h | |||
FStreamableManagerErrorDetails
(
const FString& InSoftObjectPath |
Engine/Experimental/StreamableManagerError.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticDetailsTypeId | const uint32 | Engine/Experimental/StreamableManagerError.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorFormatString | FText | Engine/Experimental/StreamableManagerError.h | ||
| SoftObjectPath | FString | Engine/Experimental/StreamableManagerError.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetSoftObjectPath() |
Engine/Experimental/StreamableManagerError.h |
Overridden from IErrorDetails
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 GetErrorDetailsTypeId() |
Engine/Experimental/StreamableManagerError.h | ||
virtual const FAnsiStringView GetErrorDetailsTypeName() |
Engine/Experimental/StreamableManagerError.h | ||
| Engine/Experimental/StreamableManagerError.h | |||
virtual void GetErrorProperties
(
const FError& Error, |
Engine/Experimental/StreamableManagerError.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IErrorDetails * Create() |
Engine/Experimental/StreamableManagerError.h | ||
static uint32 StaticGetErrorDetailsTypeId() |
Engine/Experimental/StreamableManagerError.h |