unreal.TraceQueryTestResultsInner

class unreal.TraceQueryTestResultsInner(line_results: TraceQueryTestResultsInnerMost = Ellipsis, sphere_results: TraceQueryTestResultsInnerMost = Ellipsis, capsule_results: TraceQueryTestResultsInnerMost = Ellipsis, box_results: TraceQueryTestResultsInnerMost = Ellipsis)

Bases: 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] The results associated with the box

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

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

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

property box_results: TraceQueryTestResultsInnerMost

[Read-Write] The results associated with the box

Type:

(TraceQueryTestResultsInnerMost)

property capsule_results: TraceQueryTestResultsInnerMost

[Read-Write] The results associated with the capsule

Type:

(TraceQueryTestResultsInnerMost)

property line_results: TraceQueryTestResultsInnerMost

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

Type:

(TraceQueryTestResultsInnerMost)

property sphere_results: TraceQueryTestResultsInnerMost

[Read-Write] The results associated with the sphere

Type:

(TraceQueryTestResultsInnerMost)