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 boxcapsule_results
(TraceQueryTestResultsInnerMost): [Read-Write] The results associated with the capsuleline_results
(TraceQueryTestResultsInnerMost): [Read-Write] The results associated with the line tracesphere_results
(TraceQueryTestResultsInnerMost): [Read-Write] The results associated with the sphere
- property box_results: TraceQueryTestResultsInnerMost¶
[Read-Write] The results associated with the box
- Type:
- property capsule_results: TraceQueryTestResultsInnerMost¶
[Read-Write] The results associated with the capsule
- Type:
- property line_results: TraceQueryTestResultsInnerMost¶
[Read-Write] The results associated with the line trace
- Type:
- property sphere_results: TraceQueryTestResultsInnerMost¶
[Read-Write] The results associated with the sphere
- Type: