Blueprint Clock Symbol

The old signature looks like this. It didn’t have latent in the meta.

UFUNCTION(BlueprintCallable, Category = "PlayFab | Client | Authentication ", meta = (BlueprintInternalUseOnly = “true”, DeprecatedFunction))
static UPlayFabClientAPI* LoginWithEmailAddress(FClientLoginWithEmailAddressRequest request);

It has something to do with the return type.

I am able to use delegates and still get the clock icon.

Changing to a void return type the clock icon goes away…