TRangeBound::Exclusive

Returns a closed bound that excludes 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 Exclusive
(
    ElementValueOrConstRef Value
)

Remarks

Returns a closed bound that excludes the specified value.

Returns

An exclusive 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