@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.
@@ -420,6 +420,7 @@ import type {
420
420
  U__EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_0x1,
421
421
  U__EpicFriendsPlugin_X__RejectFriendRequest_0x1,
422
422
  U__EpicFriendsPlugin_X__RemoveFriend_0x1,
423
+ U__EpicFriendsPlugin_X__Unblock_0x1,
423
424
  U__EpicFriendsPlugin_X__bLock_0x1,
424
425
  U__EpicLogin_X__HandleLoginChanged_0x1,
425
426
  U__EpicLogin_X__RequestNintendoAccountAuthorization_0x1,
@@ -499,6 +500,10 @@ import type {
499
500
  U__RegionConfig_X__GetSubRegions_0x1,
500
501
  U__RemoteAvatarPermissions_X__GetPermissions_0x1,
501
502
  U__RemoteAvatarPermissions_X__SetAvatarPermission_0x1,
503
+ U__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1,
504
+ U__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1,
505
+ U__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1,
506
+ U__ServerPlayerIdCache_X__RegisterPlayer_0x1,
502
507
  U__ServerPlayerTracker_X__AddPlayer_0x1,
503
508
  U__StatusObserver_X__FindByAcceptedType_0x1,
504
509
  U__StatusObserver_X__ObservesTriggerType_0x1,
@@ -673,6 +678,7 @@ import type {
673
678
  FPlayerBlockListenData,
674
679
  FPlayerClubSyncResult,
675
680
  FPlayerDLCInfo,
681
+ FPlayerIdLink,
676
682
  FPlayerPermissionsList,
677
683
  FPlayerSeasonRewardProgress,
678
684
  FPlayerSkillRating,
@@ -1007,6 +1013,15 @@ export type __EpicFriendsPlugin_X__RemoveFriend_0x1___EpicFriendsPlugin_X__Remov
1007
1013
  ResponseCode: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
1008
1014
  };
1009
1015
 
1016
+ /**
1017
+ * Function ProjectX.__EpicFriendsPlugin_X__Unblock_0x1.__EpicFriendsPlugin_X__Unblock_0x1
1018
+ */
1019
+ export type __EpicFriendsPlugin_X__Unblock_0x1___EpicFriendsPlugin_X__Unblock_0x1_Params = {
1020
+ R: UEOS_ManageBlockListResponse; // 0x0000 (0x0008) [UEOS_ManageBlockListResponse*] [CPF_Parm]
1021
+ E: UError; // 0x0008 (0x0008) [UError*] [CPF_Parm]
1022
+ ResponseCode: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
1023
+ };
1024
+
1010
1025
  /**
1011
1026
  * Function ProjectX.__EpicLogin_X__HandleLoginChanged_0x1.__EpicLogin_X__HandleLoginChanged_0x1
1012
1027
  */
@@ -1326,6 +1341,15 @@ export type __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2___Online
1326
1341
  P: FMigrationReservationData; // 0x0000 (0x0108) [FMigrationReservationData] [CPF_Parm]
1327
1342
  };
1328
1343
 
1344
+ /**
1345
+ * Function ProjectX.__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2.__OnlineGameReservations_X__SetPlayersWithMigrationData_0x3
1346
+ */
1347
+ export type __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2___OnlineGameReservations_X__SetPlayersWithMigrationData_0x3_Params =
1348
+ {
1349
+ P: FReservationData; // 0x0000 (0x0110) [FReservationData] [CPF_Parm]
1350
+ ReturnValue: boolean; // 0x0110 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1351
+ };
1352
+
1329
1353
  /**
1330
1354
  * Function ProjectX.__OnlineGameSkill_X__ClearPartyMembersSkill_0x1.__OnlineGameSkill_X__ClearPartyMembersSkill_0x1
1331
1355
  */
@@ -1680,6 +1704,41 @@ export type __RPCQueue_X__CreateBatchSingleRPC_0x1___RPCQueue_X__CreateBatchSing
1680
1704
  Error: UError; // 0x0008 (0x0008) [UError*] [CPF_Parm]
1681
1705
  };
1682
1706
 
1707
+ /**
1708
+ * Function ProjectX.__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1.__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1
1709
+ */
1710
+ export type __ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1___ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1_Params =
1711
+ {
1712
+ P: FPlayerIdLink; // 0x0000 (0x0068) [FPlayerIdLink] [CPF_Parm]
1713
+ ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1714
+ };
1715
+
1716
+ /**
1717
+ * Function ProjectX.__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1.__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1
1718
+ */
1719
+ export type __ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1___ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1_Params =
1720
+ {
1721
+ P: FPlayerIdLink; // 0x0000 (0x0068) [FPlayerIdLink] [CPF_Parm]
1722
+ ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1723
+ };
1724
+
1725
+ /**
1726
+ * Function ProjectX.__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1.__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1
1727
+ */
1728
+ export type __ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1___ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1_Params =
1729
+ {
1730
+ P: FPlayerIdLink; // 0x0000 (0x0068) [FPlayerIdLink] [CPF_Parm]
1731
+ ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1732
+ };
1733
+
1734
+ /**
1735
+ * Function ProjectX.__ServerPlayerIdCache_X__RegisterPlayer_0x1.__ServerPlayerIdCache_X__RegisterPlayer_0x1
1736
+ */
1737
+ export type __ServerPlayerIdCache_X__RegisterPlayer_0x1___ServerPlayerIdCache_X__RegisterPlayer_0x1_Params = {
1738
+ P: FPlayerIdLink; // 0x0000 (0x0068) [FPlayerIdLink] [CPF_Parm]
1739
+ ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1740
+ };
1741
+
1683
1742
  /**
1684
1743
  * Function ProjectX.__ServerPlayerTracker_X__AddPlayer_0x1.__ServerPlayerTracker_X__AddPlayer_0x1
1685
1744
  */
@@ -2552,6 +2611,14 @@ export type AnimNotify_PlayParticleEffect_X_OnParticleSystemFinished_Params = {
2552
2611
  Component: UParticleSystemComponent; // 0x0000 (0x0008) [UParticleSystemComponent*] [CPF_Parm]
2553
2612
  };
2554
2613
 
2614
+ /**
2615
+ * Function ProjectX.AntiCheatManager_X.GetAntiCheatError
2616
+ */
2617
+ export type AntiCheatManager_X_GetAntiCheatError_Params = {
2618
+ PlaylistId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2619
+ ReturnValue: UError; // 0x0008 (0x0008) [UError*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2620
+ };
2621
+
2555
2622
  /**
2556
2623
  * Function ProjectX.AppConfig_X.Apply
2557
2624
  */
@@ -5506,15 +5573,6 @@ export type EpicFriendsPlugin_X___EpicFriendsPlugin_X__GetOutgoingFriendRequests
5506
5573
  ResponseCode: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
5507
5574
  };
5508
5575
 
5509
- /**
5510
- * Function ProjectX.EpicFriendsPlugin_X.__EpicFriendsPlugin_X__Unblock_0x1
5511
- */
5512
- export type EpicFriendsPlugin_X___EpicFriendsPlugin_X__Unblock_0x1_Params = {
5513
- R: UEOS_ManageBlockListResponse; // 0x0000 (0x0008) [UEOS_ManageBlockListResponse*] [CPF_Parm]
5514
- E: UError; // 0x0008 (0x0008) [UError*] [CPF_Parm]
5515
- ResponseCode: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
5516
- };
5517
-
5518
5576
  /**
5519
5577
  * Function ProjectX.EpicFriendsPlugin_X.AcceptFriendRequest
5520
5578
  */
@@ -5772,6 +5830,10 @@ export type EpicFriendsPlugin_X_Unblock_Params = {
5772
5830
  UserId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
5773
5831
  ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
5774
5832
  URL: string; // 0x0050 (0x0010) [FString]
5833
+ ArrayInitializer_0x1: FHTTPRequestCapturedParam[]; // 0x0060 (0x0010) [TArray<FHTTPRequestCapturedParam>] [CPF_OutParm]
5834
+ StructInitializer_0x2: FHTTPRequestCapturedParam; // 0x0070 (0x0020) [FHTTPRequestCapturedParam] [CPF_OutParm]
5835
+ StructInitializer_0x3: FHTTPRequestCapturedParam; // 0x0090 (0x0020) [FHTTPRequestCapturedParam] [CPF_OutParm]
5836
+ _0x1: U__EpicFriendsPlugin_X__Unblock_0x1; // 0x00b0 (0x0008) [U__EpicFriendsPlugin_X__Unblock_0x1*]
5775
5837
  };
5776
5838
 
5777
5839
  /**
@@ -7957,6 +8019,15 @@ export type GFxDataStore_X_SetRowCount_Params = {
7957
8019
  Count: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
7958
8020
  };
7959
8021
 
8022
+ /**
8023
+ * Function ProjectX.GFxDataStore_X.SetSQWordValue
8024
+ */
8025
+ export type GFxDataStore_X_SetSQWordValue_Params = {
8026
+ Table: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
8027
+ Row: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
8028
+ Column: FName; // 0x000c (0x0008) [FName] [CPF_Parm]
8029
+ };
8030
+
7960
8031
  /**
7961
8032
  * Function ProjectX.GFxDataStore_X.SetStringValue
7962
8033
  */
@@ -11738,6 +11809,14 @@ export type OnlineGameAccount_X_SetPrimaryPlayer_Params = {
11738
11809
  */
11739
11810
  export type OnlineGameAccount_X_UpdateCurrentGame_Params = {};
11740
11811
 
11812
+ /**
11813
+ * Function ProjectX.OnlineGameDedicatedServer_X.AllowMigrationMessageReconcile
11814
+ */
11815
+ export type OnlineGameDedicatedServer_X_AllowMigrationMessageReconcile_Params = {
11816
+ Message: UMigrationStartedMessage_X; // 0x0000 (0x0008) [UMigrationStartedMessage_X*] [CPF_Parm]
11817
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
11818
+ };
11819
+
11741
11820
  /**
11742
11821
  * Function ProjectX.OnlineGameDedicatedServer_X.AllowPlayerLogin
11743
11822
  */
@@ -14829,6 +14908,13 @@ export type OnlineGameParty_X_IsMemberLocal_Params = {
14829
14908
  ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
14830
14909
  };
14831
14910
 
14911
+ /**
14912
+ * Function ProjectX.OnlineGameParty_X.IsPartyAntiCheatEnabled
14913
+ */
14914
+ export type OnlineGameParty_X_IsPartyAntiCheatEnabled_Params = {
14915
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
14916
+ };
14917
+
14832
14918
  /**
14833
14919
  * Function ProjectX.OnlineGameParty_X.IsPartyLeader
14834
14920
  */
@@ -15806,6 +15892,14 @@ export type OnlineGamePrivateMatch_X_UpdatePrivateMatchSettings_Params = {
15806
15892
  */
15807
15893
  export type OnlineGamePrivateMatch_X_UpdateStatusMessage_Params = {};
15808
15894
 
15895
+ /**
15896
+ * Function ProjectX.OnlineGamePrivileges_X.AddAntiCheatCheck
15897
+ */
15898
+ export type OnlineGamePrivileges_X_AddAntiCheatCheck_Params = {
15899
+ Check: UPrivilegeCheck_X; // 0x0000 (0x0008) [UPrivilegeCheck_X*] [CPF_Parm]
15900
+ ReturnValue: UPrivilegeCheck_X; // 0x0008 (0x0008) [UPrivilegeCheck_X*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
15901
+ };
15902
+
15809
15903
  /**
15810
15904
  * Function ProjectX.OnlineGamePrivileges_X.AddPlayOnlineChecks
15811
15905
  */
@@ -15895,6 +15989,16 @@ export type OnlineGamePrivileges_X_TryToPlayOnlineAndUseUGC_Params = {
15895
15989
  Check: UPrivilegeCheck_X; // 0x0020 (0x0008) [UPrivilegeCheck_X*]
15896
15990
  };
15897
15991
 
15992
+ /**
15993
+ * Function ProjectX.OnlineGamePrivileges_X.TryToPlayOnlineWithAntiCheat
15994
+ */
15995
+ export type OnlineGamePrivileges_X_TryToPlayOnlineWithAntiCheat_Params = {
15996
+ ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
15997
+ PlaylistId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
15998
+ Callback: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
15999
+ Check: UPrivilegeCheck_X; // 0x0020 (0x0008) [UPrivilegeCheck_X*]
16000
+ };
16001
+
15898
16002
  /**
15899
16003
  * Function ProjectX.OnlineGamePrivileges_X.TryToUsePsyNet
15900
16004
  */
@@ -16284,6 +16388,13 @@ export type OnlineGameReservations_X___OnlineGameReservations_X__HandlePsyNetBea
16284
16388
  P: FPsyNetBeaconPlayerReservation; // 0x0000 (0x00b8) [FPsyNetBeaconPlayerReservation] [CPF_Parm]
16285
16389
  };
16286
16390
 
16391
+ /**
16392
+ * Function ProjectX.OnlineGameReservations_X.__OnlineGameReservations_X__HandlePsyNetBeaconReservation_0x3
16393
+ */
16394
+ export type OnlineGameReservations_X___OnlineGameReservations_X__HandlePsyNetBeaconReservation_0x3_Params = {
16395
+ P: FPsyNetBeaconPlayerReservation; // 0x0000 (0x00b8) [FPsyNetBeaconPlayerReservation] [CPF_Parm]
16396
+ };
16397
+
16287
16398
  /**
16288
16399
  * Function ProjectX.OnlineGameReservations_X.__OnlineGameReservations_X__HandlePublicReservation_0x1
16289
16400
  */
@@ -16731,6 +16842,8 @@ export type OnlineGameReservations_X_GetMetrics_Params = {
16731
16842
  export type OnlineGameReservations_X_GetMigrationReservationData_Params = {
16732
16843
  ReturnValue: FMigrationReservationData[]; // 0x0000 (0x0010) [TArray<FMigrationReservationData>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
16733
16844
  _0x1: U__OnlineGameReservations_X__GetMigrationReservationData_0x1; // 0x0010 (0x0008) [U__OnlineGameReservations_X__GetMigrationReservationData_0x1*]
16845
+ ResData: FMigrationReservationData; // 0x0018 (0x0108) [FMigrationReservationData]
16846
+ ForEachRefIndex_0x2: number; // 0x0120 (0x0004) [int32]
16734
16847
  };
16735
16848
 
16736
16849
  /**
@@ -16877,6 +16990,11 @@ export type OnlineGameReservations_X_HandleMigrationStartedMessage_Params = {
16877
16990
  TeamSize: number; // 0x0008 (0x0004) [int32]
16878
16991
  };
16879
16992
 
16993
+ /**
16994
+ * Function ProjectX.OnlineGameReservations_X.HandleMigrationTimeout
16995
+ */
16996
+ export type OnlineGameReservations_X_HandleMigrationTimeout_Params = {};
16997
+
16880
16998
  /**
16881
16999
  * Function ProjectX.OnlineGameReservations_X.HandleNewGameReservation
16882
17000
  */
@@ -17152,6 +17270,11 @@ export type OnlineGameReservations_X_IsUnique_Params = {
17152
17270
  */
17153
17271
  export type OnlineGameReservations_X_NotAllPlayersJoined_Params = {};
17154
17272
 
17273
+ /**
17274
+ * Function ProjectX.OnlineGameReservations_X.NotifyMigrationInfoReceived
17275
+ */
17276
+ export type OnlineGameReservations_X_NotifyMigrationInfoReceived_Params = {};
17277
+
17155
17278
  /**
17156
17279
  * Function ProjectX.OnlineGameReservations_X.NotifyMigrationStarted
17157
17280
  */
@@ -17187,6 +17310,11 @@ export type OnlineGameReservations_X_NotifyReservationsUpdated_Params = {};
17187
17310
  */
17188
17311
  export type OnlineGameReservations_X_OnInit_Params = {};
17189
17312
 
17313
+ /**
17314
+ * Function ProjectX.OnlineGameReservations_X.OnMigrationStarted
17315
+ */
17316
+ export type OnlineGameReservations_X_OnMigrationStarted_Params = {};
17317
+
17190
17318
  /**
17191
17319
  * Function ProjectX.OnlineGameReservations_X.OnNewGameInfoCreated
17192
17320
  */
@@ -17344,6 +17472,7 @@ export type OnlineGameReservations_X_SetPlayersWithMigrationData_Params = {
17344
17472
  StructInitializer_0x1: FReservationData; // 0x0148 (0x0110) [FReservationData] [CPF_OutParm]
17345
17473
  FilterLocal_0x2: FMigrationReservationData[]; // 0x0258 (0x0010) [TArray<FMigrationReservationData>] [CPF_OutParm]
17346
17474
  _0x3: U__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2; // 0x0268 (0x0008) [U__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2*]
17475
+ PlayerIdx: number; // 0x0270 (0x0004) [int32]
17347
17476
  };
17348
17477
 
17349
17478
  /**
@@ -17614,6 +17743,7 @@ export type OnlineGameServerBrowser_X_StartSearch_Params = {
17614
17743
  InFilter: FCustomMatchSettings; // 0x0000 (0x0088) [FCustomMatchSettings] [CPF_Parm]
17615
17744
  InPreferredRegion: string; // 0x0088 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
17616
17745
  ReturnValue: boolean; // 0x0098 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
17746
+ AntiCheatError: UError; // 0x00a0 (0x0008) [UError*]
17617
17747
  };
17618
17748
 
17619
17749
  /**
@@ -18979,6 +19109,13 @@ export type OnlinePlayer_X_HandleLogoutComplete_Params = {
18979
19109
  bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
18980
19110
  };
18981
19111
 
19112
+ /**
19113
+ * Function ProjectX.OnlinePlayer_X.HandlePsyNetConnected
19114
+ */
19115
+ export type OnlinePlayer_X_HandlePsyNetConnected_Params = {
19116
+ Connection: UPsyNetConnection_X; // 0x0000 (0x0008) [UPsyNetConnection_X*] [CPF_Parm]
19117
+ };
19118
+
18982
19119
  /**
18983
19120
  * Function ProjectX.OnlinePlayer_X.HandlePsyNetDisconnect
18984
19121
  */
@@ -23832,6 +23969,13 @@ export type PRI_X_UnregisterPlayerFromSession_Params = {
23832
23969
  OnlineSub: UOnlineSubsystem; // 0x0000 (0x0008) [UOnlineSubsystem*]
23833
23970
  };
23834
23971
 
23972
+ /**
23973
+ * Function ProjectX.PrivilegeCheck_X.CheckAntiCheat
23974
+ */
23975
+ export type PrivilegeCheck_X_CheckAntiCheat_Params = {
23976
+ AntiCheatError: UError; // 0x0000 (0x0008) [UError*]
23977
+ };
23978
+
23835
23979
  /**
23836
23980
  * Function ProjectX.PrivilegeCheck_X.CheckDelegate
23837
23981
  */
@@ -23904,6 +24048,13 @@ export type PrivilegeCheck_X_Init_Params = {
23904
24048
  */
23905
24049
  export type PrivilegeCheck_X_OnFinished_Params = {};
23906
24050
 
24051
+ /**
24052
+ * Function ProjectX.PrivilegeCheck_X.RequireAntiCheat
24053
+ */
24054
+ export type PrivilegeCheck_X_RequireAntiCheat_Params = {
24055
+ ReturnValue: UPrivilegeCheck_X; // 0x0000 (0x0008) [UPrivilegeCheck_X*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
24056
+ };
24057
+
23907
24058
  /**
23908
24059
  * Function ProjectX.PrivilegeCheck_X.RequireInternet
23909
24060
  */
@@ -28657,6 +28808,44 @@ export type ServerMetrics_X_Created_Params = {
28657
28808
  */
28658
28809
  export type ServerMetrics_X_ShutDown_Params = {};
28659
28810
 
28811
+ /**
28812
+ * Function ProjectX.ServerPlayerIdCache_X.GetEpicIdFromPlayerId
28813
+ */
28814
+ export type ServerPlayerIdCache_X_GetEpicIdFromPlayerId_Params = {
28815
+ PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
28816
+ ReturnValue: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
28817
+ _0x1: U__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1; // 0x0058 (0x0008) [U__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1*]
28818
+ };
28819
+
28820
+ /**
28821
+ * Function ProjectX.ServerPlayerIdCache_X.GetProductUserIdFromEpicId
28822
+ */
28823
+ export type ServerPlayerIdCache_X_GetProductUserIdFromEpicId_Params = {
28824
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
28825
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
28826
+ _0x1: U__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1; // 0x0020 (0x0008) [U__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1*]
28827
+ };
28828
+
28829
+ /**
28830
+ * Function ProjectX.ServerPlayerIdCache_X.GetProductUserIdFromPlayerId
28831
+ */
28832
+ export type ServerPlayerIdCache_X_GetProductUserIdFromPlayerId_Params = {
28833
+ PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
28834
+ ReturnValue: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
28835
+ _0x1: U__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1; // 0x0058 (0x0008) [U__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1*]
28836
+ };
28837
+
28838
+ /**
28839
+ * Function ProjectX.ServerPlayerIdCache_X.RegisterPlayer
28840
+ */
28841
+ export type ServerPlayerIdCache_X_RegisterPlayer_Params = {
28842
+ PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
28843
+ EpicAccountId: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
28844
+ ProductUserId: string; // 0x0058 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
28845
+ FoundIndex: number; // 0x0068 (0x0004) [int32]
28846
+ _0x1: U__ServerPlayerIdCache_X__RegisterPlayer_0x1; // 0x0070 (0x0008) [U__ServerPlayerIdCache_X__RegisterPlayer_0x1*]
28847
+ };
28848
+
28660
28849
  /**
28661
28850
  * Function ProjectX.ServerPlayerTracker_X.__ServerPlayerTracker_X__Refresh_0x1
28662
28851
  */
@@ -29124,6 +29313,16 @@ export type StringUtil_X_IsStringEmptyOrWhiteSpace_Params = {
29124
29313
  ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
29125
29314
  };
29126
29315
 
29316
+ /**
29317
+ * Function ProjectX.StringUtil_X.MessageCanBeCorruptedOnConversion
29318
+ */
29319
+ export type StringUtil_X_MessageCanBeCorruptedOnConversion_Params = {
29320
+ Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
29321
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
29322
+ Utf8Bytes: number[]; // 0x0018 (0x0010) [TArray<uint8>]
29323
+ MessageConverted: string; // 0x0028 (0x0010) [FString]
29324
+ };
29325
+
29127
29326
  /**
29128
29327
  * Function ProjectX.StringUtil_X.SplitStringInHalf
29129
29328
  */