UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutomationTestTags Class Reference

#include <AutomationTest.h>

Public Member Functions

 FAutomationTestTags (const FString &InTestFullName, const FString &InTags)
 
 FAutomationTestTags ()
 
 ~FAutomationTestTags ()
 

Detailed Description

Wrapper class to simplify tag registration

Constructor & Destructor Documentation

◆ FAutomationTestTags() [1/2]

FAutomationTestTags::FAutomationTestTags ( const FString &  InTestFullName,
const FString &  InTags 
)
inline

Register tags for test by its fully defined name, which will unregister when this object leaves scope

Parameters
InTestFullNameThe unique path-name identifying this test
InTagsA string defining all concatenated tags to register
See also
FAutomationTestBase::GetTestFullName

◆ FAutomationTestTags() [2/2]

FAutomationTestTags::FAutomationTestTags ( )
inline

No-op default ctor performs no registration

◆ ~FAutomationTestTags()

FAutomationTestTags::~FAutomationTestTags ( )
inline

The documentation for this class was generated from the following file: