Navigation
API > API/Developer > API/Developer/FunctionalTesting
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Classes/TraceQueryTestResults.h |
| Include | #include "TraceQueryTestResults.h" |
Syntax
USTRUCT (BlueprintType )
struct FTraceChannelTestBatchOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBoxTrace | Whether to do box traces | |
| bool | bCapsuleTrace | Whether to do capsule traces | |
| bool | bChannelTrace | Whether to do channel traces | |
| bool | bLineTrace | Whether to do line traces | |
| bool | bObjectsTrace | Whether to do object traces | |
| bool | bProfileTrace | Whether to do profile traces | |
| bool | bSphereTrace | Whether to do sphere traces |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FTraceChannelTestBatchOptions& Other |
||
| bool | operator==
(
const FTraceChannelTestBatchOptions& Other |