In the Registry there are entries with type REG_MULTI_SZ which contain hex values, separated by 00. I wanted to be able to past that into UE and then tell it to convert to text but don't see a function for that. I then thought I could enter it as a hex string in UE and be able to use Ctrl-H to flip from hex view but it assumes I start in text mode and doesn't recognize the string as hex data. Any thoughts on how to get what I want? Here is an example of registry data:
31,00,32,00,33,00,67,00,72,00,65,00,65,00,74,00,69,00,6e,00,67,00,73,00,2e,00,63,00,6f,00,6d,00,00,00
This converts to "123greetings.com"
31,00,32,00,33,00,67,00,72,00,65,00,65,00,74,00,69,00,6e,00,67,00,73,00,2e,00,63,00,6f,00,6d,00,00,00
This converts to "123greetings.com"