The main core-level Apparatus delegates.
More...
#include <ApparatusStatus.h>
|
static FReportStatusDelegate | ReportError |
| Called to report an error status.
|
|
The main core-level Apparatus delegates.
◆ DECLARE_DELEGATE_TwoParams()
FApparatusDelegates::DECLARE_DELEGATE_TwoParams |
( |
FReportStatusDelegate |
, |
|
|
EApparatusStatus |
, |
|
|
const FString & |
|
|
) |
| |
◆ StandardReportError()
static void FApparatusDelegates::StandardReportError |
( |
EApparatusStatus |
Status, |
|
|
const FString & |
Message |
|
) |
| |
|
inlinestatic |
Standard error reporting operation using UE_LOG
.
- Parameters
-
Status | The status to report. |
Message | The message to report. |
◆ ReportError
FReportStatusDelegate FApparatusDelegates::ReportError |
|
static |
Called to report an error status.
The documentation for this class was generated from the following file: