Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraStackEntry
- UNiagaraStackItem
- UNiagaraStackModuleItem
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackModuleItem.h |
| Include | #include "ViewModels/Stack/NiagaraStackModuleItem.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UNiagaraStackModuleItem : public UNiagaraStackItem
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnRequestDeprecationRecommended | DeprecationDelegate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddInput
(
FNiagaraVariable InputParameter |
||
| bool | CanAddInput
(
FNiagaraVariable InputParameter |
||
| bool | |||
| bool | CanRefresh () |
||
| void | ChangeScriptVersion
(
FGuid NewScriptVersion |
||
| INiagaraStackItemGroupAddUtilities * | |||
| TArray< class UNiagaraStackFunctionInput * > | |||
| bool | Gets whether or not a module script reassignment is pending. | ||
| int32 | |||
| UNiagaraNodeFunctionCall & | |||
| bool | GetNoteMode () |
||
| UNiagaraNodeOutput * | Gets the output node of this module. | ||
| void | GetParameterInputs
(
TArray< class UNiagaraStackFunctionInput* >& OutResult |
||
| void | Initialize
(
FRequiredEntryData InRequiredEntryData, |
||
| bool | |||
| bool | |||
| FOnNoteModeSet & | |||
| bool | |||
| void | ReassignModuleScript
(
UNiagaraScript* ModuleScript |
Reassigns the function script for the module without resetting the inputs. | |
| void | Refresh () |
||
| void | SetDebugDrawEnabled
(
bool bInEnabled |
||
| void | SetEnabled
(
bool bEnabled |
||
| void | SetInputValuesFromClipboardFunctionInputs
(
const TArray< const UNiagaraClipboardFunctionInput* >& ClipboardFunctionInputs |
||
| void | SetIsModuleScriptReassignmentPending
(
bool bIsPending |
Gets whether or not a module script reassignment should be be pending. | |
| void | SetNoteMode
(
bool bEnabled |
||
| void | SetOnRequestDeprecationRecommended
(
FOnRequestDeprecationRecommended InOnRequest |
Overridden from UNiagaraStackItem
| Type | Name | Description | |
|---|---|---|---|
| void | SetIsEnabledInternal
(
bool bInIsEnabled |
||
| bool |
Overridden from UNiagaraStackEntry
Typedefs
| Name | Description |
|---|---|
| FOnNoteModeSet | |
| FOnRequestDeprecationRecommended |