Welcome to SourceSnippet

- Years of experience, Stored in snippets


Unreal Engine

  1. #include paths absolute to project root in Unreal Engine C++
  2. Casting in Unreal Engine C++
  3. Custom components in Unreal Engine C++
  4. Exposing Static Constant to Blueprint in Unreal Engine C++
  5. Necessary files & folders to recreate project in Unreal Engine
  6. Oneshot Lambda binding to a multicast delegate in Unreal Engine C++
  7. Printing & Logging in Unreal Engine C++
  8. Setter-Getter functions in Unreal Engine C++
  9. TSubclassOf in Unreal Engine C++
  10. UClass in Unreal Engine C++
  11. UDelegate in Unreal Engine C++
  12. UEnum in Unreal Engine C++
  13. UFunction in Unreal Engine C++
  14. UInterface in Unreal Engine C++
  15. UProperty in Unreal Engine C++
  16. UStruct in Unreal Engine C++

Ubuntu

  1. Fixing Error mounting /dev/sdb1 at /media/username/device-name: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error

C++

  1. Declare two variables using MACROS token-pasting operator (##) in C++
  2. Hello World in C++
  3. Virtual Functions in C++