![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMovieSceneTemplateGenerator.h>
Inheritance diagram for IMovieSceneTemplateGenerator:Public Member Functions | |
| virtual void | AddOwnedTrack (FMovieSceneEvaluationTrack &&InTrackTemplate, const UMovieSceneTrack &SourceTrack)=0 |
Protected Member Functions | |
| virtual | ~IMovieSceneTemplateGenerator () |
Abstract base class used to generate evaluation templates
|
inlineprotectedvirtual |
|
pure virtual |
Add a new track that is to be owned by this template
| InTrackTemplate | The track template to add |
| SourceTrack | The originating track |
Implemented in FMovieSceneCompileDataManagerGenerator.