Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UEnvQueryTest_Trace |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
| Include Path | #include "EnvironmentQuery/Tests/EnvQueryTest_Trace.h" |
Syntax
UCLASS (MinimalAPI)
class UEnvQueryTest_Trace : public UEnvQueryTest
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEnvQueryNode → UEnvQueryTest → UEnvQueryTest_Trace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEnvQueryTest_Trace
(
const FObjectInitializer& ObjectInitializer |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FRunTraceSignature | TBaseDelegate_SevenParams< bool, const FVector &, const FVector &, AActor *, UWorld *, enum ECollisionChannel, const FCollisionQueryParams &, const FVector & > | EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Context | TSubclassOf< UEnvQueryContext > | Context: other end of trace test | EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
|
| ContextHeightOffset | FAIDataProviderFloatValue | Z offset from querier | EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
|
| ItemHeightOffset | FAIDataProviderFloatValue | Z offset from item | EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
|
| TraceData | FEnvTraceData | Trace data | EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
|
| TraceFromContext | FAIDataProviderBoolValue | Trace direction | EnvironmentQuery/Tests/EnvQueryTest_Trace.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_Trace.h |
Overridden from UEnvQueryNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDescriptionDetails() |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h | ||
virtual FText GetDescriptionTitle() |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RunBoxTraceFrom
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h | ||
bool RunBoxTraceTo
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h | ||
bool RunCapsuleTraceFrom
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h | ||
bool RunCapsuleTraceTo
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h | ||
bool RunLineTraceFrom
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h | ||
bool RunLineTraceTo
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h | ||
bool RunSphereTraceFrom
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h | ||
bool RunSphereTraceTo
(
const FVector& ItemPos, |
EnvironmentQuery/Tests/EnvQueryTest_Trace.h |