UE::MovieScene::MakeDiscreteRangeFromUpper

Make a new range using the specified upper bound, and a given size.

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::MakeDiscreteRangeFromUpper
        (
            const TRangeBound< FFrameNumber > & InUpperBound,
            int32 DiscreteSize
        )
    }
}

Remarks

Make a new range using the specified upper bound, and a given size.

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