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