Blueprint not accessible to c++ code(function)

Hello, Everyone out there I am facing a problem on calling of function defined in c++ code for instance I have declared UFUNCTION(BlueprintCallable) and defined it in .cpp file as per the documented forums but when I want to cast it over Blueprint it is not getting reflected in Blueprint nodes creation.