Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRangeBound
Description
Sets the bound's value, maintining the inclusivity of the bound
Use IsClosed() to verify that this bound is closed before calling this method.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
| Include Path | #include "Math/RangeBound.h" |
void SetValue
(
ElementValueOrConstRef NewValue
)
Parameters
| Name | Remarks |
|---|---|
| NewValue | New bound value. |
See Also
- IsClosed