UE::MovieScene::DiscreteExclusiveUpper

Return the first frame number not contained by the specified range.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneTimeHelpers.h"

Syntax

namespace UE
{
    namespace MovieScene
    {
        FFrameNumber UE::MovieScene::DiscreteExclusiveUpper
        (
            const TRange< FFrameNumber > & InRange
        )
    }
}

Remarks

Return the first frame number not contained by the specified range. Assumes a closed upper bound. For example, a range of (0:10) would return 10, and [0:10] would return 11

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