TRangeBound::Inclusive

Returns a closed bound that includes the specified value.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/RangeBound.h"

Syntax

static TRangeBound Inclusive
(
    ElementValueOrConstRef Value
)

Remarks

Returns a closed bound that includes the specified value.

Returns

An inclusive closed bound.

Parameters

Parameter

Description

Value

The bound value.

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