- Create a blueprint function.
- Add an Input of any struct type, e.g. Box.
- Right-click on the input and select “Split Struct Pin”.
- Change the input type to a Boolean. Notice that the Box pins are still there.
- Compile the function. It compiles successfully, even though the input type has changed and it’s not reflected in the editor.
The same happens with output parameters.