I have two actors:
- package1: doesn’t have child actors
- package2: it have 5 child actors
When in my blueprint I call Spawn actor from Class and then AttachToActor, package1 works fine, but with package2 throw an error log.
This is the blueprint:
and this is the error log (one error for each child actor):
How I can resolve this error?
Thanks!!