MovieScene::ClampToDiscreteRange

Clamp the specified time to a range

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneTimeHelpers.h"

Syntax

namespace MovieScene
{
    FFrameTime MovieScene::ClampToDiscreteRange
    (
        FFrameTime InTime,
        const TRange< FFrameNumber > & InRange
    )
}

Remarks

Clamp the specified time to a range

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