PLAYMOCHA
(AntiChromatique)
August 25, 2021, 11:15am
1
Hi everyone !
I have a level where I placed an actor blueprint, it is a simple sphere with a trigger making it disappearing when the AI walks on it.
My goal is to send the vector position xyz of that sphere to my AI controller and being able to connect the data to the move to location > dest pin.
So when I move the sphere in the editor, it will update the “move to location” of the AI controller.
How can I do it ? I haven’t find any clue.
Thanks in advance.
hi @PLAYMOCHA
Here you should get the workflow !
PLAYMOCHA
(AntiChromatique)
August 25, 2021, 1:58pm
3
I know this video, but it doesn’t explain how to send a vector data to an AI Controller…
image|690x367
This is my AI Controller, I want to replace “make vector” with my sphere actor position. But i don’t know how.
PLAYMOCHA
(AntiChromatique)
August 25, 2021, 3:58pm
4
Someone helped me.
For the devs who want to know: you need Get Actor Of Class → make an array → use “for each loop”, then you can get the actor location.
1 Like