Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FErrorReporter |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ErrorReporter.h |
| Include Path | #include "Chaos/ErrorReporter.h" |
Syntax
class FErrorReporter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FErrorReporter
(
FString ErrorPrefix |
Chaos/ErrorReporter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEncountedErrors | bool | Chaos/ErrorReporter.h | ||
| bUnhandledErrors | bool | Chaos/ErrorReporter.h | ||
| Prefix | FString | Chaos/ErrorReporter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsUnhandledError() |
Chaos/ErrorReporter.h | ||
bool EncounteredAnyErrors() |
Chaos/ErrorReporter.h | ||
FString GetPrefix() |
Chaos/ErrorReporter.h | ||
void HandleLatestError() |
Chaos/ErrorReporter.h | ||
void ReportError
(
const TCHAR* ErrorMsg |
Chaos/ErrorReporter.h | ||
void ReportLog
(
const TCHAR* ErrorMsg |
Chaos/ErrorReporter.h | ||
void ReportWarning
(
const TCHAR* ErrorMsg |
Chaos/ErrorReporter.h | ||
void SetPrefix
(
FString NewPrefix |
Chaos/ErrorReporter.h |