Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/ViewModels
Inheritance Hierarchy
- FOutlinerItemModel
- IObjectBindingExtension
- IDraggableOutlinerExtension
- ITrackAreaExtension
- IGroupableExtension
- IRenameableExtension
- ISortableExtension
- IDeletableExtension
- FObjectBindingModel
- FPossessableModel
- FSpawnableModel
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/ViewModels/ObjectBindingModel.h |
| Include | #include "MVVM/ViewModels/ObjectBindingModel.h" |
Syntax
class FObjectBindingModel :
public UE::Sequencer::FOutlinerItemModel,
public UE::Sequencer::IObjectBindingExtension,
public UE::Sequencer::IDraggableOutlinerExtension,
public UE::Sequencer::ITrackAreaExtension,
public UE::Sequencer::IGroupableExtension,
public UE::Sequencer::IRenameableExtension,
public UE::Sequencer::ISortableExtension,
public UE::Sequencer::IDeletableExtension
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAutoRegisterTypeTable | AutoRegisterTypeTable | ||
| static::UE::Sequencer::TAutoRegisterViewModelTypeID< FObjectBindingModel > | ID | ||
| TSharedPtr< FLayerBarModel > | LayerBar | ||
| FGuid | ObjectBindingID | ||
| FSequenceModel * | OwnerModel | ||
| FGuid | ParentObjectBindingID | ||
| FViewModelListHead | TrackAreaList |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FObjectBindingModel
(
FSequenceModel* OwnerModel, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDynamicBindingMenu
(
FMenuBuilder& MenuBuilder, |
Build a sub-menu for editing the given dynamic binding | |
| void | AddTrack
(
UMovieSceneTrack* Track |
||
| const UClass * | |||
| TSharedRef< SWidget > | |||
| FGuid | |||
| FText | |||
| EObjectBindingType | GetType () |
||
| void | OnConstruct () |
Called once for this model when it is added to a parent that has valid shared data | |
| void | |||
| void | RemoveTrack
(
UMovieSceneTrack* Track |
||
| void | SetParentBindingID
(
const FGuid& InObjectBindingID |
||
| bool |
Overridden from FOutlinerItemModelMixin
| Type | Name | Description | |
|---|---|---|---|
| void | BuildContextMenu
(
FMenuBuilder& MenuBuilder |
Get context menu contents. | |
| void | BuildOrganizeContextMenu
(
FMenuBuilder& MenuBuilder |
||
| bool | Get the default expansion state if it wasn't saved in the movie-scene data |
Overridden from IOutlinerExtension
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateOutlinerView
(
const FCreateOutlinerViewParams& InParams |
Create the visual outliner widget for the owning model | |
| const FSlateBrush * | GetIconBrush () |
Gets the icon for the outliner item | |
| FText | GetLabel () |
Gets the label for the outliner item | |
| FSlateColor | Gets the color for the outliner item label | ||
| FText | Gets the tooltip text for the outliner item | ||
| FOutlinerSizing | Return the desired size for the owning model |
Overridden from IObjectBindingExtension
| Type | Name | Description | |
|---|---|---|---|
| FGuid |
Overridden from IDraggableOutlinerExtension
| Type | Name | Description | |
|---|---|---|---|
| bool | CanDrag () |
Returns whether the model can be dragged |
Overridden from ITrackAreaExtension
| Type | Name | Description | |
|---|---|---|---|
| FViewModelVariantIterator | |||
| FTrackAreaParameters |
Overridden from IGroupableExtension
| Type | Name | Description | |
|---|---|---|---|
| void | GetIdentifierForGrouping
(
TStringBuilder< 128 >& OutString |
Overridden from IRenameableExtension
Overridden from ISortableExtension
| Type | Name | Description | |
|---|---|---|---|
| FSortingKey | Called by the part to sort this model among its siblings | ||
| void | SetCustomOrder
(
int32 InCustomOrder |
Set a custom sort index for this view model | |
| void | SortChildren () |
Called when the model should sort its immediate children |
Overridden from IDeletableExtension
Typedefs
| Name | Description |
|---|---|
| Implements |