TRange::TRange

Create a range with a single element. The created range is of the form [A, A].

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Range.h"

Syntax

TRange
(
    ElementValueOrConstRef A
)

Remarks

Create a range with a single element.

The created range is of the form [A, A].

Parameters

Parameter

Description

A

The element in the range.

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