MovieScene::MakeDiscreteRangeFromLower

Make a new range using the specified lower 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 MovieScene
{
    TRange< FFrameNumber > MovieScene::MakeDiscreteRangeFromLower
    (
        const TRangeBound< FFrameNumber > & InLowerBound,
        int32 DiscreteSize
    )
}

Remarks

Make a new range using the specified lower 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