Hey everyone! It’s my first week on UE, sorry if the question is too basic. I was going to ask can I use Enums as multiple functions. I made Math Interaction Enum with “Plus, divide etc” inside, I want to combine it with my stats enum. I want to select a stat and math interaction and get the result returned. Thanks in advance!
You need to create struct that has your enum, and values you want add.
Then you need to create your own functions that “add” such structs.
Thanks a lot for the help!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.