I think the piece that throws GAS Companion further over the edge is:
doing something about the C++ class requirement for Custom Calculation Execution class
I am adding this here so that people can add notes and comments and thoughts.
My thinking is
Below gathering the behind the scenes parts of the execution but before returning the damage result
Create a BluePrintOverridable function that:
Exposes an array of Attribute tags.
Gives BP workspace for calculation
returns a float which = the resulting calculation.
I don't know if this works or not.. but it was jut an idea to throw down.
I think the piece that throws GAS Companion further over the edge is:
doing something about the C++ class requirement for Custom Calculation Execution class
I am adding this here so that people can add notes and comments and thoughts.
My thinking is
Below gathering the behind the scenes parts of the execution but before returning the damage result
Create a BluePrintOverridable function that:
Exposes an array of Attribute tags.
Gives BP workspace for calculation
returns a float which = the resulting calculation.
I don't know if this works or not.. but it was jut an idea to throw down.