C++ UENUM in BluePrint "Enum to String" Returns different values in Android/Windows

I found solution for myself, that might works for you all as well.
I’ve added underscore ‘_’ in each of my enum value where spacebar ’ ’ is required.
Then in my blueprint I use Unreal Engine’s “Enum to String” function and after that I use function “Replace” of FString class.