Niagara Scratch Pad - Map Set Node Question

Is it possible to see values set in a Niagara Scratch Pad (using Map Set) in the Details panel?

I’m setting some variables through the Parameter Map in a Scratch Pad, but I can’t find a way to view those values in the Details panel. Is this supported, or is there a recommended workaround?

Do you want to see all the values your scratch pad is setting or do you want to have these values exposed as inputs?

I want to be able to see the values that are being set internally, just like we can see the input variables.

If you click on the little settings icon in the modules details panel, you can toggle “Show Parameter Writes”, which will show you all the parameters written by that module. This works for scratch pads as well.

1 Like

Thanks a lot, this is exactly the feature I was looking for.