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