Executing overridden blueprint interface functions from C++?

You need to call your function with Execute_ prefix which will call blueprint if function id overrided so Execute_Test(). It’s a function generated by UHT.