reznok / GMCAbilitySystem

An Unreal Engine plugin that adds an ability system to the General Movement Component plugin
MIT License
31 stars 14 forks source link

Need an Ability That Teleports #8

Closed reznok closed 7 months ago

reznok commented 7 months ago

Should show of the teleporting capability. The ASC already binds a bJustTeleported that can be set from abilities. Just need to show it in action!

Ability Idea:

While holding down an input, on the client side, draw an actor on the ground at mouse position (could just be a cube). On input release, teleport to that location.

petegilb commented 7 months ago

closing and moving to demo repo