Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UEnvQueryTest_Dot |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Dot.h |
| Include Path | #include "EnvironmentQuery/Tests/EnvQueryTest_Dot.h" |
Syntax
UCLASS (MinimalAPI)
class UEnvQueryTest_Dot : public UEnvQueryTest
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEnvQueryNode → UEnvQueryTest → UEnvQueryTest_Dot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEnvQueryTest_Dot
(
const FObjectInitializer& ObjectInitializer |
EnvironmentQuery/Tests/EnvQueryTest_Dot.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GatherLineDirections
(
TArray< FVector >& Directions, |
Helper function: gather directions from context | EnvironmentQuery/Tests/EnvQueryTest_Dot.h | |
void GatherLineDirections
(
TArray< FVector >& Directions, |
Helper function: gather directions from context pairs | EnvironmentQuery/Tests/EnvQueryTest_Dot.h | |
void GatherLineDirections
(
TArray< FVector >& Directions, |
Helper function: gather directions from proper contexts | EnvironmentQuery/Tests/EnvQueryTest_Dot.h | |
bool RequiresPerItemUpdates
(
TSubclassOf< UEnvQueryContext > LineFrom, |
Helper function: check if contexts are updated per item | EnvironmentQuery/Tests/EnvQueryTest_Dot.h |
Overridden from UEnvQueryTest
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RunTest
(
FEnvQueryInstance& QueryInstance |
Function that does the actual work | EnvironmentQuery/Tests/EnvQueryTest_Dot.h |
Overridden from UEnvQueryNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDescriptionDetails() |
EnvironmentQuery/Tests/EnvQueryTest_Dot.h | ||
virtual FText GetDescriptionTitle() |
EnvironmentQuery/Tests/EnvQueryTest_Dot.h |