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