UE::MovieScene::ExpandRange

Expand the specified range by subtracting the specified amount from the lower bound, and adding it to the 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
    {
        template<typename T>
        TRange< T > UE::MovieScene::ExpandRange
        (
            const TRange< T > & InRange,
            T Amount
        )
    }
}

Remarks

Expand the specified range by subtracting the specified amount from the lower bound, and adding it to the upper bound

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