Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
Inheritance Hierarchy
- TRangeBound
- FInt32RangeBound
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
| Include | #include "Math/RangeBound.h" |
Syntax
struct FInt32RangeBound : public TRangeBound< int32 >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInt32RangeBound
(
const Super& Other |
|||
FInt32RangeBound
(
const int32 InValue |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInt32RangeBound | Exclusive
(
ElementValueOrConstRef Value |
||
| FInt32RangeBound | FlipInclusion
(
const FInt32RangeBound& Bound |
||
| FInt32RangeBound | Inclusive
(
ElementValueOrConstRef Value |
||
| const FInt32RangeBound & | MaxLower
(
const FInt32RangeBound& A, |
||
| const FInt32RangeBound & | MaxUpper
(
const FInt32RangeBound& A, |
||
| const FInt32RangeBound & | MinLower
(
const FInt32RangeBound& A, |
||
| const FInt32RangeBound & | MinUpper
(
const FInt32RangeBound& A, |
||
| FInt32RangeBound | Open () |
Typedefs
| Name | Description |
|---|---|
| Super |