How to change the Ability Message Icon of the Interact ability?

EVG

Member
How to dynamically change the Ability Message Icon of the Interact ability? For example, I can change the text using the method:
C#:
public string AbilityMessage()
{
    return text;
}
How to change the icon?
 
There isn't an override for this. I will add it on my list of features to add.
 
  • Like
Reactions: EVG
Top