FTraceChannelTestBatchOptions

Unreal Engine C++ API Reference > Developer > FunctionalTesting

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/TraceQueryTestResults.h
Include #include "TraceQueryTestResults.h"

Syntax

struct FTraceChannelTestBatchOptions  

Variables

Type Name Description
bool bBoxTrace Whether to do box traces
bool bCapsuleTrace Whether to do capsule traces
bool bChannelTrace Whether to do channel traces
bool bLineTrace Whether to do line traces
bool bObjectsTrace Whether to do object traces
bool bProfileTrace Whether to do profile traces
bool bSphereTrace Whether to do sphere traces

Constructors

Type Name Description
  FTraceChannelTestBatchOptions ()  

Functions

Type Name Description
FString ToString ()  

Operators

Type Name Description
bool operator!= ( const FTraceChannelTestBatchOptions... )  
bool operator== ( const FTraceChannelTestBatchOptions... )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library