-
Notifications
You must be signed in to change notification settings - Fork 4.7k
API/Way to send signal to Unreal? #1046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes. I know that API... But I was looking for something like a flag that I can then use with UE blueprints. (I need to reset more things than just the drone. Otherwise the API you suggested would be ideal). But thanks for the reply! |
It might be good to add API that calls specified Blueprint function somewhere. |
Internal VSTF 7432 |
related to #675 |
This issue has been automatically marked as stale because it has not had activity from the community in the last year. It will be closed if no further activity occurs within 20 days. |
Hey there!
Is there an API or a way to send a signal to Unreal from a python script? (Something that allows me to change a variable in Unreal or that can be used as an event trigger).
I'm using AirSim for reinforcement learning (with the drone) and I need to reset the world for the different iterations of the learning process (by reseting the world I mean having the drone again in a start position ready to fly, as if it was launching for the first time).
I've already managed to do this using Unreal Engine blueprints but right now I'm pressing one of my keyboard keys as the event that triggers the reset.
(Sorry in advance if this is not the right place to ask this question 🙂 )
The text was updated successfully, but these errors were encountered: