unreal.RangeBoundTypes¶
- class unreal.RangeBoundTypes¶
Bases:
EnumBaseEnumerates the valid types of range bounds (mirrored from Engine/Source/Runtime/Core/Public/Math/RangeBound.h)
C++ Source:
Module: CoreUObject
File: NoExportTypes.h
- EXCLUSIVE: RangeBoundTypes = Ellipsis¶
The range excludes the bound.
- Type:
0
- INCLUSIVE: RangeBoundTypes = Ellipsis¶
The range includes the bound.
- Type:
1
- OPEN: RangeBoundTypes = Ellipsis¶
The bound is open.
- Type:
2