Welcome to SourceSnippet

- Years of experience, Stored in snippets


C++

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

JavaScript

  1. Print Readable Date in JavaScript

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

Unreal Engine 5

  1. Build Project in Unreal Engine 5 on Ubuntu Linux
  2. Necessary files & folders to recreate project in Unreal Engine 5
  3. Setup for new project in Unreal Engine 5 on Ubuntu Linux

Unreal Engine 5 C++

  1. #include paths absolute to project root in Unreal Engine 5 C++
  2. Boilerplate AActor in Unreal Engine 5 C++
  3. Boilerplate ACharacter in Unreal Engine 5 C++
  4. Boilerplate APawn in Unreal Engine 5 C++
  5. Boilerplate UActorComponent in Unreal Engine 5 C++
  6. Boilerplate UObject in Unreal Engine 5 C++
  7. Boilerplate USceneComponent in Unreal Engine 5 C++
  8. Casting in Unreal Engine 5 C++
  9. CreateDefaultSubobject() & NewObject() in Unreal Engine 5 C++
  10. Edit Custom Object in Editor in Unreal Engine 5 C++
  11. Exposing static constant to blueprint in Unreal Engine 5 C++
  12. Naming Conventions in Unreal Engine 5 C++
  13. Oneshot lambda binding to a multicast delegate in Unreal Engine 5 C++
  14. Printing & Logging in Unreal Engine 5 C++
  15. Setter-Getter functions in Unreal Engine 5 C++
  16. Timers in Unreal Engine 5 C++
  17. TMap, TArray, TSet containers in Unreal Engine 5 C++
  18. TSubclassOf in Unreal Engine 5 C++
  19. UClass in Unreal Engine 5 C++
  20. UDelegate in Unreal Engine 5 C++
  21. UEnum in Unreal Engine 5 C++
  22. UFunction in Unreal Engine 5 C++
  23. UInterface in Unreal Engine 5 C++
  24. UProperty in Unreal Engine 5 C++
  25. UStruct in Unreal Engine 5 C++