unreal.TraceQueryTestResultsInner

class unreal.TraceQueryTestResultsInner(line_results=[[False, False, 1.0, 0.0, [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], None, None, None, 'None', 'None', 0, 0, 0, [0.0, 0.0, 0.0], [0.0, 0.0, 0.0]], ['None', 'None', 'None'], False, [], [], False], sphere_results=[[False, False, 1.0, 0.0, [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], None, None, None, 'None', 'None', 0, 0, 0, [0.0, 0.0, 0.0], [0.0, 0.0, 0.0]], ['None', 'None', 'None'], False, [], [], False], capsule_results=[[False, False, 1.0, 0.0, [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], None, None, None, 'None', 'None', 0, 0, 0, [0.0, 0.0, 0.0], [0.0, 0.0, 0.0]], ['None', 'None', 'None'], False, [], [], False], box_results=[[False, False, 1.0, 0.0, [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0], None, None, None, 'None', 'None', 0, 0, 0, [0.0, 0.0, 0.0], [0.0, 0.0, 0.0]], ['None', 'None', 'None'], False, [], [], False])

Bases: unreal.StructBase

Trace Query Test Results Inner

C++ Source:

  • Module: FunctionalTesting

  • File: TraceQueryTestResults.h

Editor Properties: (see get_editor_property/set_editor_property)

  • box_results (TraceQueryTestResultsInnerMost): [Read-Write] Box Results: The results associated with the box

  • capsule_results (TraceQueryTestResultsInnerMost): [Read-Write] Capsule Results: The results associated with the capsule

  • line_results (TraceQueryTestResultsInnerMost): [Read-Write] Line Results: The results associated with the line trace

  • sphere_results (TraceQueryTestResultsInnerMost): [Read-Write] Sphere Results: The results associated with the sphere

property box_results

[Read-Write] Box Results: The results associated with the box

Type

(TraceQueryTestResultsInnerMost)

property capsule_results

[Read-Write] Capsule Results: The results associated with the capsule

Type

(TraceQueryTestResultsInnerMost)

property line_results

[Read-Write] Line Results: The results associated with the line trace

Type

(TraceQueryTestResultsInnerMost)

property sphere_results

[Read-Write] Sphere Results: The results associated with the sphere

Type

(TraceQueryTestResultsInnerMost)