IMovieScenePreAnimatedTokenProducer::InitializeObjectForAnimation

Perform any initial set up required to animate the specified object @note Only ever called when Object is in an unanimated state, as according to the AnimTypeID that this producer is operating on.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneExecutionToken.h

Include

#include "MovieSceneExecutionToken.h"

Syntax

virtual void InitializeObjectForAnimation
(
    UObject & Object
) const

Remarks

Perform any initial set up required to animate the specified object @note Only ever called when Object is in an unanimated state, as according to the AnimTypeID that this producer is operating on.

Parameters

Parameter

Description

Object

The object to initialize

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