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:
StructBaseTrace 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] Box Trace: Whether to do box tracescapsule_trace(bool): [Read-Write] Capsule Trace: Whether to do capsule traceschannel_trace(bool): [Read-Write] Channel Trace: Whether to do channel tracesline_trace(bool): [Read-Write] Line Trace: Whether to do line tracesobjects_trace(bool): [Read-Write] Objects Trace: Whether to do object tracesprofile_trace(bool): [Read-Write] Profile Trace: Whether to do profile tracessphere_trace(bool): [Read-Write] Sphere Trace: Whether to do sphere traces