Hi Epok,
I am sorry, but no it is not possible to change the default variable name for newly added components. This is because the sequence of events that occurs after selecting a new component class essentially calls NewObject
by passing in NAME_None
for the object’s name. Doing so internally generates a new name for the component based off of its class name.