Hi, I am managing a server, and getting pretty tired of this log entry spamming the log file:
[2023.01.15-08.46.35:613][263]LogScriptCore:Warning: Script Msg: Attempted to access index 0 from array CallFunc_GetAllActorsWithTag_OutActors of length 0!
[2023.01.15-08.46.35:814][273]LogScriptCore:Warning: Script Msg: Attempted to access index 0 from array CallFunc_GetAllActorsWithTag_OutActors of length 0!
[2023.01.15-08.46.36:021][283]LogScriptCore:Warning: Script Msg: Attempted to access index 0 from array CallFunc_GetAllActorsWithTag_OutActors of length 0!
This particular entry is logged roughly every 200 ms. Any way to filter it out? Or if not, any idea what is causing it?
I have tried to filter it out by adding this to my Engine.ini, in various variations, but with no luck.
[Log.Core]
LogScriptCore:Warning=Warning off
Any help or insight would be much appreciated!