Skip to content

This is an example project which uses the Enhanced Code Flow plugin for UE4.

License

Notifications You must be signed in to change notification settings

zompi2/UE4EnhancedCodeFlowExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enhanced Code for Unreal Engine - Example Project

This is an example project which uses the Enhanced Code Flow plugin for Unreal Engine.
The plugin is located in this repository.
This example works ONLY with the main branch of the plugin.
This example requires Unreal Engine 5. The last version of the example project that can be used with UE4 can be found in this legacy repository.
This repository has a submodule that points to the repository with the plugin.

Working with submodules

To clone this repository with a submodule use:
git clone --recursive https://github.com/zompi2/UE4EnhancedCodeFlowExample.git .

To add a submodule to an already cloned repository use:
git submodule update --init

To update this repository and the submodule use:

git fetch
git pull
git submodule update --remote

About

This is an example project which uses the Enhanced Code Flow plugin for UE4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published