Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Steps

  1. Add AC_Cavrnus_SyncMove to BP_BasePawn

image-20240613-225916.pngImage Added

  1. Add event dispatcher to TransformManager to broadcast changes made to the ModifiedActors array.

image-20240613-230155.pngImage Added

image-20240613-230211.pngImage Added

  1. In the same TransformManager blueprint, locate the AddTransformActor function and add the shown logic.

image-20240613-230658.pngImage Added

image-20240613-230709.pngImage Added

  1. Move command is now synced!