You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using _do on a List where the item type derives from Object, the IDE shows a red syntax squiggle for methods that don't derive from the Object base class:
The code compiles fine, but if highlighted shows the error:
The method 'actor_location()' does not exist for an instance of the class 'Object'
The text was updated successfully, but these errors were encountered:
UE4 Version
4.23.1
SkookumScript Version
4.23.1
Describe the bug

When using
_do
on aList
where the item type derives fromObject
, the IDE shows a red syntax squiggle for methods that don't derive from theObject
base class:The code compiles fine, but if highlighted shows the error:
The text was updated successfully, but these errors were encountered: