Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/EnvironmentQuery > API/Runtime/AIModule/EnvironmentQuery/Tests
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEnvQueryNode
- UEnvQueryTest
- UEnvQueryTest_Pathfinding
- UEnvQueryTest_PathfindingBatch
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_PathfindingBatch.h |
| Include | #include "EnvironmentQuery/Tests/EnvQueryTest_PathfindingBatch.h" |
Syntax
class UEnvQueryTest_PathfindingBatch : public UEnvQueryTest_Pathfinding
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAIDataProviderFloatValue | ScanRangeMultiplier | Multiplier for max distance between point and context |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEnvQueryTest_PathfindingBatch
(
const FObjectInitializer& ObjectInitializer |
Overridden from UEnvQueryTest
| Type | Name | Description | |
|---|---|---|---|
| void | RunTest
(
FEnvQueryInstance& QueryInstance |
Function that does the actual work |
Overridden from UEnvQueryNode
| Type | Name | Description | |
|---|---|---|---|
| FText |