There’s no explicit destruction call in UMG. If the widgets are either referenced by the ref counted slate widgets, or by the GC’ed UObject system it will remain in memory.
2 Likes
There’s no explicit destruction call in UMG. If the widgets are either referenced by the ref counted slate widgets, or by the GC’ed UObject system it will remain in memory.