![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AutomationTest.h>
Public Member Functions | |
| FAutomationTestTags (const FString &InTestFullName, const FString &InTags) | |
| FAutomationTestTags () | |
| ~FAutomationTestTags () | |
Wrapper class to simplify tag registration
|
inline |
Register tags for test by its fully defined name, which will unregister when this object leaves scope
| InTestFullName | The unique path-name identifying this test |
| InTags | A string defining all concatenated tags to register |
|
inline |
No-op default ctor performs no registration
|
inline |