Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraStackEntry
- UNiagaraStackNote
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackNote.h |
| Include | #include "ViewModels/Stack/NiagaraStackNote.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackNote : public UNiagaraStackEntry
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnNoteChanged | OnNoteChangedDelegate | ||
| FSimpleDelegate | OnRequestEditHeaderDelegate | ||
| FString | TargetStackEntryKey |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| FString | |||
| TOptional< FNiagaraStackNoteData > | |||
| void | Initialize
(
FRequiredEntryData InRequiredEntryData, |
||
| FOnNoteChanged & | The delegate for the target stack entry to bind to. | ||
| FSimpleDelegate & | |||
| void | |||
| void |
Overridden from UNiagaraStackEntry
| Type | Name | Description | |
|---|---|---|---|
| void | Copy
(
UNiagaraClipboardContent* ClipboardContent |
||
| bool | |||
| bool | |||
| EStackRowStyle | |||
| void | Paste
(
const UNiagaraClipboardContent* ClipboardContent, |
||
| bool | SupportsCopy () |
||
| bool | |||
| bool | Returns whether or not this entry can be renamed. | ||
| bool | TestCanCopyWithMessage
(
FText& OutMessage |
||
| bool | TestCanPasteWithMessage
(
const UNiagaraClipboardContent* ClipboardContent, |
Typedefs
| Name | Description |
|---|---|
| FOnNoteChanged |