Navigation
API > API/Editor > API/Editor/SequencerCore
Extension for models that can sort their children, and be sorted themselves among their siblings
| Name | ISortableExtension |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/ISortableExtension.h |
| Include Path | #include "MVVM/Extensions/ISortableExtension.h" |
Syntax
class ISortableExtension
Derived Classes
ISortableExtension derived class hierarchy
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISortableExtension() |
MVVM/Extensions/ISortableExtension.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< ISortableExtension > | MVVM/Extensions/ISortableExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSortingKey GetSortingKey() |
Called by the part to sort this model among its siblings | MVVM/Extensions/ISortableExtension.h | |
void SetCustomOrder
(
int32 InCustomOrder |
Set a custom sort index for this view model | MVVM/Extensions/ISortableExtension.h | |
void SortChildren () |
Called when the model should sort its immediate children | MVVM/Extensions/ISortableExtension.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
MVVM/Extensions/ISortableExtension.h | ||
static void SortChildren
(
TSharedPtr< FViewModel > ParentModel, |
Utility function for sorting children based on their sorting key | MVVM/Extensions/ISortableExtension.h | |
static void SortChildren
(
FViewModelChildren& Children, |
Utility function for sorting children based on their sorting key | MVVM/Extensions/ISortableExtension.h |