mirror of
https://github.com/4sval/FModel.git
synced 2026-05-07 05:21:31 -05:00
Blueprint Decompile is more clean
cue4parse update
This commit is contained in:
parent
9b53372c2e
commit
46d2276a04
|
|
@ -1 +1 @@
|
|||
Subproject commit 267d479e721b424e2e913ec195c596b660aa1d09
|
||||
Subproject commit 8fc2c250ab0e581878813127610c28e49e947239
|
||||
|
|
@ -1421,7 +1421,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
if (dummy is not UClass || pointer.Object.Value is not UClass blueprint)
|
||||
continue;
|
||||
|
||||
cppList.Add(blueprint.DecompileBlueprintToPseudo(cookedMetaData));
|
||||
cppList.Add(blueprint.DecompileBlueprintToPseudo(pkg.Mappings, cookedMetaData));
|
||||
}
|
||||
|
||||
if (cppList.Count == 0) return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user