CheckVerifyFailed

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

CheckVerifyFailed

(
    const ANSICHAR* Expr,
    const char* File,
    int32 Line,
    const FmtType& Format,
    Types... Args
)

Called when a 'check/verify' assertion fails.

Public function

void

 

CheckVerifyFailed

(
    const ANSICHAR* Expr,
    const ANSICHAR* File,
    const int Line,
    const FmtType& Format,
    Types... Args
)

"check" expressions are only evaluated if enabled.

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