Hello, all!
A slightly technical question, can't really find anything similar here.
Is there a way to access ANY object by its UID inside any expression?
As an example, if we knew the UID of an object and needed to get its X coordinate from some event where this object never even comes up, could we do something like this:
AllObjects(UID).X
Maybe I'm just used to a similar approach from some macro programming, but if there was a way to access things using indexes easily that' d be awesome. If there isn't this is a nice feature to have