UnrealCSharp icon indicating copy to clipboard operation
UnrealCSharp copied to clipboard

控件蓝图中的委托绑定只创建,而不会销毁

Open UnrealKiller opened this issue 1 year ago • 0 comments

Button.OnClicked.Add(Owner, ()=>{

});

当Button或者Owner销毁时,需要销毁委托

UnrealKiller avatar Sep 14 '24 06:09 UnrealKiller