[UE4]事件代理,无输出参数,蓝图中不需要绑定

.h

UFUNCTION(BlueprintImplementableEvent, meta=(DisplayName = "LoginSuccess"))
void LoginSuccess();

.cpp

LoginSuccess();

posted on 2018-03-31 21:40  一粒沙  阅读(958)  评论(0编辑  收藏  举报