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