Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting
Inheritance Hierarchy
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Classes/TraceQueryTestResults.h |
Include | #include "TraceQueryTestResults.h" |
Syntax
class UTraceQueryTestResults : public [UObject](API\Runtime\CoreUObject\UObject\UObject)
Variables
Type | Name | Description |
---|---|---|
FTraceChannelTe... | BatchOptions | |
FTraceQueryTest... | ChannelResults | Results for channel trace |
FTraceQueryTest... | ObjectResults | Results for object trace |
FTraceQueryTest... | ProfileResults | Results for profile trace |
Functions
Type | Name | Description |
---|---|---|
bool | AssertEqual ( const UTraceQueryTestResults* ..., const FString& What, const UObject* ContextObject, AFunctionalTest& FunctionalTest ) | |
void | CaptureNames () | |
FString | ToString () | Output string value |