TRange::SetLowerBoundValue

Assign the new lower bound value for this range.

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

void SetLowerBoundValue
(
    ElementValueOrConstRef NewLowerBoundValue
)

Remarks

Assign the new lower bound value for this range. Current lower bound must not be open to call this method.

Parameters

Parameter

Description

NewLowerBoundValue

The new lower bound value to assign

See Also