Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UEnvQueryTest_Dot
Overloads
| 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 |
GatherLineDirections(TArray< FVector > &, FEnvQueryInstance &, const FRotator &, TSubclassOf< UEnvQueryContext >)
Description
Helper function: gather directions from context
| Name | GatherLineDirections |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Dot.h |
| Include Path | #include "EnvironmentQuery/Tests/EnvQueryTest_Dot.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/EnvironmentQuery/Tests/EnvQueryTest_Dot.cpp |
void GatherLineDirections
(
TArray < FVector > & Directions,
FEnvQueryInstance & QueryInstance,
const FRotator & ItemRotation,
TSubclassOf < UEnvQueryContext > LineDirection
) const
GatherLineDirections(TArray< FVector > &, FEnvQueryInstance &, const FVector &, TSubclassOf< UEnvQueryContext >, TSubclassOf< UEnvQueryContext >)
Description
Helper function: gather directions from context pairs
| Name | GatherLineDirections |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Dot.h |
| Include Path | #include "EnvironmentQuery/Tests/EnvQueryTest_Dot.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/EnvironmentQuery/Tests/EnvQueryTest_Dot.cpp |
void GatherLineDirections
(
TArray < FVector > & Directions,
FEnvQueryInstance & QueryInstance,
const FVector & ItemLocation,
TSubclassOf < UEnvQueryContext > LineFrom,
TSubclassOf < UEnvQueryContext > LineTo
) const
GatherLineDirections(TArray< FVector > &, FEnvQueryInstance &, TSubclassOf< UEnvQueryContext >, TSubclassOf< UEnvQueryContext >, TSubclassOf< UEnvQueryContext >, bool, const FVector &, const FRotator &)
Description
Helper function: gather directions from proper contexts
| Name | GatherLineDirections |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Dot.h |
| Include Path | #include "EnvironmentQuery/Tests/EnvQueryTest_Dot.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/EnvironmentQuery/Tests/EnvQueryTest_Dot.cpp |
void GatherLineDirections
(
TArray < FVector > & Directions,
FEnvQueryInstance & QueryInstance,
TSubclassOf < UEnvQueryContext > LineFrom,
TSubclassOf < UEnvQueryContext > LineTo,
TSubclassOf < UEnvQueryContext > LineDirection,
bool bUseDirectionContext,
const FVector & ItemLocation,
const FRotator & ItemRotation
) const