UE::MovieScene::DiscreteExclusiveUpper

Return the first frame number that is not contained by the specified closed upper bound.

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 TRangeBound< FFrameNumber > & InUpperBound
        )
    }
}

Remarks

Return the first frame number that is not contained by the specified closed upper bound. For example, a bound of 10) would return 10, and 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