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 FTraceQueryTestResultsInnerMost
Variables
Type | Name | Description | |
---|---|---|---|
bool | bMultiResult | The true/false value returned from the multi sweep | |
bool | bSingleResult | The true/false value returned from the single sweep | |
TArray< FHitResult > | MultiHits | Result from doing a multi sweep | |
TArray< FTraceQueryTestNames > | MultiNames | Names found from doing a multi sweep | |
FHitResult | SingleHit | Result from doing a single sweep | |
FTraceQueryTestNames | SingleNames | Names found from doing a single sweep |
Functions
Type | Name | Description | |
---|---|---|---|
bool | AssertEqual
(
const FTraceQueryTestResultsInnerMost& Expected, |
||
void | CaptureNames () |
||
FString | ToString () |