Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRangeBound
Description
Gets the bound's value.
Use IsClosed() to verify that this bound is closed before calling this method.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
| Include Path | #include "Math/RangeBound.h" |
ElementValueOrConstRef GetValue() const
Bound value.
See Also
- IsOpen