Navigation
API > API/Runtime > API/Runtime/Core
| Name | FInt32Interval |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Interval.h |
| Include Path | #include "Math/Interval.h" |
Syntax
struct FInt32Interval : public TInterval< int32 >
Inheritance Hierarchy
- TInterval → FInt32Interval
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/Interval.h | |||
FInt32Interval
(
const Super& Other |
Math/Interval.h | ||
FInt32Interval
(
int32 InMin, |
Math/Interval.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TInterval< int32 > | Math/Interval.h |