unreal.TraceChannelTestBatchOptions
¶
- class unreal.TraceChannelTestBatchOptions(line_trace: bool = False, sphere_trace: bool = False, capsule_trace: bool = False, box_trace: bool = False, channel_trace: bool = False, objects_trace: bool = False, profile_trace: bool = False)¶
Bases:
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