You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to decompile the data from the AVolumes with the UPolys and the UModels and the output window appears blank, and I am using the UE Explorer source code but the numbers appear negative in the Polys Array.
Screenshots:
UPolys Output:
UModel Output:
Error in debugger when you try UPolys:
The text was updated successfully, but these errors were encountered:
Unfortunately UModel and UPolys are expected to have an empty output, despite the fact that UELib has deserialization support for those objects.
This is because the current decompiler only supports decompilation of so called script-properties (FPropertyTag) where as UPolys and UModel contain a bunch of intrinsic properties (which are deserialized by hand so to speak)
I am trying to decompile the data from the AVolumes with the UPolys and the UModels and the output window appears blank, and I am using the UE Explorer source code but the numbers appear negative in the Polys Array.
Screenshots:
UPolys Output:
UModel Output:
Error in debugger when you try UPolys:
The text was updated successfully, but these errors were encountered: