I need the widget to be completely removed from memory and not absorb inputs.
In BPs? Remove it from the viewport / container, dereference it. Wait for the Garbage Collection
to scoop it up. Or call Collect Garbage
if you cannot wait.
This is mostly automatic unless you manually create hard references. Widget components also maintain the lifecycle themselves as well, in case that matters.
Is there any tool that allows you to understand what is referencing this widget (or is it necessary to make this widget not referencing anything else)?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.