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