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< FHitRes... | MultiHits | Result from doing a multi sweep |
TArray< FTraceQ... | MultiNames | Names found from doing a multi sweep |
FHitResult | SingleHit | Result from doing a single sweep |
FTraceQueryTest... | SingleNames | Names found from doing a single sweep |
Functions
Type | Name | Description |
---|---|---|
bool | AssertEqual ( const FTraceQueryTestResultsInnerMo..., const FString& What, const UObject* ContextObject, AFunctionalTest& FunctionalTest ) | |
void | CaptureNames () | |
FString | ToString () |