Skip to content

Commit 51878bd

Browse files
lazorr410UE4SS
authored andcommitted
fix: SHf add ClassCastFlags
1 parent 74db633 commit 51878bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/CustomGameConfigs/Silent Hill F/MemberVariableLayout.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ClassConfigName = 0xD8
1515
ClassConstructor = 0xA0
1616
ClassDefaultObject = 0x100
1717
ClassFlags = 0xC4
18+
ClassCastFlags = 0xC8
1819
ClassUnique = 0xB8
1920
ClassVTableHelperCtorCaller = 0xA8
2021
ClassWithin = 0xD0
@@ -222,9 +223,9 @@ MetaClass = 0x78
222223
PropertyClass = 0x70
223224

224225
[UScriptStruct]
225-
CppStructOps = 0xB8
226-
StructFlags = 0xB0
227-
bPrepareCppStructOpsCompleted = 0xB4
226+
CppStructOps = 0xA8
227+
StructFlags = 0xA0
228+
bPrepareCppStructOpsCompleted = 0xA4
228229

229230
[UScriptStruct::ICppStructOps]
230231
Alignment = 0xC

0 commit comments

Comments
 (0)