Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRangeBound
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRangeBound () |
Default constructor. | Math/RangeBound.h | |
TRangeBound
(
ElementValueOrConstRef InValue |
Creates a closed bound that includes the specified value. | Math/RangeBound.h |
TRangeBound()
Description
Default constructor.
| Name | TRangeBound |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
| Include Path | #include "Math/RangeBound.h" |
TRangeBound()
See Also
-
Exclusive
-
Inclusive
-
Open
TRangeBound(ElementValueOrConstRef)
Description
Creates a closed bound that includes the specified value.
| Name | TRangeBound |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
| Include Path | #include "Math/RangeBound.h" |
TRangeBound
(
ElementValueOrConstRef InValue
)
Parameters
| Name | Remarks |
|---|---|
| InValue | The bound's value. |
See Also
-
Exclusive
-
Inclusive
-
Open