#include <RuntimeErrors.h>
Definition at line 20 of file RuntimeErrors.h.
◆ FRuntimeErrors()
FRuntimeErrors::FRuntimeErrors |
( |
| ) |
|
|
inlineprivate |
◆ DECLARE_DELEGATE_FourParams()
◆ LogRuntimeIssue()
Prints out a runtime warning or error (typically by 'throwing' a BP script exception with the BP callstack)
- Parameters
-
Verbosity | The verbosity of the issue (should be Warning or Error) |
File | File name ANSI string (FILE) |
Line | Line number (LINE) |
Message | Error or warning message to display, this may be surfaced to the user in the editor so make sure it is actionable (e.g., includes asset name or other useful info to help address the problem) |
- Returns
- false in all cases.
◆ LogRuntimeIssueReturningFalse()
Raises a runtime error and returns false.
- Parameters
-
Expr | Code expression ANSI string (#code) |
File | File name ANSI string (FILE) |
Line | Line number (LINE) |
- Returns
- false in all cases.
◆ OnRuntimeIssueLogged
The documentation for this struct was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASA/AsaApi/AsaApi/Core/Public/API/UE/Misc/RuntimeErrors.h