We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4e00b commit 17b6493Copy full SHA for 17b6493
1 file changed
src/main/dumpers/schemas/metadata_stringifier.cpp
@@ -49,7 +49,12 @@ std::unordered_set<std::string> g_classWithBrokenDefaults =
49
"Dop26_t",
50
"FourCovMatrices3",
51
"VMixVocoderDesc_t",
52
- "CCitadelPlayerPawn_GraphController2"
+ "CCitadelPlayerPawn_GraphController2",
53
+ "RTProxyBLAS_t",
54
+ "vphysics_save_ragdoll_control_t",
55
+ "CAnimAttachment",
56
+ "CBlockSelectionMetricEvaluator",
57
+ "HitReactFixedSettings_t"
58
};
59
60
// Any function called after this will have uninitialized variables set to zero
0 commit comments