Home

Awesome

PredictedMovementExample

This is the third person template example project for the PredictedMovement Plugin.

We use the link branch which links all the classes together via inheritance.

This is for UE5.1.

Cloning Repo

When cloning you should use: git clone https://github.com/Vaei/PredictedMovementExample.git --recurse-submodules

If you don't, you can use this after the fact: git submodule update --init --recursive

Updating Repo

git pull will update your repo for changes to this project BUT it will not retrieve changes to the plugin itself.

For that you must run the command git submodule update --recursive --remote

Example Changes

You can find a note for all changes made to the ThirdPersonTemplate by doing a project-wide search in the source code for EXAMPLE_CHANGE