Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UI
Inheritance Hierarchy
- SCompoundWidget
- FSlateInvalidationRoot
- SWindow
- SLogWindow
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWindow.h |
| Include | #include "UI/SLogWindow.h" |
Syntax
class SLogWindow : public SWindow
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasMoved | Whether or not the window has moved, since creation (used to detect windows coming out of minimize state) | |
| TSharedPtr< SLogWidget > | LogWidget | The log widget, which is the primary widget contained in this window | |
| FMultiOnWindowClosed | MultiOnWindowClosed | Multicast OnWindowClosed notifications |
Constructors
| Type | Name | Description | |
|---|---|---|---|
SLogWindow () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| FReply | Event notification for the 'SUSPEND/RESUME' button | ||
| void | NotifyWindowClosed
(
const TSharedRef< SWindow >& ClosedWindow |
||
| void | NotifyWindowMoved
(
const TSharedRef< SWindow >& MovedWindow |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |