Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FDetails |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Experimental/StreamableManagerError.h |
| Include Path | #include "Engine/Experimental/StreamableManagerError.h" |
Syntax
class FDetails : public UE::UnifiedError::FDynamicErrorDetails
Inheritance Hierarchy
- TTransactionalAtomicRefCount → FRefCountBase → FRefCountedErrorDetails → FDynamicErrorDetails → FDetails
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDetails () |
Engine/Experimental/StreamableManagerError.h | ||
FDetails
(
const FString& InPackageName, |
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 |
|---|---|---|---|---|
| PackageName | FString | Engine/Experimental/StreamableManagerError.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetPackageName() |
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 | ||
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 |