Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/SLogWidget
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h |
| Include Path | #include "UI/SLogWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SLogWidget >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SLogWidget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
UI/SLogWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | UI/SLogWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bStatusWidget
(
bool InArg |
Whether or not this is the unit-test-status window | UI/SLogWidget.h | |
WidgetArgsType & ExpectedFilters
(
ELogType InArg |
Input argument, outlining the log filters expected for this log window - used to decide which tabs should be added | UI/SLogWidget.h |