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.
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