TSubSectionMixin

Mixin class for sub-sequence section interfaces.

Windows
MacOS
Linux

Inheritance Hierarchy

ParentSectionClass

TSubSectionMixin

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/SubTrackEditorBase.h

Include

#include "TrackEditors/SubTrackEditorBase.h"

Syntax

template<typename ParentSectionClass>
class TSubSectionMixin : public ParentSectionClass

Remarks

Mixin class for sub-sequence section interfaces.

This mixin effectively wraps the 2 utility classes above, hooks them up to the ISequencerSection interface, and implements a few other ISequencerSection interface methods. As such, it's mostly handy boilerplate code, which you can avoid (if it doesn't fit your use-case) in favour of using the uility classes above directly.

Constructors

Name Description

Public function

TSubSectionMixin

(
    TSharedPtr< ISequencer > InSequence...,
    UMovieSceneSubSection& InSection,
    ParentCtorParams&&... Params
)

Functions

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