Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFeedbackContext
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Adds a new error message to errors history. |
Misc/FeedbackContext.h |
|
|
|
Misc/FeedbackContext.h |
|
AddError(const FString &)
Description
Adds a new error message to errors history.
| |
|
| Name |
AddError |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/FeedbackContext.h |
| Include Path |
#include "Misc/FeedbackContext.h" |
void AddError
(
const FString & InError
)
Parameters
| Name |
Remarks |
| InWarning |
Error message |
AddError(FString &&)
| |
|
| Name |
AddError |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/FeedbackContext.h |
| Include Path |
#include "Misc/FeedbackContext.h" |
void AddError
(
FString && InError
)