unreal.FloatRangeBound
¶
- class unreal.FloatRangeBound(type: RangeBoundTypes = Ellipsis, value: float = 0.0)¶
Bases:
StructBase
Defines a single bound for a range of values. note: This is a mirror of TRangeBound<float>, defined in RangeBound.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)
type
(RangeBoundTypes): [Read-Write] Holds the type of the bound.value
(float): [Read-Write] Holds the bound’s value.
- property type: RangeBoundTypes¶
[Read-Write] Holds the type of the bound.
- Type: