How to send value to blueprint from code?

You want to define default value of your C++ variables in .h file.

Something like:

UPROPERTY(EditAnywhere, BlueprintReadWrite) 
FString st_Name_Key = "core";