Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEngine
Description
Requests that the engine intentionally performs an invalid operation. Used for testing error handling and external crash reporters
| Name | PerformError |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
bool PerformError
(
const TCHAR * Cmd,
FOutputDevice & Out
)
Parameters
| Name | Remarks |
|---|---|
| Cmd | Error to perform. See implementation for options |