operator*

Multiply 2 transforms together, resulting in a single transform that gets from RHS parent to LHS space

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneTimeTransform.h"

Syntax

FMovieSceneTimeTransform operator*
(
    const FMovieSceneTimeTransform & LHS,
    const FMovieSceneTimeTransform & RHS
)

Remarks

Multiply 2 transforms together, resulting in a single transform that gets from RHS parent to LHS space

Transforms apply from right to left

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