Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Interface to be added to UMovieSceneTrack when they have multiple sections to key
| Name | IMovieSceneSectionsToKey |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/IMovieSceneSectionsToKey.h |
| Include Path | #include "Tracks/IMovieSceneSectionsToKey.h" |
Syntax
class IMovieSceneSectionsToKey
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMovieSceneSectionsToKey() |
Tracks/IMovieSceneSectionsToKey.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TWeakObjectPtr< UMovieSceneSection > > GetSectionsToKey() |
Get multiple sections to key | Tracks/IMovieSceneSectionsToKey.h |