Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/EnvironmentQuery > API/Runtime/AIModule/EnvironmentQuery/Tests
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEnvQueryNode
- UEnvQueryTest
- UEnvQueryTest_Trace
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
| Include | #include "EnvironmentQuery/Tests/EnvQueryTest_Trace.h" |
Syntax
class UEnvQueryTest_Trace : public UEnvQueryTest
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UEnvQueryContext > | Context | Context: other end of trace test | |
| FAIDataProviderFloatValue | ContextHeightOffset | Z offset from querier | |
| FAIDataProviderFloatValue | ItemHeightOffset | Z offset from item | |
| FEnvTraceData | TraceData | Trace data | |
| FAIDataProviderBoolValue | TraceFromContext | Trace direction |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEnvQueryTest_Trace
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | RunBoxTraceFrom
(
const FVector& ItemPos, |
||
| bool | RunBoxTraceTo
(
const FVector& ItemPos, |
||
| bool | RunCapsuleTraceFrom
(
const FVector& ItemPos, |
||
| bool | RunCapsuleTraceTo
(
const FVector& ItemPos, |
||
| bool | RunLineTraceFrom
(
const FVector& ItemPos, |
||
| bool | RunLineTraceTo
(
const FVector& ItemPos, |
||
| bool | RunSphereTraceFrom
(
const FVector& ItemPos, |
||
| bool | RunSphereTraceTo
(
const FVector& ItemPos, |
Overridden from UEnvQueryTest
| Type | Name | Description | |
|---|---|---|---|
| void | RunTest
(
FEnvQueryInstance& QueryInstance |
Function that does the actual work |
Overridden from UEnvQueryNode
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Typedefs
| Name | Description |
|---|---|
| FRunTraceSignature |