Hi, Jean.
The Regex is from the ConvertStringToVector3 Action which is original or from Ecosystem.(I attached pic below)
Yeap, my NPC GameObject got AI (Behavior Designer) on them and they do the Sensor and Action Job, the Decision and Sync Job is done by the Manager. So NPC doesn't send Request to Manager all the time, which depends on the situation (Wander, Pursue, Attack or Hit.....). So the individual string of content is done easily by Manager's Listener FSM and Cached for sending. When the Sending Time comes the Cached strings are combined and Synced.
After the Manager gets the Sync Strings it will do frames of crazy job which split, convert, send to each related NPC's BT.
Here I paste the longest command string I got from DebugLog Action during last editor run:
SceneObjectManager : NPCListener : SendRPC2LMRPC : DebugLog : N^C^M%28%-151.5,0.2,11.5%182.5%-159.0,0.2,-5.1|M%103%-148.4,0.2,0.2%47.1%-143.2,0.2,9.0|M%171%-160.8,0.2,-2.9%206.0%-171.0,0.2,-14.3|M%183%-156.6,0.2,4.7%57.4%-142.3,0.2,10.4|M%232%-159.5,0.2,-0.5%217.2%-159.1,0.2,-2.7|M%233%-157.7,0.2,0.3%281.0%-160.4,0.2,-0.2|M%4%-170.9,0.2,4.7%12.0%-179.0,0.2,14.9|M%29%-155.0,0.2,12.0%171.4%-154.2,0.2,-7.9|M%96%-164.5,0.2,6.9%318.9%-159.0,0.2,12.1|M%167%-151.7,0.2,-3.2%96.7%-152.3,0.2,2.5|M%188%-152.7,0.2,2.3%137.2%-139.7,0.2,-9.3|M%231%-156.5,0.2,0.5%169.1%-161.4,0.2,-7.7|M%34%-165.0,0.2,-10.1%133.2%-149.9,0.2,-4.8|M%55%-168.2,0.2,-3.7%74.7%-164.5,0.2,-3.6|M%87%-151.7,0.2,-9.4%356.9%-145.3,0.2,0.2|M%89%-167.3,0.2,0.6%332.6%-163.5,0.2,6.8|M%104%-152.8,0.2,-8.0%70.3%-150.1,0.2,-12.3|M%126%-152.1,0.2,-6.3%4.8%-148.0,0.2,-3.3|M%129%-163.4,0.2,-3.5%216.8%-168.4,0.2,-22.1|M%131%-156.6,0.2,-7.8%173.9%-161.4,0.2,-16.3|M%137%-164.7,0.2,-0.5%228.1%-165.9,0.2,1.3|M%172%-161.1,0.2,4.5%198.0%-159.8,0.2,-1.0|M%184%-157.9,0.2,-5.3%165.8%-159.5,0.2,-8.1|M%186%-159.4,0.2,-2.5%276.8%-169.2,0.2,-2.3|M%196%-157.3,0.2,4.2%145.1%-155.1,0.2,4.7|M%230%-158.1,0.2,2.1%325.7%-155.2,0.2,12.2|M%234%-154.8,0.2,-0.8%347.7%-154.8,0.2,13.6
(There are 27 NPCs should "Move" to different places last 0.5 sec.)
Please help me with the ConvertStringToVector3's Regex Hurdle. It's beyond my knowledge.