Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRangeBound
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
| Include | #include "Math/RangeBound.h" |
static TRangeBound Inclusive
&40;
ElementValueOrConstRef Value
&41;
Remarks
Returns a closed bound that includes the specified value. An inclusive closed bound.
Parameters
| Name | Description |
|---|---|
| Value | The bound value. |