Auto Accessors Plugin eliminates the manual work of creating accessor functions in Blueprints. With a single click, automatically generate properly structured getter and setter functions for any variable, including individual struct members.
Example:
I have a blueprint variable named "Health". I can use Auto Accessors to instantly generate a "GetHealth" and "SetHealth" function for me that can be called from other blueprints. If I have a large struct (structure) with multiple variables, it can generate Get and Set functions for each of the variables in the struct in a single click as well.