Navigation
API > API/Plugins > API/Plugins/Gauntlet > API/Plugins/Gauntlet/UGauntletTestController
Description
Marks the next heartbeat as active and immediately forces a heartbeat with the given status message if one is specified. Test controllers should call this regularly as purposeful actions happens or meaningful states are achieved within the test.
| Name | MarkHeartbeatActive |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Gauntlet/Source/Gauntlet/Public/GauntletTestController.h |
| Include Path | #include "GauntletTestController.h" |
| Source | /Engine/Plugins/Experimental/Gauntlet/Source/Gauntlet/Private/GauntletTestController.cpp |
void MarkHeartbeatActive
(
const FString & OptionalStatusMessage
)