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. Renaming using core redirects in Unreal Engine 5
  5. 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 Empty Class in Unreal Engine 5 C++
  6. Boilerplate UActorComponent in Unreal Engine 5 C++
  7. Boilerplate UAnimInstance in Unreal Engine 5 C++
  8. Boilerplate UBlueprintFunctionLibrary in Unreal Engine 5 C++
  9. Boilerplate UObject in Unreal Engine 5 C++
  10. Boilerplate USceneComponent in Unreal Engine 5 C++
  11. Casting in Unreal Engine 5 C++
  12. Check if running in editor in Unreal Engine 5 C++
  13. Compare floats using FMath::IsNearlyEqual() & FMath::IsNearlyZero() in Unreal Engine 5 C++
  14. Create custom reusable Objects in Unreal Engine 5 C++
  15. CreateDefaultSubobject() & NewObject() in Unreal Engine 5 C++
  16. Draw Debug shapes in Unreal Engine 5 C++
  17. Exposing static variables and functions via BlueprintFunctionLibrary in Unreal Engine 5 C++
  18. Get All Active Montages from UAnimInstance in Unreal Engine 5 C++
  19. Invoke grandparent method using Super::Super:: in Unreal Engine 5 C++
  20. Invoking UFunction by name via ProcessEvent in Unreal Engine 5 C++
  21. Naming Conventions in Unreal Engine 5 C++
  22. Oneshot lambda binding to a multicast delegate in Unreal Engine 5 C++
  23. Printing & Logging in Unreal Engine 5 C++
  24. Setter-Getter functions in Unreal Engine 5 C++
  25. Timers in Unreal Engine 5 C++
  26. TMap, TArray, TSet containers in Unreal Engine 5 C++
  27. TSubclassOf in Unreal Engine 5 C++
  28. UCLASS in Unreal Engine 5 C++
  29. UDELEGATE in Unreal Engine 5 C++
  30. UENUM in Unreal Engine 5 C++
  31. UFUNCTION in Unreal Engine 5 C++
  32. UINTERFACE in Unreal Engine 5 C++
  33. UPROPERTY in Unreal Engine 5 C++
  34. USTRUCT in Unreal Engine 5 C++