Default argument for functions with delegates as parameters

I found that properties holding dynamic multicast delegates, and marked as UPROPERTY(BlueprintAssignable) do exactlly the same thing when in BP assign values to them. It would be nice to have similar tag for UFUNCTION, something like BlueprintAutoAssignmentDelegateArguments…