Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraStackEntry
- UNiagaraStackItemGroup
- UNiagaraStackScriptItemGroup
- UNiagaraStackEventScriptItemGroup
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackEventScriptItemGroup.h |
| Include | #include "ViewModels/Stack/NiagaraStackEventScriptItemGroup.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackEventScriptItemGroup : public UNiagaraStackScriptItemGroup
Remarks
Meant to contain a single binding of a Emitter::EventScriptProperties to the stack.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnModifiedEventHandlers | OnModifiedEventHandlersDelegate |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TObjectPtr< UNiagaraStackEventHandlerPropertiesItem > & | |||
| FGuid | |||
| void | Initialize
(
FRequiredEntryData InRequiredEntryData, |
||
| void | SetOnModifiedEventHandlers
(
FOnModifiedEventHandlers OnModifiedEventHandlers |
Overridden from UNiagaraStackEntry
| Type | Name | Description | |
|---|---|---|---|
| void | Delete () |
||
| FNiagaraHierarchyIdentity | |||
| FText | |||
| bool | |||
| void | RefreshChildrenInternal
(
const TArray< UNiagaraStackEntry* >& CurrentChildren, |
||
| bool | |||
| bool | |||
| bool | |||
| bool | TestCanDeleteWithMessage
(
FText& OutCanDeleteMessage |
Typedefs
| Name | Description |
|---|---|
| FOnModifiedEventHandlers |