Navigation
API > API/Editor > API/Editor/Sequencer
| Name | FSpawnableModel |
| Type | class |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/ViewModels/SpawnableModel.h |
| Include Path | #include "MVVM/ViewModels/SpawnableModel.h" |
Syntax
class FSpawnableModel : public UE::Sequencer::FObjectBindingModel
Inheritance Hierarchy
- BaseType → TOutlinerModelMixin → FOutlinerItemModel → FEvaluableOutlinerItemModel → FObjectBindingModel → FSpawnableModel
Implements Interfaces
- IDimmableExtension
- ICurveEditorTreeItem
- IMutableExtension
- ISoloableExtension
- IDraggableOutlinerExtension
- ITrackAreaExtension
- IGroupableExtension
- IDeletableExtension
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSpawnableModel
(
FSequenceModel* InOwnerModel, |
MVVM/ViewModels/SpawnableModel.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSpawnableModel() |
MVVM/ViewModels/SpawnableModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Delete() |
MVVM/ViewModels/SpawnableModel.h | ||
const FSlateBrush * GetIconOverlayBrush() |
MVVM/ViewModels/SpawnableModel.h | ||
FText GetIconToolTipText() |
MVVM/ViewModels/SpawnableModel.h | ||
void OnConstruct() |
MVVM/ViewModels/SpawnableModel.h | ||
UE_SEQUENCER_DECLARE_CASTABLE
(
FSpawnableModel, |
MVVM/ViewModels/SpawnableModel.h |
Overridden from FObjectBindingModel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UClass * FindObjectClass() |
MVVM/ViewModels/SpawnableModel.h | ||
virtual FSlateColor GetInvalidBindingLabelColor() |
MVVM/ViewModels/SpawnableModel.h | ||
virtual FText GetTooltipForSingleObjectBinding() |
MVVM/ViewModels/SpawnableModel.h | ||
virtual EObjectBindingType GetType() |
MVVM/ViewModels/SpawnableModel.h |