Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/HierarchyEditor
Inheritance Hierarchy
- TSharedFromThis
- FTickableEditorObject
- FNiagaraHierarchyItemViewModelBase
- FNiagaraHierarchyCategoryViewModel
- FNiagaraHierarchySummaryCategoryViewModel
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/HierarchyEditor/NiagaraHierarchyViewModelBase.h |
| Include | #include "ViewModels/HierarchyEditor/NiagaraHierarchyViewModelBase.h" |
Syntax
struct FNiagaraHierarchyCategoryViewModel : public FNiagaraHierarchyItemViewModelBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraHierarchyCategoryViewModel
(
UNiagaraHierarchyCategory* InCategory, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| bool |
Overridden from FNiagaraHierarchyItemViewModelBase
| Type | Name | Description | |
|---|---|---|---|
| FCanPerformActionResults | Should return true if draggable. | ||
| FCanPerformActionResults | CanDropOnInternal
(
TSharedPtr< FNiagaraHierarchyItemViewModelBase >, |
Should return true if the given drag drop operation is allowed to succeed. | |
| bool | Needs to be true in order to allow drag & drop operations to parent items to this item | ||
| bool | Should return true if renamable | ||
| const UNiagaraHierarchySection * | Can be overridden to support custom sections. | ||
| FCanPerformActionResults | Should return true if properties are supposed to be editable & needs to be true if typical operations should work on it (renaming, dragging, deleting etc.) | ||
| void | OnDroppedOnInternal
(
TSharedPtr< FNiagaraHierarchyItemViewModelBase >, |
Override this to handle drop-on logic. | |
| void | RenameInternal
(
FName NewName |