FAutomationTestInfo::FAutomationTestInfo

Constructor

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/AutomationTest.h"

Syntax

FAutomationTestInfo
(
    const FString & InDisplayName,
    const FString & InFullTestPath,
    const FString & InTestName,
    const uint32 InTestFlags,
    const int32 InNumParticipantsRequired,
    const FString & InParameterName,
    const FString & InSourceFile,
    int32 InSourceFileLine,
    const FString & InAssetPath,
    const FString & InOpenCommand
)

Remarks

Constructor

Parameters

Parameter

Description

InDisplayName

Name used in the UI

InTestName

The test command string

InTestFlag

Test flags

InParameterName

optional parameter. e.g. asset name

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