Hi, I am making a skill shot ability using the raynor laser splat model.
I got the model to work using an Actor:
Actor
Type : (Arc) Parent : (Guide Visual Arc)
The problem is when I use the ability, the actor stays alive until the ability is completely finished, and if I cancel the ability the actor stays alive for about 2 seconds then destroys itself. I need the actor to destroy immediately when the ability is canceled or if the ability is used.
Here are the actor fields:
As you can see from the events I tried multiple things to destroy the actor, but none worked. Anyone have any idea how I can get it to be destroyed immediately?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Thanks a lot, it worked perfectly.
Hi, I am making a skill shot ability using the raynor laser splat model.
I got the model to work using an Actor: Actor Type : (Arc) Parent : (Guide Visual Arc)
The problem is when I use the ability, the actor stays alive until the ability is completely finished, and if I cancel the ability the actor stays alive for about 2 seconds then destroys itself. I need the actor to destroy immediately when the ability is canceled or if the ability is used.
Here are the actor fields:
As you can see from the events I tried multiple things to destroy the actor, but none worked. Anyone have any idea how I can get it to be destroyed immediately?