You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing a methods requires preparig a promise and storying it while
waiting for the messege reaches the service and a response is delivered
back to the client.
This commit provides a method helper which allow storing promisses for
certain result types.
This object is stored globally (the client is anyway a subsystem).
TFunction<void(bool)> notifyIsReady = [](bool value) { (void)value; UE_LOG(Log{{$Iface}}Client_JNI, Warning, TEXT("notifyIsReady used but not set ")); };
122
139
{{- range.Interface.Properties }}
123
140
TFunction<void({{ueReturn "".}})> on{{Camel .Name}}ChangedEmpty = []({{ueReturn "".}} value) { (void)value; UE_LOG(Log{{$Iface}}Client_JNI, Warning, TEXT("on{{Camel .Name}}Changed used but not set ")); };
0 commit comments