Navigation
API > API/Developer > API/Developer/FunctionalTesting
| Name | FTraceQueryTestResultsInner |
| Type | struct |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/TraceQueryTestResults.h |
| Include Path | #include "TraceQueryTestResults.h" |
Syntax
USTRUCT (BlueprintType )
struct FTraceQueryTestResultsInner
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoxResults | FTraceQueryTestResultsInnerMost | The results associated with the box | TraceQueryTestResults.h |
|
| CapsuleResults | FTraceQueryTestResultsInnerMost | The results associated with the capsule | TraceQueryTestResults.h |
|
| LineResults | FTraceQueryTestResultsInnerMost | The results associated with the line trace | TraceQueryTestResults.h |
|
| SphereResults | FTraceQueryTestResultsInnerMost | The results associated with the sphere | TraceQueryTestResults.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AssertEqual
(
const FTraceQueryTestResultsInner& Expected, |
TraceQueryTestResults.h | ||
void CaptureNames() |
TraceQueryTestResults.h | ||
FString ToString
(
const FTraceChannelTestBatchOptions& BatchOptions |
TraceQueryTestResults.h |