@rlsdk/steam 1.0.1 → 1.0.3

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.
@@ -281,19 +281,7 @@ import type {
281
281
  FWordFilterPair,
282
282
  FWordFilterRequest,
283
283
  } from '../structs/ProjectX';
284
- import type {
285
- UAsyncTask,
286
- UComponent,
287
- UDebugDrawer,
288
- UError,
289
- UErrorList,
290
- UErrorType,
291
- UInterface,
292
- UObject,
293
- UObjectProvider,
294
- UStringMap,
295
- UStringObjectMap,
296
- } from './Core';
284
+ import type { UAsyncTask, UComponent, UDebugDrawer, UError, UErrorList, UErrorType, UInterface, UObject, UObjectProvider, UStringMap, UStringObjectMap } from './Core';
297
285
  import type {
298
286
  UActor,
299
287
  UActorComponent,
@@ -361,6 +349,7 @@ import type {
361
349
  USettings,
362
350
  USkeletalMeshComponent,
363
351
  USpriteComponent,
352
+ UStaticMesh,
364
353
  UStaticMeshComponent,
365
354
  UTexture,
366
355
  UTexture2DDynamic,
@@ -370,14 +359,7 @@ import type {
370
359
  UWorldInfo,
371
360
  } from './Engine';
372
361
  import type { UGFxEngine, UGFxMoviePlayer, UGFxObject } from './GFxUI';
373
- import type {
374
- UImageDecoder,
375
- UOnlineImageDownloaderWeb,
376
- UTargetUserChatPermChangedEvent,
377
- UWebApplication,
378
- UWebRequest,
379
- UWebResponse,
380
- } from './IpDrv';
362
+ import type { UImageDecoder, UOnlineImageDownloaderWeb, UTargetUserChatPermChangedEvent, UWebApplication, UWebRequest, UWebResponse } from './IpDrv';
381
363
 
382
364
  /**
383
365
  * Class ProjectX.____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1
@@ -396,10 +378,9 @@ export type U____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__Up
396
378
  * Size: 0x0070
397
379
  * Extends: UObject
398
380
  */
399
- export type U____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 =
400
- UObject & {
401
- R: FSetPlayerStorageResultItem; // 0x0060 (0x0010) [FSetPlayerStorageResultItem]
402
- };
381
+ export type U____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 = UObject & {
382
+ R: FSetPlayerStorageResultItem; // 0x0060 (0x0010) [FSetPlayerStorageResultItem]
383
+ };
403
384
 
404
385
  // ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 Functions
405
386
  // ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1(P: FPendingStorage): boolean
@@ -1023,14 +1004,16 @@ export type U__OnlineClubProvider_X__SyncPlayerClubDetails_0x1 = UObject & {
1023
1004
 
1024
1005
  /**
1025
1006
  * Class ProjectX.__OnlineGame_X__CheckPsyNetConnection_0x1
1026
- * Size: 0x0068
1007
+ * Size: 0x0078
1027
1008
  * Extends: UObject
1028
1009
  */
1029
1010
  export type U__OnlineGame_X__CheckPsyNetConnection_0x1 = UObject & {
1030
1011
  Task: UAsyncTask; // 0x0060 (0x0008) [UAsyncTask*]
1012
+ ActiveLoginAttemptPlayers: UOnlinePlayer_X[]; // 0x0068 (0x0010) [TArray<UOnlinePlayer_X*>]
1031
1013
  };
1032
1014
 
1033
1015
  // __OnlineGame_X__CheckPsyNetConnection_0x1 Functions
1016
+ // __OnlineGame_X__CheckPsyNetConnection_0x2(Auth: UOnlinePlayerAuthentication_X): void
1034
1017
  // __OnlineGame_X__CheckPsyNetConnection_0x1(Auth: UOnlinePlayerAuthentication_X): void
1035
1018
 
1036
1019
  /**
@@ -1597,6 +1580,18 @@ export type U__PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 = UO
1597
1580
  // __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 Functions
1598
1581
  // __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1(M: FPartyMember): boolean
1599
1582
 
1583
+ /**
1584
+ * Class ProjectX.__PlayerController_X__CloseConnectionWithReason_0x1
1585
+ * Size: 0x0070
1586
+ * Extends: UObject
1587
+ */
1588
+ export type U__PlayerController_X__CloseConnectionWithReason_0x1 = UObject & {
1589
+ Reason: string; // 0x0060 (0x0010) [FString]
1590
+ };
1591
+
1592
+ // __PlayerController_X__CloseConnectionWithReason_0x1 Functions
1593
+ // __PlayerController_X__CloseConnectionWithReason_0x1(): void
1594
+
1600
1595
  /**
1601
1596
  * Class ProjectX.__PRI_X__RegisterPlayerWithSession_0x1
1602
1597
  * Size: 0x0068
@@ -2858,13 +2853,14 @@ export type UBlockStatusReporterConfig_X = UOnlineConfig_X & {
2858
2853
 
2859
2854
  /**
2860
2855
  * Class ProjectX.BlogConfig_X
2861
- * Size: 0x009C
2856
+ * Size: 0x00A0
2862
2857
  * Extends: UOnlineConfig_X
2863
2858
  */
2864
2859
  export type UBlogConfig_X = UOnlineConfig_X & {
2865
2860
  Entries: UBlogTile_X[]; // 0x0078 (0x0010) [TArray<UBlogTile_X*>]
2866
2861
  MotD: string; // 0x0088 (0x0010) [FString]
2867
2862
  RetryTime: number; // 0x0098 (0x0004) [float]
2863
+ RequestDelay: number; // 0x009c (0x0004) [float]
2868
2864
  };
2869
2865
 
2870
2866
  // BlogConfig_X Functions
@@ -3155,7 +3151,7 @@ export type UCameraState_X = UStateObject_X & {
3155
3151
  // UpdatePOV(DeltaTime: number, OutPOV: FCameraOrientation): void
3156
3152
  // Tick(DeltaTime: number): void
3157
3153
  // EndCameraState(): void
3158
- // BeginCameraState(): void
3154
+ // BeginCameraState(PreviousState: UCameraState_X): void
3159
3155
  // GetEndBlendParams(NewState: UCameraState_X): FViewTargetTransitionParams
3160
3156
  // GetStartBlendParams(PreviousState: UCameraState_X): FViewTargetTransitionParams
3161
3157
  // ShouldKeepExecuting(): boolean
@@ -3178,7 +3174,7 @@ export type UCameraState_CamActor_X = UCameraState_X & {
3178
3174
  // CameraState_CamActor_X Functions
3179
3175
  // UpdatePOV(DeltaTime: number, OutPOV: FCameraOrientation): void
3180
3176
  // EndCameraState(): void
3181
- // BeginCameraState(): void
3177
+ // BeginCameraState(PreviousState: UCameraState_X): void
3182
3178
  // GetBlendParams(PrevState: UCameraState_X): FViewTargetTransitionParams
3183
3179
  // ShouldExecute(): boolean
3184
3180
 
@@ -3550,8 +3546,10 @@ export type UClubServerResult_X = UObject & {
3550
3546
  export type UClubUtil_X = UObject & {};
3551
3547
 
3552
3548
  // ClubUtil_X Functions
3549
+ // static IsOneTeamGrayScale(Pos0Column: number, Pos1Column: number): boolean
3553
3550
  // static Wrap(Column: number, Count: number): number
3554
3551
  // static SwapPrimaryAccentColors(Colors: FClubColorSet, TeamPalette: UColorPalette_X, AccentPalette: UColorPalette_X): FClubColorSet
3552
+ // static AreColorsDifferent2D(Palette: UColorPalette_X, Color0: number, Color1: number): boolean
3555
3553
  // static AreColorsDifferent(Palette: UColorPalette_X, Color0: number, Color1: number): boolean
3556
3554
  // static EnsureDifferentColors(TeamPalette: UColorPalette_X, AccentPalette: UColorPalette_X, DefaultColorID0: number, DefaultColorID1: number, Set0: FClubColorSet, Set1: FClubColorSet): EClubColorChange
3557
3555
  // static IsClubTeam(TeamClubs: bigint[], TeamSize: number): boolean
@@ -5888,6 +5886,7 @@ export type ULocalCache_X = UObject & {
5888
5886
  ExportTasks: FPointer[]; // 0x0088 (0x0010) [TArray<FPointer>]
5889
5887
  ExportCallbacks: FCacheExportCallbackData[]; // 0x0098 (0x0010) [TArray<FCacheExportCallbackData>]
5890
5888
  bDebug: boolean; // 0x00a8 (0x0004) [bool : 0x1]
5889
+ GLocalCacheCommitPending: boolean; // 0x00a8 (0x0004) [bool : 0x2]
5891
5890
  __EventImportFinished__Delegate: FScriptDelegate; // 0x00b0 (0x0018) [FScriptDelegate]
5892
5891
  __EventExportFinished__Delegate: FScriptDelegate; // 0x00c8 (0x0018) [FScriptDelegate]
5893
5892
  };
@@ -6733,6 +6732,7 @@ export type UOnlineGame_X = UOnlineGame_Base_X & {
6733
6732
  // CheckNotTooYoung(Error: UError): boolean
6734
6733
  // GetPsyNetLoginError(OnlinePlayer: UOnlinePlayer_X): UError
6735
6734
  // HandleLoginCompleted(Auth: UOnlinePlayerAuthentication_X, Task: UAsyncTask): void
6735
+ // HandleOnlinePlayerLoginCompleted(ActiveLoginAttemptPlayers: UOnlinePlayer_X[], Task: UAsyncTask): void
6736
6736
  // CheckPsyNetConnection(): UAsyncTask
6737
6737
  // RequiresSystemNetworkErrorHandling(): boolean
6738
6738
  // ValidateUserOnlineAccount(): boolean
@@ -7178,7 +7178,7 @@ export type UOnlineGameLeaderboards_X = UOnline_X & {
7178
7178
 
7179
7179
  /**
7180
7180
  * Class ProjectX.OnlineGameMatchmakingBase_X
7181
- * Size: 0x0130
7181
+ * Size: 0x0148
7182
7182
  * Extends: UOnline_X
7183
7183
  */
7184
7184
  export type UOnlineGameMatchmakingBase_X = UOnline_X & {
@@ -7189,10 +7189,12 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
7189
7189
  __EventFindGameStatus__Delegate: FScriptDelegate; // 0x00e8 (0x0018) [FScriptDelegate]
7190
7190
  __EventFindGameError__Delegate: FScriptDelegate; // 0x0100 (0x0018) [FScriptDelegate]
7191
7191
  __EventFindGameStateChanged__Delegate: FScriptDelegate; // 0x0118 (0x0018) [FScriptDelegate]
7192
+ __EventGetMatchmakingDelaySecs__Delegate: FScriptDelegate; // 0x0130 (0x0018) [FScriptDelegate]
7192
7193
  };
7193
7194
 
7194
7195
  // OnlineGameMatchmakingBase_X Functions
7195
7196
  // HandleRegionsPinged(InRegions: UOnlineGameRegions_X): void
7197
+ // StartSearchingAfterDelay(): void
7196
7198
  // HandleGameStarted(GRI: UGRI_X): void
7197
7199
  // HandleStatusUpdate(NewStatus: string): void
7198
7200
  // HandleJoinGameComplete(bSuccess: boolean, FailReason: string): void
@@ -7210,6 +7212,7 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
7210
7212
  // AddFindGameCompleteDelegate(HandleFindGameComplete: FScriptDelegate): UOnlineGameMatchmakingBase_X
7211
7213
  // AddFindGameErrorDelegate(HandleFindGameError: FScriptDelegate): UOnlineGameMatchmakingBase_X
7212
7214
  // AddFindGameStatusChangedDelegate(HandleFindGameStatusChanged: FScriptDelegate): UOnlineGameMatchmakingBase_X
7215
+ // EventGetMatchmakingDelaySecs(): number
7213
7216
  // EventFindGameStateChanged(NewState: FName): void
7214
7217
  // EventFindGameError(NewStatus: string): void
7215
7218
  // EventFindGameStatus(NewStatus: string): void
@@ -7217,31 +7220,31 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
7217
7220
 
7218
7221
  /**
7219
7222
  * Class ProjectX.OnlineGameMatchmaking_X
7220
- * Size: 0x0268
7223
+ * Size: 0x0280
7221
7224
  * Extends: UOnlineGameMatchmakingBase_X
7222
7225
  */
7223
7226
  export type UOnlineGameMatchmaking_X = UOnlineGameMatchmakingBase_X & {
7224
- PreferredPlaylists: number[]; // 0x0130 (0x0010) [TArray<int32>]
7225
- PreferredRegions: FDSRegionInfo[]; // 0x0140 (0x0010) [TArray<FDSRegionInfo>]
7226
- SearchingString: string; // 0x0150 (0x0010) [FString]
7227
- StartSearchFailString: string; // 0x0160 (0x0010) [FString]
7228
- FoundServerString: string; // 0x0170 (0x0010) [FString]
7229
- PlaylistsHaveChangedString: string; // 0x0180 (0x0010) [FString]
7230
- RegionsHaveChangedString: string; // 0x0190 (0x0010) [FString]
7231
- MatchmakingAttemptString: string; // 0x01a0 (0x0010) [FString]
7232
- MatchmakingStartTime: number; // 0x01b0 (0x0004) [float]
7233
- MatchmakingBanTime: number; // 0x01b4 (0x0004) [int32]
7234
- EstimatedQueueTime: number; // 0x01b8 (0x0004) [float]
7235
- bIgnoreSkill: boolean; // 0x01bc (0x0004) [bool : 0x1]
7236
- MatchmakingDisabledDuration: number; // 0x01c0 (0x0004) [float]
7237
- MatchmakingDisabledUntilTime: number; // 0x01c4 (0x0004) [float]
7238
- LastReservationID: string; // 0x01c8 (0x0010) [FString]
7239
- __EventStartSearch__Delegate: FScriptDelegate; // 0x01d8 (0x0018) [FScriptDelegate]
7240
- __EventMatchmakingError__Delegate: FScriptDelegate; // 0x01f0 (0x0018) [FScriptDelegate]
7241
- __EventMatchmakingCanceledOnPartySizeChanged__Delegate: FScriptDelegate; // 0x0208 (0x0018) [FScriptDelegate]
7242
- __EventMatchmakingRPCSuccess__Delegate: FScriptDelegate; // 0x0220 (0x0018) [FScriptDelegate]
7243
- __EventMatchmakingRPCError__Delegate: FScriptDelegate; // 0x0238 (0x0018) [FScriptDelegate]
7244
- __EventSendMatchmakingRPC__Delegate: FScriptDelegate; // 0x0250 (0x0018) [FScriptDelegate]
7227
+ PreferredPlaylists: number[]; // 0x0148 (0x0010) [TArray<int32>]
7228
+ PreferredRegions: FDSRegionInfo[]; // 0x0158 (0x0010) [TArray<FDSRegionInfo>]
7229
+ SearchingString: string; // 0x0168 (0x0010) [FString]
7230
+ StartSearchFailString: string; // 0x0178 (0x0010) [FString]
7231
+ FoundServerString: string; // 0x0188 (0x0010) [FString]
7232
+ PlaylistsHaveChangedString: string; // 0x0198 (0x0010) [FString]
7233
+ RegionsHaveChangedString: string; // 0x01a8 (0x0010) [FString]
7234
+ MatchmakingAttemptString: string; // 0x01b8 (0x0010) [FString]
7235
+ MatchmakingStartTime: number; // 0x01c8 (0x0004) [float]
7236
+ MatchmakingBanTime: number; // 0x01cc (0x0004) [int32]
7237
+ EstimatedQueueTime: number; // 0x01d0 (0x0004) [float]
7238
+ bIgnoreSkill: boolean; // 0x01d4 (0x0004) [bool : 0x1]
7239
+ MatchmakingDisabledDuration: number; // 0x01d8 (0x0004) [float]
7240
+ MatchmakingDisabledUntilTime: number; // 0x01dc (0x0004) [float]
7241
+ LastReservationID: string; // 0x01e0 (0x0010) [FString]
7242
+ __EventStartSearch__Delegate: FScriptDelegate; // 0x01f0 (0x0018) [FScriptDelegate]
7243
+ __EventMatchmakingError__Delegate: FScriptDelegate; // 0x0208 (0x0018) [FScriptDelegate]
7244
+ __EventMatchmakingCanceledOnPartySizeChanged__Delegate: FScriptDelegate; // 0x0220 (0x0018) [FScriptDelegate]
7245
+ __EventMatchmakingRPCSuccess__Delegate: FScriptDelegate; // 0x0238 (0x0018) [FScriptDelegate]
7246
+ __EventMatchmakingRPCError__Delegate: FScriptDelegate; // 0x0250 (0x0018) [FScriptDelegate]
7247
+ __EventSendMatchmakingRPC__Delegate: FScriptDelegate; // 0x0268 (0x0018) [FScriptDelegate]
7245
7248
  };
7246
7249
 
7247
7250
  // OnlineGameMatchmaking_X Functions
@@ -7645,24 +7648,24 @@ export type UOnlineGamePopulation_X = UOnline_X & {
7645
7648
 
7646
7649
  /**
7647
7650
  * Class ProjectX.OnlineGamePrivateMatch_X
7648
- * Size: 0x0288
7651
+ * Size: 0x02A0
7649
7652
  * Extends: UOnlineGameMatchmakingBase_X
7650
7653
  */
7651
7654
  export type UOnlineGamePrivateMatch_X = UOnlineGameMatchmakingBase_X & {
7652
- bCancelled: boolean; // 0x0130 (0x0004) [bool : 0x1]
7653
- PreferredRegion: string; // 0x0138 (0x0010) [FString]
7654
- PreferredPlaylistID: number; // 0x0148 (0x0004) [int32]
7655
- SearchingString: string; // 0x0150 (0x0010) [FString]
7656
- StartSearchFailString: string; // 0x0160 (0x0010) [FString]
7657
- FoundServerString: string; // 0x0170 (0x0010) [FString]
7658
- AlreadyJoiningGameString: string; // 0x0180 (0x0010) [FString]
7659
- TimeoutString: string; // 0x0190 (0x0010) [FString]
7660
- WrongRegionString: string; // 0x01a0 (0x0010) [FString]
7661
- Settings: FCustomMatchSettings; // 0x01b0 (0x0088) [FCustomMatchSettings]
7662
- SearchTimeout: number; // 0x0238 (0x0004) [float]
7663
- __EventPrivateMatchError__Delegate: FScriptDelegate; // 0x0240 (0x0018) [FScriptDelegate]
7664
- __EventCancelPrivateMatch__Delegate: FScriptDelegate; // 0x0258 (0x0018) [FScriptDelegate]
7665
- __EventSendMatchmakingRPC__Delegate: FScriptDelegate; // 0x0270 (0x0018) [FScriptDelegate]
7655
+ bCancelled: boolean; // 0x0148 (0x0004) [bool : 0x1]
7656
+ PreferredRegion: string; // 0x0150 (0x0010) [FString]
7657
+ PreferredPlaylistID: number; // 0x0160 (0x0004) [int32]
7658
+ SearchingString: string; // 0x0168 (0x0010) [FString]
7659
+ StartSearchFailString: string; // 0x0178 (0x0010) [FString]
7660
+ FoundServerString: string; // 0x0188 (0x0010) [FString]
7661
+ AlreadyJoiningGameString: string; // 0x0198 (0x0010) [FString]
7662
+ TimeoutString: string; // 0x01a8 (0x0010) [FString]
7663
+ WrongRegionString: string; // 0x01b8 (0x0010) [FString]
7664
+ Settings: FCustomMatchSettings; // 0x01c8 (0x0088) [FCustomMatchSettings]
7665
+ SearchTimeout: number; // 0x0250 (0x0004) [float]
7666
+ __EventPrivateMatchError__Delegate: FScriptDelegate; // 0x0258 (0x0018) [FScriptDelegate]
7667
+ __EventCancelPrivateMatch__Delegate: FScriptDelegate; // 0x0270 (0x0018) [FScriptDelegate]
7668
+ __EventSendMatchmakingRPC__Delegate: FScriptDelegate; // 0x0288 (0x0018) [FScriptDelegate]
7666
7669
  };
7667
7670
 
7668
7671
  // OnlineGamePrivateMatch_X Functions
@@ -7672,10 +7675,10 @@ export type UOnlineGamePrivateMatch_X = UOnlineGameMatchmakingBase_X & {
7672
7675
  // HandleStartSearch(Task: UAsyncTask): void
7673
7676
  // OnReceiveGameServer(Reservation: FServerReservationData): void
7674
7677
  // HandleSearchTimeout(): void
7675
- // static __OnlineGamePrivateMatch_X__GetPreferredSubRegions_0x1(A: URegionPing_X, B: URegionPing_X): number
7676
7678
  // GetPrivateMatchMakingRequest(SelectedRegion: string, InPlaylistID: number): FPrivateMatchmakingRequestData
7677
7679
  // GetSubRegionToMatchmake(SelectedRegion: string, PreferredSubRegions: URegionPing_X[]): string
7678
7680
  // GetPreferredRegion(SelectedRegion: string): string
7681
+ // static CompareSubRegionsByPingPreference(A: URegionPing_X, B: URegionPing_X): number
7679
7682
  // static GetPreferredSubRegions(SuperRegionID: string, RegionPings: URegionPing_X[]): URegionPing_X[]
7680
7683
  // Cancel(): void
7681
7684
  // ResetPrivateMatchSettings(): void
@@ -8858,6 +8861,8 @@ export type UOnlineSaveLock_X = UObject & {
8858
8861
  */
8859
8862
  export type UOSSConfig_X = UOnlineConfig_X & {
8860
8863
  bEnablePresence: boolean; // 0x0078 (0x0004) [bool : 0x1]
8864
+ bWin64OptimizedKeyPolling: boolean; // 0x0078 (0x0004) [bool : 0x2]
8865
+ bUseSteamControllerCache: boolean; // 0x0078 (0x0004) [bool : 0x4]
8861
8866
  EosInitTimeoutSeconds: number; // 0x007c (0x0004) [float]
8862
8867
  GdkUpdateDlcTimeoutSeconds: number; // 0x0080 (0x0004) [float]
8863
8868
  GdkMaxConcurrentDlcLicenseRequests: number; // 0x0084 (0x0004) [int32]
@@ -9769,6 +9774,7 @@ export type UPlayerController_X = UPlayerController & {
9769
9774
  OldPawnReference: UPawn; // 0x07f8 (0x0008) [UPawn*]
9770
9775
  LockedDebugActor: UActor; // 0x0800 (0x0008) [UActor*]
9771
9776
  bPausedForExternalUI: boolean; // 0x0808 (0x0004) [bool : 0x1]
9777
+ CloseConnectionDelay: number; // 0x080c (0x0004) [float]
9772
9778
  NetConnection: UNetConnection; // 0x0810 (0x0008) [UNetConnection*]
9773
9779
  __EventReceivedPRI__Delegate: FScriptDelegate; // 0x0818 (0x0018) [FScriptDelegate]
9774
9780
  __EventPawnChange__Delegate: FScriptDelegate; // 0x0830 (0x0018) [FScriptDelegate]
@@ -9788,6 +9794,8 @@ export type UPlayerController_X = UPlayerController & {
9788
9794
  // ServerSetParty(MemberId: FUniqueNetId, NewPartyID: FUniqueNetId): void
9789
9795
  // DisconnectSplitScreenPlayer(P: UPlayer): void
9790
9796
  // ServerDestroy(): void
9797
+ // ClientSetPendingProgressMessage(Reason: string, Title: string): void
9798
+ // CloseConnectionWithReason(Reason: string, Title: string): void
9791
9799
  // KickPlayerForReason(Reason: string, Title: string): void
9792
9800
  // ClientNetLag(PktLag: number, PktVariance: number, PktLoss: number, PktDup: number, PktSpike: number): void
9793
9801
  // ServerNetLag(PktLag: number, PktVariance: number, PktLoss: number, PktDup: number, PktSpike: number): void
@@ -9874,6 +9882,7 @@ export type UPlayerInput_X = UPlayerInput & {
9874
9882
  // RemoveFromDisabledActions(ActionName: FName): void
9875
9883
  // AddToDisabledActions(ActionName: FName): void
9876
9884
  // ReleaseKey(Key: FName, bTriggerEvents: boolean): void
9885
+ // static GetUIAxisKey(Binding: FPlayerBinding): string
9877
9886
  // static GetUIKey(KeyName: FName): string
9878
9887
  // static SetCachedUIKey(KeyName: FName, KeyValue: string): void
9879
9888
  // static GetCachedUIKey(KeyName: FName, OutKey: string): boolean
@@ -10995,6 +11004,16 @@ export type UPsyNetWordFilter_X = UComponent & {
10995
11004
  // WordFilterSanitizeString(Usage: EWordFilterUsage, Comment: string, SanitizeDelegate: FScriptDelegate, PlayerID: FUniqueNetId): boolean
10996
11005
  // QueueRPC(InRPC: URPC_FilterContent_X): void
10997
11006
 
11007
+ /**
11008
+ * Class ProjectX.QREnconder_X
11009
+ * Size: 0x0060
11010
+ * Extends: UObject
11011
+ */
11012
+ export type UQREnconder_X = UObject & {};
11013
+
11014
+ // QREnconder_X Functions
11015
+ // static BuildForURL(URL: string, Owner: UObject, ScaleFactor: number): UTexture
11016
+
10998
11017
  /**
10999
11018
  * Class ProjectX.QueuedOfflineMessage_X
11000
11019
  * Size: 0x0060
@@ -12150,7 +12169,7 @@ export type URPC_LoginAuthPlayer_X = URPC_X & {
12150
12169
 
12151
12170
  // RPC_LoginAuthPlayer_X Functions
12152
12171
  // SetAsPrimaryAccount(bInPrimary: boolean): URPC_LoginAuthPlayer_X
12153
- // SetEpicAccountId(InEpicAccountId: string): URPC_LoginAuthPlayer_X
12172
+ // SetEpicAccountId(InEpicAccountID: string): URPC_LoginAuthPlayer_X
12154
12173
  // SetEpicAuthTicket(InEpicAuthTicket: string): URPC_LoginAuthPlayer_X
12155
12174
  // SetLocalFirstPlayerID(InLocalFirstPlayerID: string): URPC_LoginAuthPlayer_X
12156
12175
  // SetConsoleType(InType: string): URPC_LoginAuthPlayer_X
@@ -13173,6 +13192,20 @@ export type USetPlayerStorageResult_X = UObject & {
13173
13192
  Items: FSetPlayerStorageResultItem[]; // 0x0060 (0x0010) [TArray<FSetPlayerStorageResultItem>]
13174
13193
  };
13175
13194
 
13195
+ /**
13196
+ * Class ProjectX.SetVisibilityComponent_X
13197
+ * Size: 0x00B0
13198
+ * Extends: UActorComponent_X
13199
+ */
13200
+ export type USetVisibilityComponent_X = UActorComponent_X & {
13201
+ TargetStaticMesh: UStaticMesh; // 0x00a8 (0x0008) [UStaticMesh*]
13202
+ };
13203
+
13204
+ // SetVisibilityComponent_X Functions
13205
+ // ApplyVisibility(bHidden: boolean): void
13206
+ // Detached(): void
13207
+ // Attached(): void
13208
+
13176
13209
  /**
13177
13210
  * Class ProjectX.ShakeComponent_X
13178
13211
  * Size: 0x01B8
@@ -13364,6 +13397,7 @@ export type UStatusTrigger_X = UObject & {
13364
13397
  export type UStringUtil_X = UObject & {};
13365
13398
 
13366
13399
  // StringUtil_X Functions
13400
+ // static FindWordBoundary(Haystack: string, Needle: string, bReverseSearch: boolean, bIgnoreCase: boolean): number
13367
13401
  // static SplitStringIntoMaxSizePieces(OriginalString: string, MaxStringSize: number): string[]
13368
13402
  // static MessageCanBeCorruptedOnConversion(Message: string): boolean
13369
13403
  // static IsStringEmptyOrWhiteSpace(BaseString: string): boolean