Welcome to SourceSnippet

Come. Copy. Leave. As simple as that!


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. Regex for Log output prefix in Unreal Engine 5
  4. 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. Blueprint Function Library in Unreal Engine 5 C++
  3. Boilerplate AActor in Unreal Engine 5 C++
  4. Boilerplate ACharacter in Unreal Engine 5 C++
  5. Boilerplate APawn in Unreal Engine 5 C++
  6. Boilerplate Empty Class in Unreal Engine 5 C++
  7. Boilerplate UActorComponent in Unreal Engine 5 C++
  8. Boilerplate UObject in Unreal Engine 5 C++
  9. Boilerplate USceneComponent in Unreal Engine 5 C++
  10. Casting in Unreal Engine 5 C++
  11. Compare floats using FMath::IsNearlyEqual() & FMath::IsNearlyZero() in Unreal Engine 5 C++
  12. CreateDefaultSubobject() & NewObject() in Unreal Engine 5 C++
  13. Draw Debug shapes in Unreal Engine 5 C++
  14. Edit Custom Object in Editor in Unreal Engine 5 C++
  15. Exposing static constant to blueprint in Unreal Engine 5 C++
  16. Invoke grandparent method using Super::Super:: in Unreal Engine 5 C++
  17. Naming Conventions in Unreal Engine 5 C++
  18. Oneshot lambda binding to a multicast delegate in Unreal Engine 5 C++
  19. Printing & Logging in Unreal Engine 5 C++
  20. Setter-Getter functions in Unreal Engine 5 C++
  21. Timers in Unreal Engine 5 C++
  22. TMap, TArray, TSet containers in Unreal Engine 5 C++
  23. TSubclassOf in Unreal Engine 5 C++
  24. UClass in Unreal Engine 5 C++
  25. UDelegate in Unreal Engine 5 C++
  26. UEnum in Unreal Engine 5 C++
  27. UFunction in Unreal Engine 5 C++
  28. UInterface in Unreal Engine 5 C++
  29. UProperty in Unreal Engine 5 C++
  30. UStruct in Unreal Engine 5 C++