Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FHierarchicalModelListRefresher
| |
|
| Name |
FListData |
| Type |
struct |
| Header File |
/Engine/Source/Editor/Sequencer/Public/MVVM/ViewModels/TrackModelLayoutBuilder.h |
| Include Path |
#include "MVVM/ViewModels/TrackModelLayoutBuilder.h" |
Syntax
struct FListData
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FListData
(
TSharedPtr< FViewModel > InParent,
const FViewModelChildren& InExistingChildren
)
|
|
MVVM/ViewModels/TrackModelLayoutBuilder.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AttachTail |
TSharedPtr< FViewModel > |
The tail of the list we're refreshing. |
MVVM/ViewModels/TrackModelLayoutBuilder.h |
|
| Children |
FViewModelChildren |
The list we're refreshing. |
MVVM/ViewModels/TrackModelLayoutBuilder.h |
|
| Parent |
TSharedPtr< FViewModel > |
The data model that owns the list we're refreshing. |
MVVM/ViewModels/TrackModelLayoutBuilder.h |
|
Functions
Public