UE::MovieScene::DilateRange

Dilate the specified range by adding a specific size to the lower and upper bounds (if closed)

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::DilateRange
        (
            const TRange< T > & InRange,
            T LowerAmount,
            T UpperAmount
        )
    }
}

Remarks

Dilate the specified range by adding a specific size to the lower and upper bounds (if closed)

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