@rlsdk/steam 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/classes/Core.ts +57 -34
- package/classes/Engine.ts +1 -0
- package/classes/OnlineSubsystemEOS.ts +119 -49
- package/classes/ProjectX.ts +150 -29
- package/classes/TAGame.ts +1341 -835
- package/enums/Core.ts +22 -0
- package/enums/Engine.ts +2 -1
- package/enums/TAGame.ts +39 -3
- package/offsets/Core.ts +45 -34
- package/offsets/OnlineSubsystemEOS.ts +86 -48
- package/offsets/ProjectX.ts +154 -55
- package/offsets/TAGame.ts +1368 -865
- package/offsets/globals.ts +2 -2
- package/package.json +1 -1
- package/parameters/Core.ts +82 -0
- package/parameters/Engine.ts +8 -0
- package/parameters/OnlineSubsystemEOS.ts +170 -1
- package/parameters/ProjectX.ts +208 -9
- package/parameters/TAGame.ts +1563 -66
- package/structs/ProjectX.ts +23 -16
- package/structs/TAGame.ts +210 -4
package/offsets/ProjectX.ts
CHANGED
|
@@ -350,6 +350,16 @@ export const __EpicFriendsPlugin_X__RemoveFriend_0x1 = {
|
|
|
350
350
|
...Object_,
|
|
351
351
|
} as const;
|
|
352
352
|
|
|
353
|
+
/**
|
|
354
|
+
* ProjectX.__EpicFriendsPlugin_X__Unblock_0x1 Offsets
|
|
355
|
+
* Size: 0x0070
|
|
356
|
+
* Extends: Object_
|
|
357
|
+
*/
|
|
358
|
+
export const __EpicFriendsPlugin_X__Unblock_0x1 = {
|
|
359
|
+
CapturedParams: 0x0060n, // 0x0060 (0x0010) [TArray<FHTTPRequestCapturedParam>]
|
|
360
|
+
...Object_,
|
|
361
|
+
} as const;
|
|
362
|
+
|
|
353
363
|
/**
|
|
354
364
|
* ProjectX.__EpicLogin_X__HandleLoginChanged_0x1 Offsets
|
|
355
365
|
* Size: 0x0061
|
|
@@ -735,11 +745,12 @@ export const __OnlineGameReservations_X__RecordReservation_0x1 = {
|
|
|
735
745
|
|
|
736
746
|
/**
|
|
737
747
|
* ProjectX.__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2 Offsets
|
|
738
|
-
* Size:
|
|
748
|
+
* Size: 0x0178
|
|
739
749
|
* Extends: Object_
|
|
740
750
|
*/
|
|
741
751
|
export const __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2 = {
|
|
742
752
|
GEngine: 0x0060n, // 0x0060 (0x0008) [UEngine*]
|
|
753
|
+
PlayerRes: 0x0068n, // 0x0068 (0x0110) [FReservationData]
|
|
743
754
|
...Object_,
|
|
744
755
|
} as const;
|
|
745
756
|
|
|
@@ -1193,6 +1204,46 @@ export const __RPCQueue_X__CreateBatchSingleRPC_0x1 = {
|
|
|
1193
1204
|
...Object_,
|
|
1194
1205
|
} as const;
|
|
1195
1206
|
|
|
1207
|
+
/**
|
|
1208
|
+
* ProjectX.__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1 Offsets
|
|
1209
|
+
* Size: 0x00a8
|
|
1210
|
+
* Extends: Object_
|
|
1211
|
+
*/
|
|
1212
|
+
export const __ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1 = {
|
|
1213
|
+
PlayerID: 0x0060n, // 0x0060 (0x0048) [FUniqueNetId]
|
|
1214
|
+
...Object_,
|
|
1215
|
+
} as const;
|
|
1216
|
+
|
|
1217
|
+
/**
|
|
1218
|
+
* ProjectX.__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1 Offsets
|
|
1219
|
+
* Size: 0x0070
|
|
1220
|
+
* Extends: Object_
|
|
1221
|
+
*/
|
|
1222
|
+
export const __ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1 = {
|
|
1223
|
+
EpicAccountId: 0x0060n, // 0x0060 (0x0010) [FString]
|
|
1224
|
+
...Object_,
|
|
1225
|
+
} as const;
|
|
1226
|
+
|
|
1227
|
+
/**
|
|
1228
|
+
* ProjectX.__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1 Offsets
|
|
1229
|
+
* Size: 0x00a8
|
|
1230
|
+
* Extends: Object_
|
|
1231
|
+
*/
|
|
1232
|
+
export const __ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1 = {
|
|
1233
|
+
PlayerID: 0x0060n, // 0x0060 (0x0048) [FUniqueNetId]
|
|
1234
|
+
...Object_,
|
|
1235
|
+
} as const;
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* ProjectX.__ServerPlayerIdCache_X__RegisterPlayer_0x1 Offsets
|
|
1239
|
+
* Size: 0x00a8
|
|
1240
|
+
* Extends: Object_
|
|
1241
|
+
*/
|
|
1242
|
+
export const __ServerPlayerIdCache_X__RegisterPlayer_0x1 = {
|
|
1243
|
+
PlayerID: 0x0060n, // 0x0060 (0x0048) [FUniqueNetId]
|
|
1244
|
+
...Object_,
|
|
1245
|
+
} as const;
|
|
1246
|
+
|
|
1196
1247
|
/**
|
|
1197
1248
|
* ProjectX.__ServerPlayerTracker_X__AddPlayer_0x1 Offsets
|
|
1198
1249
|
* Size: 0x00a8
|
|
@@ -1963,6 +2014,42 @@ export const AnimNotify_PlayParticleEffect_X = {
|
|
|
1963
2014
|
...AnimNotify_PlayParticleEffect,
|
|
1964
2015
|
} as const;
|
|
1965
2016
|
|
|
2017
|
+
/**
|
|
2018
|
+
* Core.ErrorList Offsets
|
|
2019
|
+
* Size: 0x0080
|
|
2020
|
+
* Extends: Object_
|
|
2021
|
+
*/
|
|
2022
|
+
export const ErrorList = {
|
|
2023
|
+
LocalizationPackage: 0x0060n, // 0x0060 (0x0010) [FString]
|
|
2024
|
+
LocalizationSection: 0x0070n, // 0x0070 (0x0010) [FString]
|
|
2025
|
+
...Object_,
|
|
2026
|
+
} as const;
|
|
2027
|
+
|
|
2028
|
+
/**
|
|
2029
|
+
* ProjectX.AntiCheatErrors_X Offsets
|
|
2030
|
+
* Size: 0x00b8
|
|
2031
|
+
* Extends: ErrorList
|
|
2032
|
+
*/
|
|
2033
|
+
export const AntiCheatErrors_X = {
|
|
2034
|
+
AntiCheatRequiredForFeature: 0x0080n, // 0x0080 (0x0008) [UErrorType*]
|
|
2035
|
+
PartyAntiCheatRequiredForFeature: 0x0088n, // 0x0088 (0x0008) [UErrorType*]
|
|
2036
|
+
AntiCheatAuthInProgress: 0x0090n, // 0x0090 (0x0008) [UErrorType*]
|
|
2037
|
+
AntiCheatAuthTimeout: 0x0098n, // 0x0098 (0x0008) [UErrorType*]
|
|
2038
|
+
AntiCheatViolation: 0x00a0n, // 0x00a0 (0x0008) [UErrorType*]
|
|
2039
|
+
IntegrityViolation: 0x00a8n, // 0x00a8 (0x0008) [UErrorType*]
|
|
2040
|
+
AntiCheatRequired: 0x00b0n, // 0x00b0 (0x0008) [UErrorType*]
|
|
2041
|
+
...ErrorList,
|
|
2042
|
+
} as const;
|
|
2043
|
+
|
|
2044
|
+
/**
|
|
2045
|
+
* ProjectX.AntiCheatManager_X Offsets
|
|
2046
|
+
* Size: 0x0060
|
|
2047
|
+
* Extends: Object_
|
|
2048
|
+
*/
|
|
2049
|
+
export const AntiCheatManager_X = {
|
|
2050
|
+
...Object_,
|
|
2051
|
+
} as const;
|
|
2052
|
+
|
|
1966
2053
|
/**
|
|
1967
2054
|
* ProjectX.OnlineConfig_X Offsets
|
|
1968
2055
|
* Size: 0x0078
|
|
@@ -2327,7 +2414,7 @@ export const BlogConfig_X = {
|
|
|
2327
2414
|
|
|
2328
2415
|
/**
|
|
2329
2416
|
* ProjectX.BlogTile_X Offsets
|
|
2330
|
-
* Size:
|
|
2417
|
+
* Size: 0x0178
|
|
2331
2418
|
* Extends: Object_
|
|
2332
2419
|
*/
|
|
2333
2420
|
export const BlogTile_X = {
|
|
@@ -2356,6 +2443,7 @@ export const BlogTile_X = {
|
|
|
2356
2443
|
InfoURL: 0x0138n, // 0x0138 (0x0010) [FString]
|
|
2357
2444
|
InfoButtonText: 0x0148n, // 0x0148 (0x0010) [FString]
|
|
2358
2445
|
TrackingId: 0x0158n, // 0x0158 (0x0010) [FString]
|
|
2446
|
+
EventFolderID: 0x0168n, // 0x0168 (0x0010) [FString]
|
|
2359
2447
|
...Object_,
|
|
2360
2448
|
} as const;
|
|
2361
2449
|
|
|
@@ -2920,17 +3008,6 @@ export const ClubDetails_X = {
|
|
|
2920
3008
|
...ClubSettings_X,
|
|
2921
3009
|
} as const;
|
|
2922
3010
|
|
|
2923
|
-
/**
|
|
2924
|
-
* Core.ErrorList Offsets
|
|
2925
|
-
* Size: 0x0080
|
|
2926
|
-
* Extends: Object_
|
|
2927
|
-
*/
|
|
2928
|
-
export const ErrorList = {
|
|
2929
|
-
LocalizationPackage: 0x0060n, // 0x0060 (0x0010) [FString]
|
|
2930
|
-
LocalizationSection: 0x0070n, // 0x0070 (0x0010) [FString]
|
|
2931
|
-
...Object_,
|
|
2932
|
-
} as const;
|
|
2933
|
-
|
|
2934
3011
|
/**
|
|
2935
3012
|
* ProjectX.ClubErrors_X Offsets
|
|
2936
3013
|
* Size: 0x0130
|
|
@@ -5231,7 +5308,7 @@ export const FNetworkAdapterMetrics = {
|
|
|
5231
5308
|
|
|
5232
5309
|
/**
|
|
5233
5310
|
* ProjectX._Types_X.NewsContent Offsets
|
|
5234
|
-
* Size:
|
|
5311
|
+
* Size: 0x00d4
|
|
5235
5312
|
*/
|
|
5236
5313
|
export const FNewsContent = {
|
|
5237
5314
|
Title: 0x0000n, // 0x0000 (0x0010) [FString]
|
|
@@ -5242,18 +5319,15 @@ export const FNewsContent = {
|
|
|
5242
5319
|
CarName: 0x0050n, // 0x0050 (0x0010) [FString]
|
|
5243
5320
|
Image: 0x0060n, // 0x0060 (0x0010) [TArray<FImageContent>]
|
|
5244
5321
|
Thumbnail: 0x0070n, // 0x0070 (0x0010) [TArray<FImageContent>]
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
ProductID: 0x00e8n, // 0x00e8 (0x0004) [int32]
|
|
5255
|
-
CategoryID: 0x00ecn, // 0x00ec (0x0004) [int32]
|
|
5256
|
-
PlaylistId: 0x00f0n, // 0x00f0 (0x0004) [int32]
|
|
5322
|
+
LinkType: 0x0080n, // 0x0080 (0x0010) [FString]
|
|
5323
|
+
InfoURL: 0x0090n, // 0x0090 (0x0010) [FString]
|
|
5324
|
+
InfoButtonText: 0x00a0n, // 0x00a0 (0x0010) [FString]
|
|
5325
|
+
EventFolderID: 0x00b0n, // 0x00b0 (0x0010) [FString]
|
|
5326
|
+
ShopID: 0x00c0n, // 0x00c0 (0x0004) [int32]
|
|
5327
|
+
ShopItemID: 0x00c4n, // 0x00c4 (0x0004) [int32]
|
|
5328
|
+
ProductID: 0x00c8n, // 0x00c8 (0x0004) [int32]
|
|
5329
|
+
CategoryID: 0x00ccn, // 0x00cc (0x0004) [int32]
|
|
5330
|
+
PlaylistId: 0x00d0n, // 0x00d0 (0x0004) [int32]
|
|
5257
5331
|
} as const;
|
|
5258
5332
|
|
|
5259
5333
|
/**
|
|
@@ -5266,11 +5340,11 @@ export const FNewsPlacement = {
|
|
|
5266
5340
|
|
|
5267
5341
|
/**
|
|
5268
5342
|
* ProjectX._Types_X.NewsTileData Offsets
|
|
5269
|
-
* Size:
|
|
5343
|
+
* Size: 0x00e8
|
|
5270
5344
|
*/
|
|
5271
5345
|
export const FNewsTileData = {
|
|
5272
|
-
ContentFields: 0x0000n, // 0x0000 (
|
|
5273
|
-
Placements:
|
|
5346
|
+
ContentFields: 0x0000n, // 0x0000 (0x00d8) [FNewsContent]
|
|
5347
|
+
Placements: 0x00d8n, // 0x00d8 (0x0010) [TArray<FNewsPlacement>]
|
|
5274
5348
|
} as const;
|
|
5275
5349
|
|
|
5276
5350
|
/**
|
|
@@ -5587,6 +5661,16 @@ export const FPlayerDLCInfo = {
|
|
|
5587
5661
|
TimeLastOwnershipRequest: 0x0070n, // 0x0070 (0x0004) [float]
|
|
5588
5662
|
} as const;
|
|
5589
5663
|
|
|
5664
|
+
/**
|
|
5665
|
+
* ProjectX.ServerPlayerIdCache_X.PlayerIdLink Offsets
|
|
5666
|
+
* Size: 0x0068
|
|
5667
|
+
*/
|
|
5668
|
+
export const FPlayerIdLink = {
|
|
5669
|
+
PlayerID: 0x0000n, // 0x0000 (0x0048) [FUniqueNetId]
|
|
5670
|
+
EpicAccountId: 0x0048n, // 0x0048 (0x0010) [FString]
|
|
5671
|
+
ProductUserId: 0x0058n, // 0x0058 (0x0010) [FString]
|
|
5672
|
+
} as const;
|
|
5673
|
+
|
|
5590
5674
|
/**
|
|
5591
5675
|
* ProjectX._Types_X.PlayerPermissions Offsets
|
|
5592
5676
|
* Size: 0x0010
|
|
@@ -7152,6 +7236,7 @@ export const GameSettingPlaylist_X = {
|
|
|
7152
7236
|
bAllowStayAsParty: 0x009cn, // 0x009c (0x0004) [bool : 0x1000000]
|
|
7153
7237
|
bEnforceEAC: 0x009cn, // 0x009c (0x0004) [bool : 0x2000000]
|
|
7154
7238
|
bAllowEACTerminations: 0x009cn, // 0x009c (0x0004) [bool : 0x4000000]
|
|
7239
|
+
bAllowEACWhitelist: 0x009cn, // 0x009c (0x0004) [bool : 0x8000000]
|
|
7155
7240
|
PlaylistImageURL: 0x00a0n, // 0x00a0 (0x0010) [FString]
|
|
7156
7241
|
PlaylistImageTexture: 0x00b0n, // 0x00b0 (0x0010) [FString]
|
|
7157
7242
|
PlaylistIconActiveURL: 0x00c0n, // 0x00c0 (0x0010) [FString]
|
|
@@ -8764,7 +8849,7 @@ export const OnlineGameServer_X = {
|
|
|
8764
8849
|
|
|
8765
8850
|
/**
|
|
8766
8851
|
* ProjectX.OnlineGameDedicatedServer_X Offsets
|
|
8767
|
-
* Size:
|
|
8852
|
+
* Size: 0x0420
|
|
8768
8853
|
* Extends: OnlineGameServer_X
|
|
8769
8854
|
*/
|
|
8770
8855
|
export const OnlineGameDedicatedServer_X = {
|
|
@@ -8800,16 +8885,17 @@ export const OnlineGameDedicatedServer_X = {
|
|
|
8800
8885
|
MatchRecorderClass: 0x0340n, // 0x0340 (0x0008) [UMatchRecorder_X*]
|
|
8801
8886
|
MatchRecorder: 0x0348n, // 0x0348 (0x0008) [UMatchRecorder_X*]
|
|
8802
8887
|
MatchLog: 0x0350n, // 0x0350 (0x0008) [UMatchLog_X*]
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8810
|
-
|
|
8811
|
-
|
|
8812
|
-
|
|
8888
|
+
PlayerIdCache: 0x0358n, // 0x0358 (0x0008) [UServerPlayerIdCache_X*]
|
|
8889
|
+
PlayerPermissions: 0x0360n, // 0x0360 (0x0008) [UOnlinePlayerPermissions_X*]
|
|
8890
|
+
Config: 0x0368n, // 0x0368 (0x0008) [UServerConfig_X*]
|
|
8891
|
+
PsyNetConfig: 0x0370n, // 0x0370 (0x0008) [UPsyNetConfig_X*]
|
|
8892
|
+
__EventFoundNewDedicatedServerForPlayers__Delegate: 0x0378n, // 0x0378 (0x0018) [FScriptDelegate]
|
|
8893
|
+
__EventAverageMMRChanged__Delegate: 0x0390n, // 0x0390 (0x0018) [FScriptDelegate]
|
|
8894
|
+
__EventPlaylistSet__Delegate: 0x03a8n, // 0x03a8 (0x0018) [FScriptDelegate]
|
|
8895
|
+
__EventPrivateMatchSettingsChanged__Delegate: 0x03c0n, // 0x03c0 (0x0018) [FScriptDelegate]
|
|
8896
|
+
__EventInactive__Delegate: 0x03d8n, // 0x03d8 (0x0018) [FScriptDelegate]
|
|
8897
|
+
__EventActive__Delegate: 0x03f0n, // 0x03f0 (0x0018) [FScriptDelegate]
|
|
8898
|
+
__EventMatchGUIDChanged__Delegate: 0x0408n, // 0x0408 (0x0018) [FScriptDelegate]
|
|
8813
8899
|
...OnlineGameServer_X,
|
|
8814
8900
|
} as const;
|
|
8815
8901
|
|
|
@@ -9137,7 +9223,7 @@ export const OnlineGameReservations_AssignTeamsByParty_X = {
|
|
|
9137
9223
|
|
|
9138
9224
|
/**
|
|
9139
9225
|
* ProjectX.OnlineGameReservations_X Offsets
|
|
9140
|
-
* Size:
|
|
9226
|
+
* Size: 0x01f0
|
|
9141
9227
|
* Extends: Online_X
|
|
9142
9228
|
*/
|
|
9143
9229
|
export const OnlineGameReservations_X = {
|
|
@@ -9154,7 +9240,8 @@ export const OnlineGameReservations_X = {
|
|
|
9154
9240
|
bLockTeams: 0x00c0n, // 0x00c0 (0x0004) [bool : 0x40]
|
|
9155
9241
|
bIsBotMatch: 0x00c0n, // 0x00c0 (0x0004) [bool : 0x80]
|
|
9156
9242
|
bMigrationInProgress: 0x00c0n, // 0x00c0 (0x0004) [bool : 0x100]
|
|
9157
|
-
|
|
9243
|
+
bAwaitingMigrationStart: 0x00c0n, // 0x00c0 (0x0004) [bool : 0x200]
|
|
9244
|
+
bFirstClubDetailsRequestDone: 0x00c0n, // 0x00c0 (0x0004) [bool : 0x400]
|
|
9158
9245
|
Beacon: 0x00c8n, // 0x00c8 (0x0008) [UReservationBeacon_X*]
|
|
9159
9246
|
PingBeacon: 0x00d0n, // 0x00d0 (0x0008) [UUdpPingBeaconServer_X*]
|
|
9160
9247
|
Players: 0x00d8n, // 0x00d8 (0x0010) [TArray<FReservationData>]
|
|
@@ -9162,19 +9249,20 @@ export const OnlineGameReservations_X = {
|
|
|
9162
9249
|
PsynetReservationsTeam1Players: 0x00f8n, // 0x00f8 (0x0010) [TArray<FUniqueNetId>]
|
|
9163
9250
|
TeamPairHistories: 0x0108n, // 0x0108 (0x0010) [TArray<FTeamPairHistory>]
|
|
9164
9251
|
BotNames: 0x0118n, // 0x0118 (0x0010) [TArray<FString>]
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9177
|
-
|
|
9252
|
+
AwaitingMigrationTimeoutSeconds: 0x0128n, // 0x0128 (0x0004) [float]
|
|
9253
|
+
Crossplay: 0x0130n, // 0x0130 (0x0008) [UCrossplayConfig_X*]
|
|
9254
|
+
MapPrefsConfig: 0x0138n, // 0x0138 (0x0008) [UMapPrefsConfig_X*]
|
|
9255
|
+
BeaconConfig: 0x0140n, // 0x0140 (0x0008) [UBeaconConfig_X*]
|
|
9256
|
+
PendingReservations: 0x0148n, // 0x0148 (0x0010) [TArray<FPendingReservation>]
|
|
9257
|
+
GetClubTask: 0x0158n, // 0x0158 (0x0008) [UTAsyncResult__ClubDetails_X*]
|
|
9258
|
+
RankedMatchReservationID: 0x0160n, // 0x0160 (0x0010) [FString]
|
|
9259
|
+
RankedMatchPushedPlayerIDs: 0x0170n, // 0x0170 (0x0010) [TArray<FUniqueNetId>]
|
|
9260
|
+
Clubs: 0x0180n, // 0x0180 (0x0008) [UOnlineClubProvider_X*]
|
|
9261
|
+
JoinName: 0x0188n, // 0x0188 (0x0010) [FString]
|
|
9262
|
+
JoinPassword: 0x0198n, // 0x0198 (0x0010) [FString]
|
|
9263
|
+
__EventReservationsUpdated__Delegate: 0x01a8n, // 0x01a8 (0x0018) [FScriptDelegate]
|
|
9264
|
+
__EventMigrationJoinOccurred__Delegate: 0x01c0n, // 0x01c0 (0x0018) [FScriptDelegate]
|
|
9265
|
+
__bMatchStarted__ChangeNotify: 0x01d8n, // 0x01d8 (0x0018) [FScriptDelegate]
|
|
9178
9266
|
...Online_X,
|
|
9179
9267
|
} as const;
|
|
9180
9268
|
|
|
@@ -10989,6 +11077,7 @@ export const PlaylistSettings_X = {
|
|
|
10989
11077
|
bStartMatchWithFirewallProtections: 0x0098n, // 0x0098 (0x0004) [bool : 0x2000000]
|
|
10990
11078
|
bEnforceEAC: 0x0098n, // 0x0098 (0x0004) [bool : 0x4000000]
|
|
10991
11079
|
bAllowEACTerminations: 0x0098n, // 0x0098 (0x0004) [bool : 0x8000000]
|
|
11080
|
+
bAllowEACWhitelist: 0x0098n, // 0x0098 (0x0004) [bool : 0x10000000]
|
|
10992
11081
|
PlaylistImageURL: 0x00a0n, // 0x00a0 (0x0010) [FString]
|
|
10993
11082
|
PlaylistImageTexture: 0x00b0n, // 0x00b0 (0x0010) [FString]
|
|
10994
11083
|
PlaylistIconActiveURL: 0x00c0n, // 0x00c0 (0x0010) [FString]
|
|
@@ -13729,6 +13818,16 @@ export const ServerMetrics_X = {
|
|
|
13729
13818
|
...MetricsGroup_X,
|
|
13730
13819
|
} as const;
|
|
13731
13820
|
|
|
13821
|
+
/**
|
|
13822
|
+
* ProjectX.ServerPlayerIdCache_X Offsets
|
|
13823
|
+
* Size: 0x0070
|
|
13824
|
+
* Extends: Object_
|
|
13825
|
+
*/
|
|
13826
|
+
export const ServerPlayerIdCache_X = {
|
|
13827
|
+
PlayerIdCache: 0x0060n, // 0x0060 (0x0010) [TArray<FPlayerIdLink>]
|
|
13828
|
+
...Object_,
|
|
13829
|
+
} as const;
|
|
13830
|
+
|
|
13732
13831
|
/**
|
|
13733
13832
|
* ProjectX.ServerPlayerTracker_X Offsets
|
|
13734
13833
|
* Size: 0x00c8
|