Overloading is not supported for Blueprint functions, because function calls are resolved by name only and do not take the parameter list into account. If you attempt to overload it, UBT will print an error of the form:
‘MyFunction’ conflicts with ‘Function /Script/MyModule.MyClass:MyFunction’
See also: Overloading interface functions - UI - Epic Developer Community Forums