TRange::SetLowerBound

Assign the new lower bound 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 SetLowerBound
(
    const BoundsType & NewLowerBound
)

Remarks

Assign the new lower bound for this range

Parameters

Parameter

Description

NewLowerBound

The new lower bound to assign

See Also