Hi friends, i am newbie of unreal engine. i want find object for call function in object.
Example of Unity c# ;
GameObject.Find(“Object”).GetComponent<MyBlueprint>().callfunction();
Thx for help , sorry for my english
Hi friends, i am newbie of unreal engine. i want find object for call function in object.
Example of Unity c# ;
GameObject.Find(“Object”).GetComponent<MyBlueprint>().callfunction();
Thx for help , sorry for my english
Welcome
I am assuming you want blueprint equivalent of this.
This is documentation:
And blueprint communication:https://youtube.com/watch?v=s5pIrpI7py8https://www.youtube.com/watch?v=xu1a9jFZc7g
Read/Watch above stuff.
For your code closest thing would be:
Quite complicated without picture, so if nobody post that pic here you are better with watching tuts.
Documents and videos not for me but ur comment for me thx Nawrot.
i want this for my dedicated server. i install this system [FREE] VaRest Login System - With PHP and MySQL - Community & Industry Discussion - Epic Developer Community Forums in my vds server. Clients find server actor for call login , register and other function. Do you think it works?
Mhousse1247 , thx bro