UnrealCSharp
UnrealCSharp copied to clipboard
控件蓝图中的委托绑定只创建,而不会销毁
Button.OnClicked.Add(Owner, ()=>{
});
当Button或者Owner销毁时,需要销毁委托