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