You want to define default value of your C++ variables in .h file.
Something like:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
FString st_Name_Key = "core";
You want to define default value of your C++ variables in .h file.
Something like:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
FString st_Name_Key = "core";