unreal.DoubleRange
¶
- class unreal.DoubleRange(lower_bound: DoubleRangeBound = Ellipsis, upper_bound: DoubleRangeBound = Ellipsis)¶
Bases:
StructBase
A contiguous set of doubles described by lower and upper bound values. note: This is a mirror of TRange<double>, defined in Range.h note: Fields are private to match the C++ declaration in the header above.
C++ Source:
Module: CoreUObject
File: NoExportTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
lower_bound
(DoubleRangeBound): [Read-Write] Holds the range’s lower bound.upper_bound
(DoubleRangeBound): [Read-Write] Holds the range’s upper bound.
- property lower_bound: DoubleRangeBound¶
[Read-Write] Holds the range’s lower bound.
- Type:
- property upper_bound: DoubleRangeBound¶
[Read-Write] Holds the range’s upper bound.
- Type: