Navigation
API > API/Editor > API/Editor/SequencerCore
| Name | TSharedListItem |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/SharedList.h |
| Include Path | #include "MVVM/SharedList.h" |
Syntax
template<typename T>
class TSharedListItem : public TSharedFromThis< T >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → TSharedListItem
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TSharedListItem() |
MVVM/SharedList.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NextLink | TSharedPtr< T > | MVVM/SharedList.h | ||
| PrevLink | TSharedPtr< T > * | MVVM/SharedList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Link
(
TSharedPtr< T >& Head |
MVVM/SharedList.h | ||
TSharedPtr< T > Next() |
MVVM/SharedList.h | ||
void Unlink() |
MVVM/SharedList.h |