UE::MovieScene::TranslateRange

Translate the specified range by adding the specified amount to both bounds.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneTimeHelpers.h"

Syntax

namespace UE
{
    namespace MovieScene
    {
        template<typename T>
        TRange< T > UE::MovieScene::TranslateRange
        (
            const TRange< T > & InRange,
            T Amount
        )
    }
}

Remarks

Translate the specified range by adding the specified amount to both bounds.

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