For quite a while I have been trying to figure out how to find out what effects the player knows for any one ingredient. I reached out to one of the SKSE developers requesting if this could be decoded for a future SKSE release. He thought that the known effects can already be determined by using the PlayerKnows Papyrus function. However, I have already looked into it and that was not the case. The PlayerKnows function does not work on Ingredients. The reason is not only do you need to pass the effect you want to check, but also the corresponding ingredient.
If anyone has any Idea's please let me know. Also, If someone else has connections with the SKSE guys, that would be great too. I have tried to reach out to them a second time and they have not responded.
I have a very useful mod that I would like to publish, but I am missing this key component. SKSE has the GetNthEffectMagicEffect functions that give me all of the effects, but it would be nice to know if they are "Known" or not.
Thanks