UE::MovieScene::MakeDiscreteRange

Make a new range that includes the given minimum and excludes the given maximum.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneTimeHelpers.h

Include

#include "MovieSceneTimeHelpers.h"

Syntax

namespace UE
{
    namespace MovieScene
    {
        TRange< FFrameNumber > UE::MovieScene::MakeDiscreteRange
        (
            FFrameNumber MinInclusive,
            FFrameNumber MaxExclusive
        )
    }
}

Remarks

Make a new range that includes the given minimum and excludes the given maximum.

Returns

A new range.

Parameters

Parameter

Description

MinInclusive

The minimum value for the inclusive lower bound

MaxExclusive

The maximum value for the exclusive upper 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