Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/HierarchyEditor
Inheritance Hierarchy
- TSharedFromThis
- FTickableEditorObject
- FNiagaraHierarchyItemViewModelBase
- FNiagaraHierarchyItemViewModel
- FNiagaraAssignmentInputViewModel
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/HierarchyEditor/NiagaraSummaryViewViewModel.h |
| Include | #include "ViewModels/HierarchyEditor/NiagaraSummaryViewViewModel.h" |
Syntax
struct FNiagaraAssignmentInputViewModel : public FNiagaraHierarchyItemViewModel
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraAssignmentInputViewModel
(
UNiagaraHierarchyAssignmentInput* ModuleInput, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearCache () |
||
| TWeakObjectPtr< UNiagaraNodeAssignment > | |||
| TOptional< FNiagaraStackGraphUtilities::FMatchingFunctionInputData > | GetInputData () |
||
| bool |
Overridden from FNiagaraHierarchyItemViewModelBase
| Type | Name | Description | |
|---|---|---|---|
| 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 | DoesExternalDataStillExist
(
const UNiagaraHierarchyDataRefreshContext* Context |
This function determines whether a hierarchy item that represents that external data should be maintained during data refresh Needs to be implemented if RepresentsExternalData return true. | |
| TArray< FString > | |||
| 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.) | ||
| bool | For data cleanup that represents external data, this needs to return true in order for live cleanup to work. | ||
| FString | ToString () |