get_niagara_script_properties
Retrieve the details-panel properties of a Niagara script, including category, description, keywords, and dependency flags.
Instructions
Read the details-panel properties of a Niagara script.
Returns Category, Description, Keywords, ModuleUsageBitmask, ProvidedDependencies, RequiredDependencies, LibraryVisibility, bDeprecated, DeprecationMessage, bExperimental, ExperimentalMessage, NumericOutputTypeSelectionMode, ScriptMetaData, ConversionUtility.
All properties live on FVersionedNiagaraScriptData; output shape matches NiagaraIntrospection::SerializeProperty (kind + value + schema fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | No | ||
| script_path | No | ||
| system_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |