TRangeBound::SetValue

Sets the bound's value, maintining the inclusivity of the bound

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/RangeBound.h"

Syntax

void SetValue
(
    ElementValueOrConstRef NewValue
)

Remarks

Sets the bound's value, maintining the inclusivity of the bound

Use IsClosed() to verify that this bound is closed before calling this method.

Parameters

Parameter

Description

NewValue

New bound value.

See Also

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