Visual Studio snippets

Visual Studio Snippets could be very useful, that’s why I’ve created a public repo with few examples.
Currently, there are logging snippets (UE_LOG), but you can feel free to create pull requests or paste new ones in this thread.

Repo:
https://github.com/mpolaczyk/ue4snippets

Adding snippet:

Method 1) Paste .snippet files into: C:\Users$user$\Documents\Visual Studio 2013\Code Snippets\Visual C++\My Code Snippets. Then restart VS.

Method 2) Open Visual Studio, TOOLS -> Code Snippets Manager… -> Import…

Cheers!