Navigation
API > API/Runtime > API/Runtime/Core
FDynamicErrorDetails; base implementation of inner error details, for use by derived classes to reduce unnessisary reimplementation.
| Name | FDynamicErrorDetails |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/UnifiedError.h |
| Include Path | #include "Experimental/UnifiedError/UnifiedError.h" |
Syntax
class FDynamicErrorDetails : public UE::UnifiedError::FRefCountedErrorDetails
Inheritance Hierarchy
- TTransactionalAtomicRefCount → FRefCountBase → FRefCountedErrorDetails → FDynamicErrorDetails
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDynamicErrorDetails
(
TRefCountPtr< const IErrorDetails > InInnerErrorDetails |
Experimental/UnifiedError/UnifiedError.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDynamicErrorDetails() |
Experimental/UnifiedError/UnifiedError.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticDetailsTypeId | const uint32 | Experimental/UnifiedError/UnifiedError.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InnerErrorDetails | TRefCountPtr< const IErrorDetails > | Experimental/UnifiedError/UnifiedError.h |
Functions
Public
Overridden from IErrorDetails
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 GetErrorDetailsTypeId() |
GetErrorDetialsTypeId; Simple type information for error details, generated using hash of details name See also: #define FERROR_DETAILS. | Experimental/UnifiedError/UnifiedError.h | |
virtual const FAnsiStringView GetErrorDetailsTypeName() |
Experimental/UnifiedError/UnifiedError.h | ||
| GetErrorFormatString; Pass through to the InnerErrorDetails. | Experimental/UnifiedError/UnifiedError.h | ||
virtual void GetErrorProperties
(
const FError& Error, |
GetErrorProperties; by default pass through to the InnerErrorDetails. It's expected FDynamicErrorDetails will be derived from and implement GetErrorProperties. | Experimental/UnifiedError/UnifiedError.h | |
virtual TRefCountPtr< const IErrorDetails > GetInnerErrorDetails() |
GetInnerErrorDetails; Exposes inner error details to FError, if this ErrorDetails allows inner details. | Experimental/UnifiedError/UnifiedError.h | |
virtual void SetInnerErrorDetails
(
TRefCountPtr< const IErrorDetails > InInnerErrorDetails |
IErrorDetails functions. | Experimental/UnifiedError/UnifiedError.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 StaticGetErrorDetailsTypeId() |
Experimental/UnifiedError/UnifiedError.h |