unreal.TraceChannelTestBatchOptions
¶
- class unreal.TraceChannelTestBatchOptions(line_trace=True, sphere_trace=False, capsule_trace=False, box_trace=False, channel_trace=True, objects_trace=False, profile_trace=False)¶
Bases:
unreal.StructBase
Trace Channel Test Batch Options
C++ Source:
Module: FunctionalTesting
File: TraceQueryTestResults.h
Editor Properties: (see get_editor_property/set_editor_property)
box_trace
(bool): [Read-Write] Whether to do box tracescapsule_trace
(bool): [Read-Write] Whether to do capsule traceschannel_trace
(bool): [Read-Write] Whether to do channel tracesline_trace
(bool): [Read-Write] Whether to do line tracesobjects_trace
(bool): [Read-Write] Whether to do object tracesprofile_trace
(bool): [Read-Write] Whether to do profile tracessphere_trace
(bool): [Read-Write] Whether to do sphere traces