Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Schema describing a Niagara Module asset and its inputs.
| Name | FNiagaraExt_ModuleSchema |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraExternalSystemEditorUtilities.h |
| Include Path | #include "NiagaraExternalSystemEditorUtilities.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FNiagaraExt_ModuleSchema
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Asset | TObjectPtr< const UNiagaraScript > | The script asset this schema describes. Read-only — populated by GetModuleSchema variants. | NiagaraExternalSystemEditorUtilities.h |
|
| Inputs | TArray< FNiagaraExt_StackInputSchema > | NiagaraExternalSystemEditorUtilities.h |
|
|
| Outputs | TArray< FNiagaraExt_Variable > | NiagaraExternalSystemEditorUtilities.h |
|