Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem > TrackInstance > UMovieSceneTrackInstance
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/TrackInstance/MovieSceneTrackInstance.h |
Include | #include "EntitySystem/TrackInstance/MovieSceneTrackInstance.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/EntitySystem/TrackInstance/MovieSceneTrackInstance.cpp |
void Initialize
&40;
UObject &42; InAnimatedObject,
UMovieSceneEntitySystemLinker &42; InLinker
&41;
Remarks
Initialize this instance with the object to animate, and a linker
Parameters
Name | Description |
---|---|
InAnimatedObject | (optional) The object that we should animate |
InLinker | The entity system linker that owns this animator. Used for retrieving contexts and player information. |