[UE4]事件代理,无输出参数,蓝图中不需要绑定
.h
UFUNCTION(BlueprintImplementableEvent, meta=(DisplayName = "LoginSuccess")) void LoginSuccess();
.cpp
LoginSuccess();
.h
UFUNCTION(BlueprintImplementableEvent, meta=(DisplayName = "LoginSuccess")) void LoginSuccess();
.cpp
LoginSuccess();