FAutomationTestFramework::UnregisterAutomationTest

Unregister a automation test with the provided name from the framework.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h

Include

#include "Misc/AutomationTest.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp

Syntax

bool UnregisterAutomationTest
(
    const FString & InTestNameToUnregister
)

Remarks

Unregister a automation test with the provided name from the framework.

Returns

true if the test was successfully unregistered; false if a test with that name was not found in the framework.

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