TInterval::TInterval

Creates and initializes a new interval with the specified lower and upper bounds.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Interval.h

Include

#include "Math/Interval.h"

Syntax

TInterval
(
    ElementType InMin,
    ElementType InMax
)

Remarks

Creates and initializes a new interval with the specified lower and upper bounds.

Parameters

Parameter

Description

InMin

The lower bound of the constructed interval.

InMax

The upper bound of the constructed interval.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss