Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
Include | #include "Math/RangeBound.h" |
Syntax
namespace ERangeBoundTypes
{
enum Type
&123;
Exclusive,
Inclusive,
Open,
&125;
}
Values
Name | Description |
---|---|
Exclusive | The range excludes the bound. |
Inclusive | The range includes the bound. |
Open | The bound is open. |
Remarks
Enumerates the valid types of range bounds.