FAutomationEditorCommonUtils::CollectTestsByClass

Generates a list of assets from the ENGINE and the GAME by a specific type.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorCommon.h

Include

#include "Tests/AutomationEditorCommon.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorCommon.cpp

Syntax

static void CollectTestsByClass
(
    UClass * Class,
    TArray< FString > & OutBeautifiedNames,
    TArray< FString > & OutTestCommands
)

Remarks

Generates a list of assets from the ENGINE and the GAME by a specific type. This is to be used by the GetTest() function.

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