Just downloaded new update to see GetCreativeObjectsWithTag is deprecated, and it does not recommend any alternatives. Does anyone know what has replaced this function?
2 Likes
ah i missed it in the update forum post cause it’s one line, for anyone curious now its FindCreativeObjectsWithTag
3 Likes
No, that is not a solution and it is not 1 line if your code is not in a creative device. In that case you may now be in a pickle.
1 Like
I am trying to undertand how to use this, any ideas?
How to use it? I don´t undertand the new method
Thanks a lot
for (FoundTaggedObject : FindCreativeObjectsWithTag(TAG_HERE{})):
if (FoundDevice := DEVICE_TYPE_HERE[FoundTaggedObject]):
8 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.