FRuntimeErrors

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/RuntimeErrors.h

Include

#include "Misc/RuntimeErrors.h"

Syntax

struct FRuntimeErrors

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

void

 

LogRuntimeIssue

(
    ELogVerbosity::Type Verbosity,
    const ANSICHAR* FileName,
    int32 LineNumber,
    const FText& Message
)

Prints out a runtime warning or error (typically by 'throwing' a BP script exception with the BP callstack)

Public function Static

bool

 

LogRuntimeIssueReturningFalse

(
    const ANSICHAR* Expr,
    const ANSICHAR* File,
    int32 Line
)

Raises a runtime error and returns false.

Typedefs

Name

Description

FRuntimeErrorDelegate

The style of delegate called when a runtime issue occurs.

Constants

Name

Description

OnRuntimeIssueLogged

A delegate this is called when a runtime issue is raised.

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