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