Skip to content

david-pp/UESnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UESnippets

Unreal Engine Code Example & Snippets

cd $GAMEPROJECT/Source
git clone https://github.com/david-pp/UESnippets.git 

Windows Platform

Environment Values:

UnrealEnginePath=E:\UnrealEngine-4.27.2

Build :

# BuildProgram.bat
@echo off
set PROGRAME=%1
%UnrealEnginePath%\Engine\Binaries\DotNET\UnrealBuildTool.exe %PROGRAME% Win64 Development -Project="%cd%\HelloUE.uproject"
BuildProgram.bat YourSnippet

About

Unreal Engine Code Example & Snippets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published