[Question] BP - Accessing default values of a variables

Sorry, I meant how to access a variable’s default from the event graph?

For instance: I modify a weapon’s damage from a BP function, then after some time, I want to set it back to whatever its default was (without having to save the default value in another variable).

In other words, the BP equivalent of:

GetClass()->GetDefaultObject()->SomeProperty