Skip to content

Instantly share code, notes, and snippets.

@INZAME
Created December 8, 2021 20:32
Show Gist options
  • Select an option

  • Save INZAME/0b0a030d33bf817519597b2af4734639 to your computer and use it in GitHub Desktop.

Select an option

Save INZAME/0b0a030d33bf817519597b2af4734639 to your computer and use it in GitHub Desktop.
HammUEr plugin rebuild for custom UE4 fork (for e.x. VXGI)
1. Create new UE4 project
2. Create <project_path>/Plugins folder and move HammUEr files
3. Remove <project_path>/Plugins/HammUEr/Binaries folder (just because why not)
4. (optional) add #pragma warning(disable : 4834) to <project_path>/Plugins/HammUEr/Source/HammUEr/Private/HammUErPrivatePCH.h
5. Open Command Prompt and type
cd <Custom_Build_Root_Path>/Engine/Binaries/DotNET/
UnrealBuildTool.exe Development Win64 -Project="<project_path>/<project_name>.uproject" -TargetType=Editor -Progress -NoHotReloadFromIDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment