Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UEnvQueryTest_Pathfinding |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
| Include Path | #include "EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h" |
Syntax
UCLASS (MinimalAPI)
class UEnvQueryTest_Pathfinding : public UEnvQueryTest
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEnvQueryNode → UEnvQueryTest → UEnvQueryTest_Pathfinding
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEnvQueryTest_Pathfinding
(
const FObjectInitializer& ObjectInitializer |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFindPathSignature | TBaseDelegate_SevenParams< float, const FVector &, const FVector &, EPathFindingMode::Type, const ANavigationData &, UNavigationSystemV1 &, FSharedConstNavQueryFilter, const UObject * > | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | |
| FTestPathSignature | TBaseDelegate_SevenParams< bool, const FVector &, const FVector &, EPathFindingMode::Type, const ANavigationData &, UNavigationSystemV1 &, FSharedConstNavQueryFilter, const UObject * > | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Context | TSubclassOf< UEnvQueryContext > | Context: other end of pathfinding test | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
|
| FilterClass | TSubclassOf< UNavigationQueryFilter > | Navigation filter to use in pathfinding | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
|
| PathFromContext | FAIDataProviderBoolValue | Pathfinding direction | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
|
| SkipUnreachable | FAIDataProviderBoolValue | If set, items with failed path will be invalidated (PathCost, PathLength) | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
|
| TestMode | TEnumAsByte< EEnvTestPathfinding::Type > | Testing mode | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
|
Functions
Public
Overridden from UEnvQueryTest
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RunTest
(
FEnvQueryInstance& QueryInstance |
Function that does the actual work | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
Overridden from UEnvQueryNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDescriptionDetails() |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | ||
virtual FText GetDescriptionTitle() |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Update test properties after changing mode | EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | |
virtual void PostLoad() |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ANavigationData * FindNavigationData
(
UNavigationSystemV1& NavSys, |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | ||
float FindPathCostFrom
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | ||
float FindPathCostTo
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | ||
float FindPathLengthFrom
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | ||
float FindPathLengthTo
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | ||
virtual TSubclassOf< UNavigationQueryFilter > GetNavFilterClass
(
FEnvQueryInstance& QueryInstance |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | ||
bool TestPathFrom
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h | ||
bool TestPathTo
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Pathfinding.h |