UEngine::PerformError

Requests that the engine intentionally performs an invalid operation.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

bool PerformError
(
    const TCHAR * Cmd,
    FOutputDevice & Out
)

Remarks

Requests that the engine intentionally performs an invalid operation. Used for testing error handling and external crash reporters

Parameters

Parameter

Description

Cmd

Error to perform. See implementation for options

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss