How to change the name of target build?

Seems need not only rename .cs files and it inside, but and .cpp and .h all files and inside it search old names and replace it…
for example UCLASS()
class SD_API ACPP_char : public ACharacter
replace to

UCLASS()
class trampampam_API ACPP_char : public ACharacter. there trampampam is your new project name…