The problem
I created a blueprint with one constant combinator which outputs A with a value of 4, and B, also with a value of 4. I want to parameterize the blueprint in the following way:- Signal A always has a value of 4.
- Signal B it's a parameter that has a default value of 4, meaning it can change when stamping down the blueprint.
I EXPECTED the values to be signal based, which it isn't.
Also tried
- Setting B to be 1000.
- Setting B to be a parameter and changing the value 1000 to 4 on the blueprint parametrisation screen.