TRange::TRange

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

Choose your operating system:

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.