TRangeBound::FlipInclusion

Returns the given bound with its inclusion flipped between inclusive and exclusive.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/RangeBound.h"

Syntax

static TRangeBound FlipInclusion
(
    const TRangeBound & Bound
)

Remarks

Returns the given bound with its inclusion flipped between inclusive and exclusive.

If the bound is open it is returned unchanged.

Returns

A new bound.

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