Issue with replacing

22)

Up until the replacement of std::string in FBullCowGame.h, I was able to replace variables using the renaming tool. Upon trying to replace std::string with FString, I was presented with this menu, which doesn’t allow me to replace the entirety of std::string, but only std, or string individually

EDIT: Forgot to mention that I tried right clicking and going to rename manually, tried resetting the shortcuts to default, restarting VS, etc

Use find and replace tool (Ctrl+Shift+H)

1 Like

Thanks

Privacy & Terms