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 FTraceQueryTestResultsInner
Variables
Type | Name | Description |
---|---|---|
FTraceQueryTest... | BoxResults | The results associated with the box |
FTraceQueryTest... | CapsuleResults | The results associated with the capsule |
FTraceQueryTest... | LineResults | The results associated with the line trace |
FTraceQueryTest... | SphereResults | The results associated with the sphere |
Functions
Type | Name | Description |
---|---|---|
bool | AssertEqual ( const FTraceQueryTestResultsInner&..., const FString& What, const UObject* ContextObject, AFunctionalTest& FunctionalTest ) | |
void | CaptureNames () | |
FString | ToString ( const FTraceChannelTestBatchOptions... ) |