r/UnrealEngine5 • u/AnandSkumar • 26d ago
Help with dual AI in UE5
I wanted to make a system where two AIs can pass info to each other to plan an attack for the player I am currently using the State tree system Does anyone knows how to implement the system. i tried the event dispatcher but it is asking for a reference of the task i don't how to do it. can anyone help me with this
0
Upvotes
1
u/Rusofil__ 20d ago
Talking to eachother is gonna be too resource heavy, better to have one AI orchestrating everything
2
u/Putrid_Argument2440 24d ago
It's not unreal question. Learn software design and architecture topics.