Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneTimeHelpers.h |
| Include | #include "MovieSceneTimeHelpers.h" |
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