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