Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
WebAPI Message Log, unique to each definition (when editing).
| Name | FWebAPIMessageLog |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIMessageLog.h |
| Include Path | #include "WebAPIMessageLog.h" |
Syntax
class FWebAPIMessageLog : public TSharedFromThis< FWebAPIMessageLog >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FWebAPIMessageLog
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWebAPIMessageLog() |
WebAPIMessageLog.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MessageLogListing | TSharedPtr< IMessageLogListing > | Log listing interface. | WebAPIMessageLog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearLog() |
Removes all messages from log. | WebAPIMessageLog.h | |
TSharedPtr< IMessageLogListing > GetMessageLogListing() |
Log listing interface. | WebAPIMessageLog.h | |
| Logs an error message | WebAPIMessageLog.h | ||
| Log an information message | WebAPIMessageLog.h | ||
| Logs a warning message | WebAPIMessageLog.h |