Is there a way to open a binary file in UE and then apply a binary structure template somehow such that UE will display the hex data in one pane and in another pane display the data broken up into each value? Something like this example:
Hex Data Data Display
------------------------ ---------------------
02 03 04 05 06 07 08 09 Data point 1: 0203
Data point 2: 04
Data point 2: 050607
Data point 2: 0809
Thanks.
UPDATE:
I just found that 010 Editor has exactly what I'm talking about. It calls them 'binary templates' and a description of them can be found on their website here: http://www.sweetscape.com/010editor/. Does UE have anything like this?
Hex Data Data Display
------------------------ ---------------------
02 03 04 05 06 07 08 09 Data point 1: 0203
Data point 2: 04
Data point 2: 050607
Data point 2: 0809
Thanks.
UPDATE:
I just found that 010 Editor has exactly what I'm talking about. It calls them 'binary templates' and a description of them can be found on their website here: http://www.sweetscape.com/010editor/. Does UE have anything like this?