Navigation
API > API/Developer > API/Developer/FunctionalTesting
| Name | UTraceQueryTestResults |
| Type | class |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/TraceQueryTestResults.h |
| Include Path | #include "TraceQueryTestResults.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UTraceQueryTestResults : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTraceQueryTestResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BatchOptions | FTraceChannelTestBatchOptions | TraceQueryTestResults.h |
|
|
| ChannelResults | FTraceQueryTestResultsInner | Results for channel trace | TraceQueryTestResults.h |
|
| ObjectResults | FTraceQueryTestResultsInner | Results for object trace | TraceQueryTestResults.h |
|
| ProfileResults | FTraceQueryTestResultsInner | Results for profile trace | TraceQueryTestResults.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AssertEqual
(
const UTraceQueryTestResults* Expected, |
TraceQueryTestResults.h | ||
void CaptureNames() |
TraceQueryTestResults.h | ||
FString ToString() |
Output string value | TraceQueryTestResults.h |
|