Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Defines a set of commands used by the unit test log window
| Name | FLogWidgetCommands |
| Type | class |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWidgetCommands.h |
| Include Path | #include "UI/LogWidgetCommands.h" |
Syntax
class FLogWidgetCommands : public TCommands< FLogWidgetCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FLogWidgetCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLogWidgetCommands() |
UI/LogWidgetCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CopyLogLines | TSharedPtr< FUICommandInfo > | Command for copying the currently selected log line(s) | UI/LogWidgetCommands.h | |
| FindLogText | TSharedPtr< FUICommandInfo > | Command for finding text within the current log window tab | UI/LogWidgetCommands.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Register commands | UI/LogWidgetCommands.h |