operator*=

Transform a time range by a sequence transform

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneTimeTransform.h

Include

#include "Evaluation/MovieSceneTimeTransform.h"

Syntax

template<typename T>
TRange< T > & operator*=
(
    TRange< T > & LHS,
    const FMovieSceneTimeTransform & RHS
)

Remarks

Transform a time range by a sequence transform

Parameters

Parameter

Description

InTime

The time range to transform

RHS

The transform

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