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" |
void SetValue
&40;
ElementValueOrConstRef NewValue
&41;
Remarks
Sets the bound's value, maintining the inclusivity of the bound
Use IsClosed() to verify that this bound is closed before calling this method.
Parameters
Name | Description |
---|---|
NewValue | New bound value. |