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