Eliot's Forum
Default Properties Don't Always Decompile Properly [Unreal 227h] - Printable Version

+- Eliot's Forum (https://eliotvu.com/forum)
+-- Forum: UE Explorer (https://eliotvu.com/forum/forumdisplay.php?fid=1)
+--- Forum: General (https://eliotvu.com/forum/forumdisplay.php?fid=3)
+---- Forum: Issues (https://eliotvu.com/forum/forumdisplay.php?fid=4)
+---- Thread: Default Properties Don't Always Decompile Properly [Unreal 227h] (/showthread.php?tid=12)



Default Properties Don't Always Decompile Properly [Unreal 227h] - titegtnodI - 04-07-2012

Default Properties sometimes decompile incorrectly. Not sure why this happens, maybe it's when they have a subclass the parent mimics the subclass's changes, I have no idea.

If you want a mod that decompiles incorrectly PM me.


RE: Default Properties Don't Always Decompile Properly [Unreal 227h] - eliot - 04-07-2012

I'm gonna make an assumption that you're talking about array's right? In that case it's most likely because that specific property is missing some significant information which most likely resists in a dependent package which is something UE Explorer does not connect.


RE: Default Properties Don't Always Decompile Properly [Unreal 227h] - titegtnodI - 04-07-2012

(04-07-2012, 05:32 AM)eliot Wrote: I'm gonna make an assumption that you're talking about array's right? In that case it's most likely because that specific property is missing some significant information which most likely resists in a dependent package which is something UE Explorer does not connect.

Not an array, just a boolean. I made a template for Unreal 227h (if that's what you mean by dependencies) and 99% of things decompile with the correct properties which have this same boolean. The only thing I see different is that it had a subclass.