Unreal and failed to set parameter

I’m getting lot’s of these, but I don’t know what even it is referring to, so I can’t fix it.
How can I solve this?

Thanks

You’re probably trying to set that parameter on an event that does not contain said parameter.

The only solution you got here is to know where your blueprint or C++ code does that and check what event is targeted.

That was exactly it. I made sure to add the parameters to misc events and that solved it.

Thanks