Navigation
API > API/Developer > API/Developer/FunctionalTesting
| Name | FTraceQueryTestResultsInnerMost |
| Type | struct |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/TraceQueryTestResults.h |
| Include Path | #include "TraceQueryTestResults.h" |
Syntax
USTRUCT (BlueprintType )
struct FTraceQueryTestResultsInnerMost
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMultiResult | bool | The true/false value returned from the multi sweep | TraceQueryTestResults.h |
|
| bSingleResult | bool | The true/false value returned from the single sweep | TraceQueryTestResults.h |
|
| MultiHits | TArray< FHitResult > | Result from doing a multi sweep | TraceQueryTestResults.h |
|
| MultiNames | TArray< FTraceQueryTestNames > | Names found from doing a multi sweep | TraceQueryTestResults.h |
|
| SingleHit | FHitResult | Result from doing a single sweep | TraceQueryTestResults.h |
|
| SingleNames | FTraceQueryTestNames | Names found from doing a single sweep | TraceQueryTestResults.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AssertEqual
(
const FTraceQueryTestResultsInnerMost& Expected, |
TraceQueryTestResults.h | ||
void CaptureNames() |
TraceQueryTestResults.h | ||
FString ToString() |
TraceQueryTestResults.h |