Navigation
API > API/Plugins > API/Plugins/RemoteControl
Inheritance Hierarchy
- TSharedFromThis
- FRemoteControlLogger
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlLogger.h |
| Include | #include "RemoteControlLogger.h" |
Syntax
class FRemoteControlLogger : public TSharedFromThis< FRemoteControlLogger >
Remarks
Remote control logger. Generated Log UI and collect logs from APIs and protocols
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearLog () |
Removes all messages from log | |
| void | EnableLog
(
const bool bEnable |
Enable/Disable the log for Remote Control | |
| FRemoteControlLogger & | Get () |
Get singleton logger instance | |
| TSharedPtr< IMessageLogListing > | Log listening interface | ||
| bool | IsEnabled () |
Return the current state of the log | |
| void | Log
(
const FName& InputType, |
Log the message |
Typedefs
| Name | Description |
|---|---|
| FLogCallback | Callback for logging, it should return FText to log |