![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "EnvironmentQuery/EnvQueryTraceHelpers.h"#include "Engine/HitResult.h"#include "NavigationData.h"#include "NavFilters/NavigationQueryFilter.h"#include "Algo/RemoveIf.h"| void FEQSHelpers::FBatchTrace::DoMultiSourceMultiDestinations2D< EEnvTraceShape::Box > | ( | const TArray< FRayStartEnd > & | Rays, |
| TArray< FNavLocation > & | OutPoints | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoMultiSourceMultiDestinations2D< EEnvTraceShape::Capsule > | ( | const TArray< FRayStartEnd > & | Rays, |
| TArray< FNavLocation > & | OutPoints | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoMultiSourceMultiDestinations2D< EEnvTraceShape::Line > | ( | const TArray< FRayStartEnd > & | Rays, |
| TArray< FNavLocation > & | OutPoints | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoMultiSourceMultiDestinations2D< EEnvTraceShape::Sphere > | ( | const TArray< FRayStartEnd > & | Rays, |
| TArray< FNavLocation > & | OutPoints | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoProject< EEnvTraceShape::Box > | ( | TArray< FNavLocation > & | Points, |
| float | StartOffsetZ, | ||
| float | EndOffsetZ, | ||
| float | HitOffsetZ | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoProject< EEnvTraceShape::Capsule > | ( | TArray< FNavLocation > & | Points, |
| float | StartOffsetZ, | ||
| float | EndOffsetZ, | ||
| float | HitOffsetZ | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoProject< EEnvTraceShape::Line > | ( | TArray< FNavLocation > & | Points, |
| float | StartOffsetZ, | ||
| float | EndOffsetZ, | ||
| float | HitOffsetZ | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoProject< EEnvTraceShape::Sphere > | ( | TArray< FNavLocation > & | Points, |
| float | StartOffsetZ, | ||
| float | EndOffsetZ, | ||
| float | HitOffsetZ | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoSingleSourceMultiDestinations< EEnvTraceShape::Box > | ( | const FVector & | Source, |
| TArray< FNavLocation > & | Points | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoSingleSourceMultiDestinations< EEnvTraceShape::Capsule > | ( | const FVector & | Source, |
| TArray< FNavLocation > & | Points | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoSingleSourceMultiDestinations< EEnvTraceShape::Line > | ( | const FVector & | Source, |
| TArray< FNavLocation > & | Points | ||
| ) |
| void FEQSHelpers::FBatchTrace::DoSingleSourceMultiDestinations< EEnvTraceShape::Sphere > | ( | const FVector & | Source, |
| TArray< FNavLocation > & | Points | ||
| ) |