unreal.TraceQueryTestResultsInnerMost
¶
- class unreal.TraceQueryTestResultsInnerMost(single_hit: HitResult = Ellipsis, single_names: TraceQueryTestNames = Ellipsis, single_result: bool = False, multi_hits: None = [], multi_names: None = [], multi_result: bool = False)¶
Bases:
StructBase
Trace Query Test Results Inner Most
C++ Source:
Module: FunctionalTesting
File: TraceQueryTestResults.h
Editor Properties: (see get_editor_property/set_editor_property)
multi_hits
(Array[HitResult]): [Read-Write] Result from doing a multi sweepmulti_names
(Array[TraceQueryTestNames]): [Read-Write] Names found from doing a multi sweepmulti_result
(bool): [Read-Write] The true/false value returned from the multi sweepsingle_hit
(HitResult): [Read-Write] Result from doing a single sweepsingle_names
(TraceQueryTestNames): [Read-Write] Names found from doing a single sweepsingle_result
(bool): [Read-Write] The true/false value returned from the single sweep
- property multi_result: bool¶
[Read-Write] The true/false value returned from the multi sweep
- Type:
(bool)
- property single_names: TraceQueryTestNames¶
[Read-Write] Names found from doing a single sweep
- Type: