Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TRangeBound > TRangeBound
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
Include | #include "Math/RangeBound.h" |
TRangeBound
&40;
ElementValueOrConstRef InValue
&41;
Remarks
Creates a closed bound that includes the specified value.
Parameters
Name | Description |
---|---|
InValue | The bound's value. |