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