I’m a blueprint programmer and I am trying to learn more about cpp.
One thing that helped me a lot with learning blueprints is that you have the palette so that you dont need to remember so much.
It also allows you to not need to ever write the same thing twice.
Is there a way to browse cpp templates or script snippets? I am using Rider. An example here:
UE_LOG(LogTemp, Display, TEXT("Message"))
Is there a way I could either find or add a snippet like that to some sort of database so that I never need to type it out manually again?
thanks @pezzott1 , that seems like a good idea, I could start building my own little library as I go along.
i saw something about “live templates” but the instructions how to use it is over my head for the time being. I think that may be an official way to save “snippets”. But what I’m also curious about is if there is not some libraries already somewhere? like a plugin you could install that includes lots of commonly used snippets with some descriptions.