Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
A single resolved input value paired with its name. Used within FNiagaraExt_ModuleInputValues to return all input values for a module in one call.
| Name | FNiagaraExt_StackInputValueEntry |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraExternalSystemEditorUtilities.h |
| Include Path | #include "NiagaraExternalSystemEditorUtilities.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FNiagaraExt_StackInputValueEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | The input parameter name (matches the Name field in FNiagaraExt_StackInputTopology). | NiagaraExternalSystemEditorUtilities.h |
|
| Value | FNiagaraExt_StackInputValue | The resolved value for this input. | NiagaraExternalSystemEditorUtilities.h |
|