From 46d2276a048ef27256b28c0e8aa0ff8764286ea7 Mon Sep 17 00:00:00 2001 From: Krowe Moh <27891447+Krowe-moh@users.noreply.github.com> Date: Tue, 31 Mar 2026 04:03:52 +1100 Subject: [PATCH] Blueprint Decompile is more clean cue4parse update --- CUE4Parse | 2 +- FModel/ViewModels/CUE4ParseViewModel.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CUE4Parse b/CUE4Parse index 267d479e..8fc2c250 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 267d479e721b424e2e913ec195c596b660aa1d09 +Subproject commit 8fc2c250ab0e581878813127610c28e49e947239 diff --git a/FModel/ViewModels/CUE4ParseViewModel.cs b/FModel/ViewModels/CUE4ParseViewModel.cs index 1a1016ff..b9f2fb60 100644 --- a/FModel/ViewModels/CUE4ParseViewModel.cs +++ b/FModel/ViewModels/CUE4ParseViewModel.cs @@ -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;