mirror of
https://github.com/4sval/FModel.git
synced 2026-05-07 05:21:31 -05:00
Cleaned Decompiler Output
This commit is contained in:
parent
3163711925
commit
88f3c39eca
|
|
@ -1408,7 +1408,8 @@ public class CUE4ParseViewModel : ViewModel
|
|||
cpp = Regex.Replace(cpp, "__verse_0x[a-fA-F0-9]{8}_", ""); // UnmangleCasedName
|
||||
}
|
||||
cpp = Regex.Replace(cpp, @"CallFunc_([A-Za-z0-9_]+)_ReturnValue", "$1");
|
||||
|
||||
cpp = Regex.Replace(cpp, @"K2Node_DynamicCast_([A-Za-z0-9_]+)", "$1");
|
||||
cpp = Regex.Replace(cpp, @"K2Node_([A-Za-z0-9_]+)", "$1");
|
||||
|
||||
TabControl.SelectedTab.SetDocumentText(cpp, false, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user