unreal.RangeBoundTypes
¶
- class unreal.RangeBoundTypes¶
Bases:
EnumBase
Enumerates the valid types of range bounds (mirrored from RangeBound.h)
C++ Source:
Module: CoreUObject
File: NoExportTypes.h
- EXCLUSIVE: RangeBoundTypes¶
The range excludes the bound.
- Type:
0
- INCLUSIVE: RangeBoundTypes¶
The range includes the bound.
- Type:
1
- OPEN: RangeBoundTypes¶
The bound is open.
- Type:
2