Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FLogGridEntry | Struct representing a grid location for a log window | |
![]() |
FLogLine | Delegate for neatly passing on suspend/resume button click Delegate for passing on 'developer' mode checkbox clicks | |
![]() |
FLogTabInfo | Struct containing tab-specific information | |
![]() |
FLogWidgetCommands | Includes. | |
![]() |
FLogWindowManager | Basic window manager, for handling tiling of unit test log windows. | |
![]() |
SLogWidget | ||
![]() |
SLogWindow | ||
![]() |
SMultiSelectTableRow | Includes. |
Typedefs
Name | Description |
---|---|
FMultiOnWindowClosed | Setup a multicast version of the standard OnWindowClosed delegate |
FOnLogDialogResult | Warning: Currently all 'window close' events for the dialog are treated as user input, so be careful if closing within code (best to call SetOnWindowClosed(FOnWindowClosed()) prior to calling) Result callback delegate, for below function |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedRef< SWindow > | OpenLogDialog_NonModal
(
EAppMsgType::Type InMessageType, |
Opens a non-modal/non-blocking message box, which returns its result through a delegate/callback, using a reference to the created window, to identify which dialog has returned a result (in case there are multiple dialog windows) |
![]() |
TSharedRef< SWindow > | OpenLogDialog_NonModal
(
EAppMsgType::Type InMessageType, |