UGauntletTestController::MarkHeartbeatActive

Marks the next heartbeat as active and immediately forces a heartbeat with the given status message if one is specified.

Windows
MacOS
Linux

References

Module

Gauntlet

Header

/Engine/Plugins/Experimental/Gauntlet/Source/Gauntlet/Public/GauntletTestController.h

Include

#include "GauntletTestController.h"

Source

/Engine/Plugins/Experimental/Gauntlet/Source/Gauntlet/Private/GauntletTestController.cpp

Syntax

void MarkHeartbeatActive
(
    const FString & OptionalStatusMessage
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss