Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UI
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWindowManager.h |
| Include | #include "UI/LogWindowManager.h" |
Syntax
struct FLogGridEntry
Remarks
Struct representing a grid location for a log window
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Bottom | ||
| float | Left | ||
| TSharedPtr< SLogWindow > | LogWindow | A reference to the log window inhabiting this grid space (if any) | |
| float | Right | ||
| float | Top | The dimensions of the grid entry |
Constructors
| Type | Name | Description | |
|---|---|---|---|