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] Box Trace: Whether to do box traces

  • capsule_trace (bool): [Read-Write] Capsule Trace: Whether to do capsule traces

  • channel_trace (bool): [Read-Write] Channel Trace: Whether to do channel traces

  • line_trace (bool): [Read-Write] Line Trace: Whether to do line traces

  • objects_trace (bool): [Read-Write] Objects Trace: Whether to do object traces

  • profile_trace (bool): [Read-Write] Profile Trace: Whether to do profile traces

  • sphere_trace (bool): [Read-Write] Sphere Trace: Whether to do sphere traces

property box_trace: bool

[Read-Write] Box Trace: Whether to do box traces

Type:

(bool)

property capsule_trace: bool

[Read-Write] Capsule Trace: Whether to do capsule traces

Type:

(bool)

property channel_trace: bool

[Read-Write] Channel Trace: Whether to do channel traces

Type:

(bool)

property line_trace: bool

[Read-Write] Line Trace: Whether to do line traces

Type:

(bool)

property objects_trace: bool

[Read-Write] Objects Trace: Whether to do object traces

Type:

(bool)

property profile_trace: bool

[Read-Write] Profile Trace: Whether to do profile traces

Type:

(bool)

property sphere_trace: bool

[Read-Write] Sphere Trace: Whether to do sphere traces

Type:

(bool)