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