Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Classes/TraceQueryTestResults.h |
Include | #include "TraceQueryTestResults.h" |
Syntax
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 |
---|---|---|
FTraceChannelTestBatchOptions () |
Functions
Operators
Type | Name | Description |
---|---|---|
bool | operator!= ( const FTraceChannelTestBatchOptions... ) | |
bool | operator== ( const FTraceChannelTestBatchOptions... ) |