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