FAITestSpawnInfo

[FAITestSpawnInfo](API\Developer\FunctionalTesting\FAITestSpawnInfo)

Windows
MacOS
Linux

Inheritance Hierarchy

FAITestSpawnInfoBase

FAITestSpawnInfo

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h

Include

#include "FunctionalAITest.h"

Syntax

struct FAITestSpawnInfo : public FAITestSpawnInfoBase

Remarks

FAITestSpawnInfo

Generic AI Test Spawn Info used in FAITestSpawnSet within a generic AFunctionalAITest test.

Variables

Name Description

Public variable

TObjectPtr< cla...

 

BehaviorTree

If set will be applied to spawned AI

Public variable

TSubclassOf< cl...

 

ControllerClass

Class to override default pawn's controller class. If None the default will be used

Public variable

TSubclassOf< cl...

 

PawnClass

Determines AI to be spawned

Public variable

FGenericTeamId

 

TeamID

Constructors

Name Description

Public function

FAITestSpawnInfo()

Overridden from FAITestSpawnInfoBase

Name Description

Public function Virtual Const

bool

 

IsValid()

Public function Virtual Const

bool

 

Spawn

(
    AFunctionalAITestBase* AITest
)