Multiple Property Windows ?
-
Hey guys,
I’m working with the UDK, and trying to compare the properties of two objects side by side. Sadly, the SDK doesn’t seem to be able to do this - it always replaces the content of the properies window with whichever object is currently selected.
Is there a way to easily compare the properties of two distinct objects? Would really be a great help if somebody could answer!
Nightrise
-
You can copy an object, paste it into a text editor, do the same with another object, then diff the two. Objects pasted into text fields come out as a nice list of their properties. There might be a friendlier way of comparing two objects that I’ve missed though.