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