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
When an object has a second internal object (in my case a TArray), it is copying its reference instead of the content, however when I destroy the source object it generates an "invalid pointer operation" error, precisely because the reference assigned to the mapped object refer to the previous one.
the object (the destination object has the same fields):
the code:
the error:
The text was updated successfully, but these errors were encountered:
When an object has a second internal object (in my case a TArray), it is copying its reference instead of the content, however when I destroy the source object it generates an "invalid pointer operation" error, precisely because the reference assigned to the mapped object refer to the previous one.
the object (the destination object has the same fields):
the code:
the error:
The text was updated successfully, but these errors were encountered: