Navigation
API > API/Plugins > API/Plugins/CineAssemblyTools
The UMovieSceneSubAssemblyTrack is only supported in the Template Assembly of a CineAssemblySchema as a placeholder track. The Track Type indicates which underlying track should be created in place of this track when creating an Assembly from a Schema Template.
| Name | UMovieSceneSubAssemblyTrack |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyTools/Public/MovieSceneSubAssemblyTrack.h |
| Include Path | #include "MovieSceneSubAssemblyTrack.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UMovieSceneSubAssemblyTrack : public UMovieSceneSubTrack
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneTrack → UMovieSceneNameableTrack → UMovieSceneSubTrack → UMovieSceneSubAssemblyTrack
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneSubAssemblyTrack
(
const FObjectInitializer& ObjectInitializer |
MovieSceneSubAssemblyTrack.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TrackType | ESubAssemblyTrackType | Indicates the underlying track type for which this track is a placeholder | MovieSceneSubAssemblyTrack.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetTrackIconBrush() |
Get the icon brush for this track, determined by the track type | MovieSceneSubAssemblyTrack.h | |
bool IsCinematicShotTrack() |
Returns true if this track represents a UMovieSceneCinematicShotTrack | MovieSceneSubAssemblyTrack.h | |
bool IsSubsequenceTrack() |
Returns true if this track represents a UMovieSceneSubTrack | MovieSceneSubAssemblyTrack.h |
Public Virtual
Overridden from UMovieSceneNameableTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDefaultDisplayName() |
MovieSceneSubAssemblyTrack.h |
Overridden from UMovieSceneTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * CreateNewSection() |
MovieSceneSubAssemblyTrack.h |