When an Actor is duplicated in the editor inside a world partition level it maintains references to the Actor it is a copy of. This can cascade, i.e. Actor C, which is a copy of Actor B which is a copy of Actor A, will have references to both Actor B and A.
This becomes an issue with script delegates, where currently registered script delegates will not have their object references replaced, and instead will contain a list of all of the past duplicated actor references.
E.g. For a concrete example, see ANiagaraActor. In ANiagaraActor::PostRegisterAllComponents, this registers a callback on its UNiagaraComponent's OnSystemFinished delegate. When you then copy this actor, the currently registered callbacks in OnSystemFinished will be copied and the copied Niagara actor then adds its own callback. Copy the actor again to add even more callbacks and object references.
This cannot be directly seen in the editor, but can be observed via a breakpoint or copying the actor into a text editor.
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Teleporter in the Creative Hub is Locked and cannot be accessed
Delay nodes occasionally don't fire the "Completed" output in a nativized build
What method is used to fill polygonal regions when drawing spline mesh at run time?
How to achieve HLSL Multiple Render Target in Material blueprints?
What properties of the progress bar can be used for drag and drop highlighting?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-207411 in the post.
9 |
Component | UE - World Creation - Worldbuilding Tools - World Partition |
---|---|
Affects Versions | 5.3, 5.3.2 |
Target Fix | 5.6 |
Created | Feb 19, 2024 |
---|---|
Updated | Oct 11, 2024 |