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