When I run my animation through in my blueprint it only runs once, every other time I go to open the door, the door ends up opening, automatically, why is this?
EDIT: it fixes itself when you add the close event, I’m not sure how to delete this post
When I run my animation through in my blueprint it only runs once, every other time I go to open the door, the door ends up opening, automatically, why is this?
EDIT: it fixes itself when you add the close event, I’m not sure how to delete this post
Just edit the title with the word (solved) in it
this info might help someone else with the same issue! I think only moderators can close topics.
Or mark @Zii’s comment as the solution.
Hello. I have a same problem and what is solution?
to add Close Event ?!
Hello Dan. Can I make different Event Graph for two different door_BP. Both of this door are instance of the same Blueprint?
I want doors are opened in a different angle
Just make the angle a UPROPERTY
Yes I can make angle UPROPERTY but how can I put it in the Blueprint? and how can use it for different I have one Blueprint for both doors
Make it EditAnywhere and it will show in the details panel
I have two problems:
I don’t know how use UPROPERTY parameter in Blueprint (for example Triggar Mass). Open and Close Event completely I have in Blueprint and not in C++.
In the beginning I thought to create another open Angel int Timeline and how ever connect it to SetActorRotation, but there is a second problem.
when I change something (for example Triggar Mass) for one door_BP. the change applies to all doors.
Can I create independent Event Graph and Timeline for each door?
sorry how can i use Timeline value in multiply result and connect it the variable which I created?

*, select float * float.thank you Dan It’s work fine