@rlsdk/steam 1.0.2 → 1.0.4
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/AkAudio.ts +1 -1
- package/classes/Core.ts +64 -67
- package/classes/Engine.ts +30 -73
- package/classes/IpDrv.ts +9 -9
- package/classes/OnlineSubsystemEOS.ts +56 -130
- package/classes/OnlineSubsystemSteamworks.ts +174 -174
- package/classes/ProjectX.ts +12 -2
- package/classes/TAGame.ts +1000 -1006
- package/enums/Core.ts +36 -16
- package/enums/Engine.ts +0 -71
- package/enums/TAGame.ts +20 -1
- package/offsets/AkAudio.ts +1 -1
- package/offsets/Core.ts +64 -67
- package/offsets/Engine.ts +29 -51
- package/offsets/IpDrv.ts +38 -39
- package/offsets/OnlineSubsystemEOS.ts +94 -136
- package/offsets/OnlineSubsystemSteamworks.ts +212 -213
- package/offsets/ProjectX.ts +9 -0
- package/offsets/TAGame.ts +974 -905
- package/offsets/globals.ts +2 -2
- package/package.json +1 -1
- package/parameters/Engine.ts +8 -210
- package/parameters/OnlineSubsystemEOS.ts +1 -202
- package/parameters/ProjectX.ts +18 -8
- package/parameters/TAGame.ts +858 -1016
- package/structs/Engine.ts +0 -12
- package/structs/TAGame.ts +87 -45
|
@@ -287,183 +287,183 @@ export type UOnlinePurchaseInterfaceSteamworks = UOnlinePurchaseInterfaceImpl &
|
|
|
287
287
|
|
|
288
288
|
/**
|
|
289
289
|
* Class OnlineSubsystemSteamworks.OnlineSubsystemSteamworks
|
|
290
|
-
* Size:
|
|
290
|
+
* Size: 0x1020
|
|
291
291
|
* Extends: UOnlineSubsystemCommonImpl
|
|
292
292
|
*/
|
|
293
293
|
export type UOnlineSubsystemSteamworks = UOnlineSubsystemCommonImpl & {
|
|
294
|
-
Discord: FPointer; //
|
|
295
|
-
UnlockedDLC: FName[]; //
|
|
296
|
-
UnlockedDLCDelegates: FScriptDelegate[]; //
|
|
297
|
-
bStoringAchievement: boolean; //
|
|
298
|
-
bClientStatsStorePending: boolean; //
|
|
299
|
-
bGSStatsStoresSuccess: boolean; //
|
|
300
|
-
bNeedsKeyboardTicking: boolean; //
|
|
301
|
-
bLastHasConnection: boolean; //
|
|
302
|
-
bIsStatsSessionOk: boolean; //
|
|
303
|
-
bHasSteamworksAccount: boolean; //
|
|
304
|
-
bShouldUseMcp: boolean; //
|
|
305
|
-
bShowIPCCount: boolean; //
|
|
306
|
-
bInterceptFriendMessages: boolean; //
|
|
307
|
-
TotalGSStatsStoresPending: number; //
|
|
308
|
-
UserStatsReceivedState: EOnlineEnumerationReadState; //
|
|
309
|
-
LoggedInStatus: ELoginStatus; //
|
|
310
|
-
KeyboardInputWasCanceled: number; //
|
|
311
|
-
bWasKeyboardInputCanceled: number; //
|
|
312
|
-
CurrentNotificationPosition: ENetworkNotificationPosition; //
|
|
313
|
-
CachedGameInt: UOnlineGameInterfaceSteamworks; //
|
|
314
|
-
LocalProfileName: string; //
|
|
315
|
-
LoggedInPlayerName: string; //
|
|
316
|
-
LoggedInPlayerId: FUniqueNetId; //
|
|
317
|
-
LoggedInPlayerNum: number; //
|
|
318
|
-
LoggedInCountry: string; //
|
|
319
|
-
AvatarSizes: number[]; //
|
|
320
|
-
WriteProfileSettingsDelegates: FScriptDelegate[]; //
|
|
321
|
-
CachedProfile: UOnlineProfileSettings; //
|
|
322
|
-
LocalPlayerStorageReadDelegates: FScriptDelegate[]; //
|
|
323
|
-
LocalPlayerStorageWriteDelegates: FScriptDelegate[]; //
|
|
324
|
-
RemotePlayerStorageReadDelegates: FScriptDelegate[]; //
|
|
325
|
-
SpeechRecognitionCompleteDelegates: FScriptDelegate[]; //
|
|
326
|
-
ReadFriendsDelegates: FScriptDelegate[]; //
|
|
327
|
-
FriendsChangeDelegates: FScriptDelegate[]; //
|
|
328
|
-
MutingChangeDelegates: FScriptDelegate[]; //
|
|
329
|
-
LoginChangeDelegates: FScriptDelegate[]; //
|
|
330
|
-
LoginFailedDelegates: FScriptDelegate[]; //
|
|
331
|
-
TalkingDelegates: FScriptDelegate[]; //
|
|
332
|
-
ReadOnlineStatsCompleteDelegates: FScriptDelegate[]; //
|
|
333
|
-
FlushOnlineStatsDelegates: FScriptDelegate[]; //
|
|
334
|
-
ConnectionStatusChangeDelegates: FScriptDelegate[]; //
|
|
335
|
-
LinkStatusDelegates: FScriptDelegate[]; //
|
|
336
|
-
ReadTitleFileCompleteDelegates: FScriptDelegate[]; //
|
|
337
|
-
AchievementDelegates: FScriptDelegate[]; //
|
|
338
|
-
AchievementReadDelegates: FScriptDelegate[]; //
|
|
339
|
-
EnumerateUserFilesCompleteDelegates: FScriptDelegate[]; //
|
|
340
|
-
ReadUserFileCompleteDelegates: FScriptDelegate[]; //
|
|
341
|
-
WriteUserFileCompleteDelegates: FScriptDelegate[]; //
|
|
342
|
-
DeleteUserFileCompleteDelegates: FScriptDelegate[]; //
|
|
343
|
-
SharedFileReadCompleteDelegates: FScriptDelegate[]; //
|
|
344
|
-
SharedFileWriteCompleteDelegates: FScriptDelegate[]; //
|
|
345
|
-
ExternalUIChangeDelegates: FScriptDelegate[]; //
|
|
346
|
-
KeyboardInputCompleteDelegates: FScriptDelegate[]; //
|
|
347
|
-
KeyboardInputResults: string; //
|
|
348
|
-
CurrentLocalTalker: FLocalTalkerSteam; //
|
|
349
|
-
LastLocalTalkerNotificationTime: number; //
|
|
350
|
-
MaxTalkerNotificationTime: number; //
|
|
351
|
-
PendingRequestUserInformation: FUniqueNetId[]; //
|
|
352
|
-
RemoteTalkers: FRemoteTalker[]; //
|
|
353
|
-
AppID: number; //
|
|
354
|
-
CurrentStatsRead: UOnlineStatsRead; //
|
|
355
|
-
PendingStats: FPendingPlayerStats[]; //
|
|
356
|
-
KeyboardResultsString: string; //
|
|
357
|
-
KeyboardInputDelegates: FScriptDelegate[]; //
|
|
358
|
-
FriendInviteReceivedDelegates: FScriptDelegate[]; //
|
|
359
|
-
FriendMessageReceivedDelegates: FScriptDelegate[]; //
|
|
360
|
-
AddFriendByNameCompleteDelegates: FScriptDelegate[]; //
|
|
361
|
-
ProfileCache: FProfileSettingsCache; //
|
|
362
|
-
PlayerStorageCache: UOnlinePlayerStorage; //
|
|
363
|
-
CachedFriendMessage: string; //
|
|
364
|
-
DeviceCache: FDeviceIdCache; //
|
|
365
|
-
LocationUrlsForInvites: string[]; //
|
|
366
|
-
LocationUrl: string; //
|
|
367
|
-
ReceivedGameInviteDelegates: FScriptDelegate[]; //
|
|
368
|
-
JoinFriendGameCompleteDelegates: FScriptDelegate[]; //
|
|
369
|
-
GetNumberOfCurrentPlayersCompleteDelegates: FScriptDelegate[]; //
|
|
370
|
-
RegisterHostStatGuidCompleteDelegates: FScriptDelegate[]; //
|
|
371
|
-
CachedFriendMessages: FOnlineFriendMessage[]; //
|
|
372
|
-
StatusMappings: FOnlineStatusMapping[]; //
|
|
373
|
-
DefaultStatus: string; //
|
|
374
|
-
GameInviteMessage: string; //
|
|
375
|
-
ControllerStates: FControllerConnectionState; //
|
|
376
|
-
ConnectionPresenceTimeInterval: number; //
|
|
377
|
-
ConnectionPresenceElapsedTime: number; //
|
|
378
|
-
EncryptedProductKey: string; //
|
|
379
|
-
MuteList: FUniqueNetId[]; //
|
|
380
|
-
UserCloudFiles: FSteamUserCloud[]; //
|
|
381
|
-
UserCloudMetadata: FSteamUserCloudMetadata[]; //
|
|
382
|
-
SharedFileCache: FTitleFile[]; //
|
|
383
|
-
QueuedAvatarRequests: FQueuedAvatarRequest[]; //
|
|
384
|
-
AchievementMappings: FAchievementMappingInfo[]; //
|
|
385
|
-
PendingAchievementProgress: FAchievementProgressStat[]; //
|
|
386
|
-
LeaderboardList: FLeaderboardTemplate[]; //
|
|
387
|
-
DeferredLeaderboardReads: FDeferredLeaderboardRead[]; //
|
|
388
|
-
DeferredLeaderboardWrites: FDeferredLeaderboardWrite[]; //
|
|
389
|
-
PendingLeaderboardStats: FDeferredLeaderboardWrite[]; //
|
|
390
|
-
LeaderboardNameMappings: FViewIdToLeaderboardName[]; //
|
|
391
|
-
GameServerStatsMappings: number[]; //
|
|
392
|
-
CachedPurchaseInt: UOnlinePurchaseInterfaceSteamworks; //
|
|
393
|
-
CachedAuthInt: UOnlineAuthInterfaceSteamworks; //
|
|
394
|
-
PendingRedirects: FIpAddr[]; //
|
|
395
|
-
LobbyInterfaceImpl: UOnlineLobbyInterfaceSteamworks; //
|
|
396
|
-
__CanPlayOnlineChanged__Delegate: FScriptDelegate; //
|
|
397
|
-
__OnUserSwitchComplete__Delegate: FScriptDelegate; //
|
|
398
|
-
__OnUserSignInComplete__Delegate: FScriptDelegate; //
|
|
399
|
-
__OnLoginChange__Delegate: FScriptDelegate; //
|
|
400
|
-
__OnLoginCancelled__Delegate: FScriptDelegate; //
|
|
401
|
-
__OnMutingChange__Delegate: FScriptDelegate; //
|
|
402
|
-
__OnFriendsChange__Delegate: FScriptDelegate; //
|
|
403
|
-
__OnFriendInviteAccepted__Delegate: FScriptDelegate; //
|
|
404
|
-
__FriendPresenceChange__Delegate: FScriptDelegate; //
|
|
405
|
-
__OnAvatarChange__Delegate: FScriptDelegate; //
|
|
406
|
-
__OnLoginFailed__Delegate: FScriptDelegate; //
|
|
407
|
-
__OnLogoutCompleted__Delegate: FScriptDelegate; //
|
|
408
|
-
__OnLoginStatusChange__Delegate: FScriptDelegate; //
|
|
409
|
-
__OnReadProfileSettingsComplete__Delegate: FScriptDelegate; //
|
|
410
|
-
__OnWriteProfileSettingsComplete__Delegate: FScriptDelegate; //
|
|
411
|
-
__OnReadPlayerStorageComplete__Delegate: FScriptDelegate; //
|
|
412
|
-
__OnReadPlayerStorageForNetIdComplete__Delegate: FScriptDelegate; //
|
|
413
|
-
__OnWritePlayerStorageComplete__Delegate: FScriptDelegate; //
|
|
414
|
-
__OnReadFriendsComplete__Delegate: FScriptDelegate; //
|
|
415
|
-
__OnPlayerTalkingStateChange__Delegate: FScriptDelegate; //
|
|
416
|
-
__OnRecognitionComplete__Delegate: FScriptDelegate; //
|
|
417
|
-
__OnReadOnlineStatsComplete__Delegate: FScriptDelegate; //
|
|
418
|
-
__OnFlushOnlineStatsComplete__Delegate: FScriptDelegate; //
|
|
419
|
-
__OnLinkStatusChange__Delegate: FScriptDelegate; //
|
|
420
|
-
__OnExternalUIChange__Delegate: FScriptDelegate; //
|
|
421
|
-
__OnControllerChange__Delegate: FScriptDelegate; //
|
|
422
|
-
__OnUserOrphaned__Delegate: FScriptDelegate; //
|
|
423
|
-
__OnUserRestored__Delegate: FScriptDelegate; //
|
|
424
|
-
__OnConnectionStatusChange__Delegate: FScriptDelegate; //
|
|
425
|
-
__OnStorageDeviceChange__Delegate: FScriptDelegate; //
|
|
426
|
-
__OnReadTitleFileComplete__Delegate: FScriptDelegate; //
|
|
427
|
-
__OnKeyboardInputComplete__Delegate: FScriptDelegate; //
|
|
428
|
-
__OnAddFriendComplete__Delegate: FScriptDelegate; //
|
|
429
|
-
__OnQueryUserByDisplayName__Delegate: FScriptDelegate; //
|
|
430
|
-
__OnAddFriendByNameComplete__Delegate: FScriptDelegate; //
|
|
431
|
-
__OnRemoveFriendComplete__Delegate: FScriptDelegate; //
|
|
432
|
-
__OnAcceptFriendInviteComplete__Delegate: FScriptDelegate; //
|
|
433
|
-
__OnDenyFriendInviteComplete__Delegate: FScriptDelegate; //
|
|
434
|
-
__OnFriendInviteReceived__Delegate: FScriptDelegate; //
|
|
435
|
-
__OnFriendInviteCanceled__Delegate: FScriptDelegate; //
|
|
436
|
-
__OnReceivedGameInvite__Delegate: FScriptDelegate; //
|
|
437
|
-
__OnJoinFriendGameComplete__Delegate: FScriptDelegate; //
|
|
438
|
-
__OnFriendMessageReceived__Delegate: FScriptDelegate; //
|
|
439
|
-
__OnRegisterHostStatGuidComplete__Delegate: FScriptDelegate; //
|
|
440
|
-
__OnDeviceSelectionComplete__Delegate: FScriptDelegate; //
|
|
441
|
-
__OnUnlockAchievementComplete__Delegate: FScriptDelegate; //
|
|
442
|
-
__OnProfileDataChanged__Delegate: FScriptDelegate; //
|
|
443
|
-
__OnReadAchievementsComplete__Delegate: FScriptDelegate; //
|
|
444
|
-
__OnGetNumberOfCurrentPlayersComplete__Delegate: FScriptDelegate; //
|
|
445
|
-
__OnReadCrossTitleProfileSettingsComplete__Delegate: FScriptDelegate; //
|
|
446
|
-
__OnEnumerateUserFilesComplete__Delegate: FScriptDelegate; //
|
|
447
|
-
__OnReadUserFileComplete__Delegate: FScriptDelegate; //
|
|
448
|
-
__OnWriteUserFileComplete__Delegate: FScriptDelegate; //
|
|
449
|
-
__OnDeleteUserFileComplete__Delegate: FScriptDelegate; //
|
|
450
|
-
__OnReadSharedFileComplete__Delegate: FScriptDelegate; //
|
|
451
|
-
__OnWriteSharedFileComplete__Delegate: FScriptDelegate; //
|
|
452
|
-
__OnStorePurchaseCompleteDelegate__Delegate: FScriptDelegate; //
|
|
453
|
-
__OnUnlockedDLCChange__Delegate: FScriptDelegate; //
|
|
454
|
-
__OnSaveDataNoSpaceDialogComplete__Delegate: FScriptDelegate; //
|
|
455
|
-
__OnCommerceDialogClosed__Delegate: FScriptDelegate; //
|
|
456
|
-
__OnCloseKickPlayerDialog__Delegate: FScriptDelegate; //
|
|
457
|
-
__OnErrorDialogClosed__Delegate: FScriptDelegate; //
|
|
458
|
-
__OnRegisteredController__Delegate: FScriptDelegate; //
|
|
459
|
-
__OnUnregisteredController__Delegate: FScriptDelegate; //
|
|
460
|
-
__OnInputAPIChanged__Delegate: FScriptDelegate; //
|
|
461
|
-
__OnPlayerSigningOut__Delegate: FScriptDelegate; //
|
|
462
|
-
__EpicIDToPlatformIDCallback__Delegate: FScriptDelegate; //
|
|
463
|
-
__OnBlockListUpdated__Delegate: FScriptDelegate; //
|
|
464
|
-
__OnPlayerBlocked__Delegate: FScriptDelegate; //
|
|
465
|
-
__OnPlayerUnblocked__Delegate: FScriptDelegate; //
|
|
466
|
-
__OnCaptureAvailabilityChange__Delegate: FScriptDelegate; //
|
|
294
|
+
Discord: FPointer; // 0x03b0 (0x0008) [FPointer]
|
|
295
|
+
UnlockedDLC: FName[]; // 0x03b8 (0x0010) [TArray<FName>]
|
|
296
|
+
UnlockedDLCDelegates: FScriptDelegate[]; // 0x03c8 (0x0010) [TArray<FScriptDelegate>]
|
|
297
|
+
bStoringAchievement: boolean; // 0x03d8 (0x0004) [bool : 0x1]
|
|
298
|
+
bClientStatsStorePending: boolean; // 0x03d8 (0x0004) [bool : 0x2]
|
|
299
|
+
bGSStatsStoresSuccess: boolean; // 0x03d8 (0x0004) [bool : 0x4]
|
|
300
|
+
bNeedsKeyboardTicking: boolean; // 0x03d8 (0x0004) [bool : 0x8]
|
|
301
|
+
bLastHasConnection: boolean; // 0x03d8 (0x0004) [bool : 0x10]
|
|
302
|
+
bIsStatsSessionOk: boolean; // 0x03d8 (0x0004) [bool : 0x20]
|
|
303
|
+
bHasSteamworksAccount: boolean; // 0x03d8 (0x0004) [bool : 0x40]
|
|
304
|
+
bShouldUseMcp: boolean; // 0x03d8 (0x0004) [bool : 0x80]
|
|
305
|
+
bShowIPCCount: boolean; // 0x03d8 (0x0004) [bool : 0x100]
|
|
306
|
+
bInterceptFriendMessages: boolean; // 0x03d8 (0x0004) [bool : 0x200]
|
|
307
|
+
TotalGSStatsStoresPending: number; // 0x03dc (0x0004) [int32]
|
|
308
|
+
UserStatsReceivedState: EOnlineEnumerationReadState; // 0x03e0 (0x0001) [EOnlineEnumerationReadState]
|
|
309
|
+
LoggedInStatus: ELoginStatus; // 0x03e1 (0x0001) [ELoginStatus]
|
|
310
|
+
KeyboardInputWasCanceled: number; // 0x03e2 (0x0001) [uint8]
|
|
311
|
+
bWasKeyboardInputCanceled: number; // 0x03e3 (0x0001) [uint8]
|
|
312
|
+
CurrentNotificationPosition: ENetworkNotificationPosition; // 0x03e4 (0x0001) [ENetworkNotificationPosition]
|
|
313
|
+
CachedGameInt: UOnlineGameInterfaceSteamworks; // 0x03e8 (0x0008) [UOnlineGameInterfaceSteamworks*]
|
|
314
|
+
LocalProfileName: string; // 0x03f0 (0x0010) [FString]
|
|
315
|
+
LoggedInPlayerName: string; // 0x0400 (0x0010) [FString]
|
|
316
|
+
LoggedInPlayerId: FUniqueNetId; // 0x0410 (0x0048) [FUniqueNetId]
|
|
317
|
+
LoggedInPlayerNum: number; // 0x0458 (0x0004) [int32]
|
|
318
|
+
LoggedInCountry: string; // 0x0460 (0x0010) [FString]
|
|
319
|
+
AvatarSizes: number[]; // 0x0470 (0x0010) [TArray<int32>]
|
|
320
|
+
WriteProfileSettingsDelegates: FScriptDelegate[]; // 0x0480 (0x0010) [TArray<FScriptDelegate>]
|
|
321
|
+
CachedProfile: UOnlineProfileSettings; // 0x0490 (0x0008) [UOnlineProfileSettings*]
|
|
322
|
+
LocalPlayerStorageReadDelegates: FScriptDelegate[]; // 0x0498 (0x0010) [TArray<FScriptDelegate>]
|
|
323
|
+
LocalPlayerStorageWriteDelegates: FScriptDelegate[]; // 0x04a8 (0x0010) [TArray<FScriptDelegate>]
|
|
324
|
+
RemotePlayerStorageReadDelegates: FScriptDelegate[]; // 0x04b8 (0x0010) [TArray<FScriptDelegate>]
|
|
325
|
+
SpeechRecognitionCompleteDelegates: FScriptDelegate[]; // 0x04c8 (0x0010) [TArray<FScriptDelegate>]
|
|
326
|
+
ReadFriendsDelegates: FScriptDelegate[]; // 0x04d8 (0x0010) [TArray<FScriptDelegate>]
|
|
327
|
+
FriendsChangeDelegates: FScriptDelegate[]; // 0x04e8 (0x0010) [TArray<FScriptDelegate>]
|
|
328
|
+
MutingChangeDelegates: FScriptDelegate[]; // 0x04f8 (0x0010) [TArray<FScriptDelegate>]
|
|
329
|
+
LoginChangeDelegates: FScriptDelegate[]; // 0x0508 (0x0010) [TArray<FScriptDelegate>]
|
|
330
|
+
LoginFailedDelegates: FScriptDelegate[]; // 0x0518 (0x0010) [TArray<FScriptDelegate>]
|
|
331
|
+
TalkingDelegates: FScriptDelegate[]; // 0x0528 (0x0010) [TArray<FScriptDelegate>]
|
|
332
|
+
ReadOnlineStatsCompleteDelegates: FScriptDelegate[]; // 0x0538 (0x0010) [TArray<FScriptDelegate>]
|
|
333
|
+
FlushOnlineStatsDelegates: FScriptDelegate[]; // 0x0548 (0x0010) [TArray<FScriptDelegate>]
|
|
334
|
+
ConnectionStatusChangeDelegates: FScriptDelegate[]; // 0x0558 (0x0010) [TArray<FScriptDelegate>]
|
|
335
|
+
LinkStatusDelegates: FScriptDelegate[]; // 0x0568 (0x0010) [TArray<FScriptDelegate>]
|
|
336
|
+
ReadTitleFileCompleteDelegates: FScriptDelegate[]; // 0x0578 (0x0010) [TArray<FScriptDelegate>]
|
|
337
|
+
AchievementDelegates: FScriptDelegate[]; // 0x0588 (0x0010) [TArray<FScriptDelegate>]
|
|
338
|
+
AchievementReadDelegates: FScriptDelegate[]; // 0x0598 (0x0010) [TArray<FScriptDelegate>]
|
|
339
|
+
EnumerateUserFilesCompleteDelegates: FScriptDelegate[]; // 0x05a8 (0x0010) [TArray<FScriptDelegate>]
|
|
340
|
+
ReadUserFileCompleteDelegates: FScriptDelegate[]; // 0x05b8 (0x0010) [TArray<FScriptDelegate>]
|
|
341
|
+
WriteUserFileCompleteDelegates: FScriptDelegate[]; // 0x05c8 (0x0010) [TArray<FScriptDelegate>]
|
|
342
|
+
DeleteUserFileCompleteDelegates: FScriptDelegate[]; // 0x05d8 (0x0010) [TArray<FScriptDelegate>]
|
|
343
|
+
SharedFileReadCompleteDelegates: FScriptDelegate[]; // 0x05e8 (0x0010) [TArray<FScriptDelegate>]
|
|
344
|
+
SharedFileWriteCompleteDelegates: FScriptDelegate[]; // 0x05f8 (0x0010) [TArray<FScriptDelegate>]
|
|
345
|
+
ExternalUIChangeDelegates: FScriptDelegate[]; // 0x0608 (0x0010) [TArray<FScriptDelegate>]
|
|
346
|
+
KeyboardInputCompleteDelegates: FScriptDelegate[]; // 0x0618 (0x0010) [TArray<FScriptDelegate>]
|
|
347
|
+
KeyboardInputResults: string; // 0x0628 (0x0010) [FString]
|
|
348
|
+
CurrentLocalTalker: FLocalTalkerSteam; // 0x0638 (0x0058) [FLocalTalkerSteam]
|
|
349
|
+
LastLocalTalkerNotificationTime: number; // 0x0690 (0x0004) [float]
|
|
350
|
+
MaxTalkerNotificationTime: number; // 0x0694 (0x0004) [float]
|
|
351
|
+
PendingRequestUserInformation: FUniqueNetId[]; // 0x0698 (0x0010) [TArray<FUniqueNetId>]
|
|
352
|
+
RemoteTalkers: FRemoteTalker[]; // 0x06a8 (0x0010) [TArray<FRemoteTalker>]
|
|
353
|
+
AppID: number; // 0x06b8 (0x0004) [int32]
|
|
354
|
+
CurrentStatsRead: UOnlineStatsRead; // 0x06c0 (0x0008) [UOnlineStatsRead*]
|
|
355
|
+
PendingStats: FPendingPlayerStats[]; // 0x06c8 (0x0010) [TArray<FPendingPlayerStats>]
|
|
356
|
+
KeyboardResultsString: string; // 0x06d8 (0x0010) [FString]
|
|
357
|
+
KeyboardInputDelegates: FScriptDelegate[]; // 0x06e8 (0x0010) [TArray<FScriptDelegate>]
|
|
358
|
+
FriendInviteReceivedDelegates: FScriptDelegate[]; // 0x06f8 (0x0010) [TArray<FScriptDelegate>]
|
|
359
|
+
FriendMessageReceivedDelegates: FScriptDelegate[]; // 0x0708 (0x0010) [TArray<FScriptDelegate>]
|
|
360
|
+
AddFriendByNameCompleteDelegates: FScriptDelegate[]; // 0x0718 (0x0010) [TArray<FScriptDelegate>]
|
|
361
|
+
ProfileCache: FProfileSettingsCache; // 0x0728 (0x0038) [FProfileSettingsCache]
|
|
362
|
+
PlayerStorageCache: UOnlinePlayerStorage; // 0x0760 (0x0008) [UOnlinePlayerStorage*]
|
|
363
|
+
CachedFriendMessage: string; // 0x0768 (0x0010) [FString]
|
|
364
|
+
DeviceCache: FDeviceIdCache; // 0x0778 (0x0030) [FDeviceIdCache]
|
|
365
|
+
LocationUrlsForInvites: string[]; // 0x07a8 (0x0010) [TArray<FString>]
|
|
366
|
+
LocationUrl: string; // 0x07b8 (0x0010) [FString]
|
|
367
|
+
ReceivedGameInviteDelegates: FScriptDelegate[]; // 0x07c8 (0x0010) [TArray<FScriptDelegate>]
|
|
368
|
+
JoinFriendGameCompleteDelegates: FScriptDelegate[]; // 0x07d8 (0x0010) [TArray<FScriptDelegate>]
|
|
369
|
+
GetNumberOfCurrentPlayersCompleteDelegates: FScriptDelegate[]; // 0x07e8 (0x0010) [TArray<FScriptDelegate>]
|
|
370
|
+
RegisterHostStatGuidCompleteDelegates: FScriptDelegate[]; // 0x07f8 (0x0010) [TArray<FScriptDelegate>]
|
|
371
|
+
CachedFriendMessages: FOnlineFriendMessage[]; // 0x0808 (0x0010) [TArray<FOnlineFriendMessage>]
|
|
372
|
+
StatusMappings: FOnlineStatusMapping[]; // 0x0818 (0x0010) [TArray<FOnlineStatusMapping>]
|
|
373
|
+
DefaultStatus: string; // 0x0828 (0x0010) [FString]
|
|
374
|
+
GameInviteMessage: string; // 0x0838 (0x0010) [FString]
|
|
375
|
+
ControllerStates: FControllerConnectionState; // 0x0848 (0x0020) [FControllerConnectionState]
|
|
376
|
+
ConnectionPresenceTimeInterval: number; // 0x0868 (0x0004) [float]
|
|
377
|
+
ConnectionPresenceElapsedTime: number; // 0x086c (0x0004) [float]
|
|
378
|
+
EncryptedProductKey: string; // 0x0870 (0x0010) [FString]
|
|
379
|
+
MuteList: FUniqueNetId[]; // 0x0880 (0x0010) [TArray<FUniqueNetId>]
|
|
380
|
+
UserCloudFiles: FSteamUserCloud[]; // 0x0890 (0x0010) [TArray<FSteamUserCloud>]
|
|
381
|
+
UserCloudMetadata: FSteamUserCloudMetadata[]; // 0x08a0 (0x0010) [TArray<FSteamUserCloudMetadata>]
|
|
382
|
+
SharedFileCache: FTitleFile[]; // 0x08b0 (0x0010) [TArray<FTitleFile>]
|
|
383
|
+
QueuedAvatarRequests: FQueuedAvatarRequest[]; // 0x08c0 (0x0010) [TArray<FQueuedAvatarRequest>]
|
|
384
|
+
AchievementMappings: FAchievementMappingInfo[]; // 0x08d0 (0x0010) [TArray<FAchievementMappingInfo>]
|
|
385
|
+
PendingAchievementProgress: FAchievementProgressStat[]; // 0x08e0 (0x0010) [TArray<FAchievementProgressStat>]
|
|
386
|
+
LeaderboardList: FLeaderboardTemplate[]; // 0x08f0 (0x0010) [TArray<FLeaderboardTemplate>]
|
|
387
|
+
DeferredLeaderboardReads: FDeferredLeaderboardRead[]; // 0x0900 (0x0010) [TArray<FDeferredLeaderboardRead>]
|
|
388
|
+
DeferredLeaderboardWrites: FDeferredLeaderboardWrite[]; // 0x0910 (0x0010) [TArray<FDeferredLeaderboardWrite>]
|
|
389
|
+
PendingLeaderboardStats: FDeferredLeaderboardWrite[]; // 0x0920 (0x0010) [TArray<FDeferredLeaderboardWrite>]
|
|
390
|
+
LeaderboardNameMappings: FViewIdToLeaderboardName[]; // 0x0930 (0x0010) [TArray<FViewIdToLeaderboardName>]
|
|
391
|
+
GameServerStatsMappings: number[]; // 0x0940 (0x0010) [TArray<int32>]
|
|
392
|
+
CachedPurchaseInt: UOnlinePurchaseInterfaceSteamworks; // 0x0950 (0x0008) [UOnlinePurchaseInterfaceSteamworks*]
|
|
393
|
+
CachedAuthInt: UOnlineAuthInterfaceSteamworks; // 0x0958 (0x0008) [UOnlineAuthInterfaceSteamworks*]
|
|
394
|
+
PendingRedirects: FIpAddr[]; // 0x0960 (0x0010) [TArray<FIpAddr>]
|
|
395
|
+
LobbyInterfaceImpl: UOnlineLobbyInterfaceSteamworks; // 0x0970 (0x0008) [UOnlineLobbyInterfaceSteamworks*]
|
|
396
|
+
__CanPlayOnlineChanged__Delegate: FScriptDelegate; // 0x0978 (0x0018) [FScriptDelegate]
|
|
397
|
+
__OnUserSwitchComplete__Delegate: FScriptDelegate; // 0x0990 (0x0018) [FScriptDelegate]
|
|
398
|
+
__OnUserSignInComplete__Delegate: FScriptDelegate; // 0x09a8 (0x0018) [FScriptDelegate]
|
|
399
|
+
__OnLoginChange__Delegate: FScriptDelegate; // 0x09c0 (0x0018) [FScriptDelegate]
|
|
400
|
+
__OnLoginCancelled__Delegate: FScriptDelegate; // 0x09d8 (0x0018) [FScriptDelegate]
|
|
401
|
+
__OnMutingChange__Delegate: FScriptDelegate; // 0x09f0 (0x0018) [FScriptDelegate]
|
|
402
|
+
__OnFriendsChange__Delegate: FScriptDelegate; // 0x0a08 (0x0018) [FScriptDelegate]
|
|
403
|
+
__OnFriendInviteAccepted__Delegate: FScriptDelegate; // 0x0a20 (0x0018) [FScriptDelegate]
|
|
404
|
+
__FriendPresenceChange__Delegate: FScriptDelegate; // 0x0a38 (0x0018) [FScriptDelegate]
|
|
405
|
+
__OnAvatarChange__Delegate: FScriptDelegate; // 0x0a50 (0x0018) [FScriptDelegate]
|
|
406
|
+
__OnLoginFailed__Delegate: FScriptDelegate; // 0x0a68 (0x0018) [FScriptDelegate]
|
|
407
|
+
__OnLogoutCompleted__Delegate: FScriptDelegate; // 0x0a80 (0x0018) [FScriptDelegate]
|
|
408
|
+
__OnLoginStatusChange__Delegate: FScriptDelegate; // 0x0a98 (0x0018) [FScriptDelegate]
|
|
409
|
+
__OnReadProfileSettingsComplete__Delegate: FScriptDelegate; // 0x0ab0 (0x0018) [FScriptDelegate]
|
|
410
|
+
__OnWriteProfileSettingsComplete__Delegate: FScriptDelegate; // 0x0ac8 (0x0018) [FScriptDelegate]
|
|
411
|
+
__OnReadPlayerStorageComplete__Delegate: FScriptDelegate; // 0x0ae0 (0x0018) [FScriptDelegate]
|
|
412
|
+
__OnReadPlayerStorageForNetIdComplete__Delegate: FScriptDelegate; // 0x0af8 (0x0018) [FScriptDelegate]
|
|
413
|
+
__OnWritePlayerStorageComplete__Delegate: FScriptDelegate; // 0x0b10 (0x0018) [FScriptDelegate]
|
|
414
|
+
__OnReadFriendsComplete__Delegate: FScriptDelegate; // 0x0b28 (0x0018) [FScriptDelegate]
|
|
415
|
+
__OnPlayerTalkingStateChange__Delegate: FScriptDelegate; // 0x0b40 (0x0018) [FScriptDelegate]
|
|
416
|
+
__OnRecognitionComplete__Delegate: FScriptDelegate; // 0x0b58 (0x0018) [FScriptDelegate]
|
|
417
|
+
__OnReadOnlineStatsComplete__Delegate: FScriptDelegate; // 0x0b70 (0x0018) [FScriptDelegate]
|
|
418
|
+
__OnFlushOnlineStatsComplete__Delegate: FScriptDelegate; // 0x0b88 (0x0018) [FScriptDelegate]
|
|
419
|
+
__OnLinkStatusChange__Delegate: FScriptDelegate; // 0x0ba0 (0x0018) [FScriptDelegate]
|
|
420
|
+
__OnExternalUIChange__Delegate: FScriptDelegate; // 0x0bb8 (0x0018) [FScriptDelegate]
|
|
421
|
+
__OnControllerChange__Delegate: FScriptDelegate; // 0x0bd0 (0x0018) [FScriptDelegate]
|
|
422
|
+
__OnUserOrphaned__Delegate: FScriptDelegate; // 0x0be8 (0x0018) [FScriptDelegate]
|
|
423
|
+
__OnUserRestored__Delegate: FScriptDelegate; // 0x0c00 (0x0018) [FScriptDelegate]
|
|
424
|
+
__OnConnectionStatusChange__Delegate: FScriptDelegate; // 0x0c18 (0x0018) [FScriptDelegate]
|
|
425
|
+
__OnStorageDeviceChange__Delegate: FScriptDelegate; // 0x0c30 (0x0018) [FScriptDelegate]
|
|
426
|
+
__OnReadTitleFileComplete__Delegate: FScriptDelegate; // 0x0c48 (0x0018) [FScriptDelegate]
|
|
427
|
+
__OnKeyboardInputComplete__Delegate: FScriptDelegate; // 0x0c60 (0x0018) [FScriptDelegate]
|
|
428
|
+
__OnAddFriendComplete__Delegate: FScriptDelegate; // 0x0c78 (0x0018) [FScriptDelegate]
|
|
429
|
+
__OnQueryUserByDisplayName__Delegate: FScriptDelegate; // 0x0c90 (0x0018) [FScriptDelegate]
|
|
430
|
+
__OnAddFriendByNameComplete__Delegate: FScriptDelegate; // 0x0ca8 (0x0018) [FScriptDelegate]
|
|
431
|
+
__OnRemoveFriendComplete__Delegate: FScriptDelegate; // 0x0cc0 (0x0018) [FScriptDelegate]
|
|
432
|
+
__OnAcceptFriendInviteComplete__Delegate: FScriptDelegate; // 0x0cd8 (0x0018) [FScriptDelegate]
|
|
433
|
+
__OnDenyFriendInviteComplete__Delegate: FScriptDelegate; // 0x0cf0 (0x0018) [FScriptDelegate]
|
|
434
|
+
__OnFriendInviteReceived__Delegate: FScriptDelegate; // 0x0d08 (0x0018) [FScriptDelegate]
|
|
435
|
+
__OnFriendInviteCanceled__Delegate: FScriptDelegate; // 0x0d20 (0x0018) [FScriptDelegate]
|
|
436
|
+
__OnReceivedGameInvite__Delegate: FScriptDelegate; // 0x0d38 (0x0018) [FScriptDelegate]
|
|
437
|
+
__OnJoinFriendGameComplete__Delegate: FScriptDelegate; // 0x0d50 (0x0018) [FScriptDelegate]
|
|
438
|
+
__OnFriendMessageReceived__Delegate: FScriptDelegate; // 0x0d68 (0x0018) [FScriptDelegate]
|
|
439
|
+
__OnRegisterHostStatGuidComplete__Delegate: FScriptDelegate; // 0x0d80 (0x0018) [FScriptDelegate]
|
|
440
|
+
__OnDeviceSelectionComplete__Delegate: FScriptDelegate; // 0x0d98 (0x0018) [FScriptDelegate]
|
|
441
|
+
__OnUnlockAchievementComplete__Delegate: FScriptDelegate; // 0x0db0 (0x0018) [FScriptDelegate]
|
|
442
|
+
__OnProfileDataChanged__Delegate: FScriptDelegate; // 0x0dc8 (0x0018) [FScriptDelegate]
|
|
443
|
+
__OnReadAchievementsComplete__Delegate: FScriptDelegate; // 0x0de0 (0x0018) [FScriptDelegate]
|
|
444
|
+
__OnGetNumberOfCurrentPlayersComplete__Delegate: FScriptDelegate; // 0x0df8 (0x0018) [FScriptDelegate]
|
|
445
|
+
__OnReadCrossTitleProfileSettingsComplete__Delegate: FScriptDelegate; // 0x0e10 (0x0018) [FScriptDelegate]
|
|
446
|
+
__OnEnumerateUserFilesComplete__Delegate: FScriptDelegate; // 0x0e28 (0x0018) [FScriptDelegate]
|
|
447
|
+
__OnReadUserFileComplete__Delegate: FScriptDelegate; // 0x0e40 (0x0018) [FScriptDelegate]
|
|
448
|
+
__OnWriteUserFileComplete__Delegate: FScriptDelegate; // 0x0e58 (0x0018) [FScriptDelegate]
|
|
449
|
+
__OnDeleteUserFileComplete__Delegate: FScriptDelegate; // 0x0e70 (0x0018) [FScriptDelegate]
|
|
450
|
+
__OnReadSharedFileComplete__Delegate: FScriptDelegate; // 0x0e88 (0x0018) [FScriptDelegate]
|
|
451
|
+
__OnWriteSharedFileComplete__Delegate: FScriptDelegate; // 0x0ea0 (0x0018) [FScriptDelegate]
|
|
452
|
+
__OnStorePurchaseCompleteDelegate__Delegate: FScriptDelegate; // 0x0eb8 (0x0018) [FScriptDelegate]
|
|
453
|
+
__OnUnlockedDLCChange__Delegate: FScriptDelegate; // 0x0ed0 (0x0018) [FScriptDelegate]
|
|
454
|
+
__OnSaveDataNoSpaceDialogComplete__Delegate: FScriptDelegate; // 0x0ee8 (0x0018) [FScriptDelegate]
|
|
455
|
+
__OnCommerceDialogClosed__Delegate: FScriptDelegate; // 0x0f00 (0x0018) [FScriptDelegate]
|
|
456
|
+
__OnCloseKickPlayerDialog__Delegate: FScriptDelegate; // 0x0f18 (0x0018) [FScriptDelegate]
|
|
457
|
+
__OnErrorDialogClosed__Delegate: FScriptDelegate; // 0x0f30 (0x0018) [FScriptDelegate]
|
|
458
|
+
__OnRegisteredController__Delegate: FScriptDelegate; // 0x0f48 (0x0018) [FScriptDelegate]
|
|
459
|
+
__OnUnregisteredController__Delegate: FScriptDelegate; // 0x0f60 (0x0018) [FScriptDelegate]
|
|
460
|
+
__OnInputAPIChanged__Delegate: FScriptDelegate; // 0x0f78 (0x0018) [FScriptDelegate]
|
|
461
|
+
__OnPlayerSigningOut__Delegate: FScriptDelegate; // 0x0f90 (0x0018) [FScriptDelegate]
|
|
462
|
+
__EpicIDToPlatformIDCallback__Delegate: FScriptDelegate; // 0x0fa8 (0x0018) [FScriptDelegate]
|
|
463
|
+
__OnBlockListUpdated__Delegate: FScriptDelegate; // 0x0fc0 (0x0018) [FScriptDelegate]
|
|
464
|
+
__OnPlayerBlocked__Delegate: FScriptDelegate; // 0x0fd8 (0x0018) [FScriptDelegate]
|
|
465
|
+
__OnPlayerUnblocked__Delegate: FScriptDelegate; // 0x0ff0 (0x0018) [FScriptDelegate]
|
|
466
|
+
__OnCaptureAvailabilityChange__Delegate: FScriptDelegate; // 0x1008 (0x0018) [FScriptDelegate]
|
|
467
467
|
};
|
|
468
468
|
|
|
469
469
|
// OnlineSubsystemSteamworks Functions
|
package/classes/ProjectX.ts
CHANGED
|
@@ -7675,10 +7675,10 @@ export type UOnlineGamePrivateMatch_X = UOnlineGameMatchmakingBase_X & {
|
|
|
7675
7675
|
// HandleStartSearch(Task: UAsyncTask): void
|
|
7676
7676
|
// OnReceiveGameServer(Reservation: FServerReservationData): void
|
|
7677
7677
|
// HandleSearchTimeout(): void
|
|
7678
|
-
// static __OnlineGamePrivateMatch_X__GetPreferredSubRegions_0x1(A: URegionPing_X, B: URegionPing_X): number
|
|
7679
7678
|
// GetPrivateMatchMakingRequest(SelectedRegion: string, InPlaylistID: number): FPrivateMatchmakingRequestData
|
|
7680
7679
|
// GetSubRegionToMatchmake(SelectedRegion: string, PreferredSubRegions: URegionPing_X[]): string
|
|
7681
7680
|
// GetPreferredRegion(SelectedRegion: string): string
|
|
7681
|
+
// static CompareSubRegionsByPingPreference(A: URegionPing_X, B: URegionPing_X): number
|
|
7682
7682
|
// static GetPreferredSubRegions(SuperRegionID: string, RegionPings: URegionPing_X[]): URegionPing_X[]
|
|
7683
7683
|
// Cancel(): void
|
|
7684
7684
|
// ResetPrivateMatchSettings(): void
|
|
@@ -11004,6 +11004,16 @@ export type UPsyNetWordFilter_X = UComponent & {
|
|
|
11004
11004
|
// WordFilterSanitizeString(Usage: EWordFilterUsage, Comment: string, SanitizeDelegate: FScriptDelegate, PlayerID: FUniqueNetId): boolean
|
|
11005
11005
|
// QueueRPC(InRPC: URPC_FilterContent_X): void
|
|
11006
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
|
+
|
|
11007
11017
|
/**
|
|
11008
11018
|
* Class ProjectX.QueuedOfflineMessage_X
|
|
11009
11019
|
* Size: 0x0060
|
|
@@ -12159,7 +12169,7 @@ export type URPC_LoginAuthPlayer_X = URPC_X & {
|
|
|
12159
12169
|
|
|
12160
12170
|
// RPC_LoginAuthPlayer_X Functions
|
|
12161
12171
|
// SetAsPrimaryAccount(bInPrimary: boolean): URPC_LoginAuthPlayer_X
|
|
12162
|
-
// SetEpicAccountId(
|
|
12172
|
+
// SetEpicAccountId(InEpicAccountID: string): URPC_LoginAuthPlayer_X
|
|
12163
12173
|
// SetEpicAuthTicket(InEpicAuthTicket: string): URPC_LoginAuthPlayer_X
|
|
12164
12174
|
// SetLocalFirstPlayerID(InLocalFirstPlayerID: string): URPC_LoginAuthPlayer_X
|
|
12165
12175
|
// SetConsoleType(InType: string): URPC_LoginAuthPlayer_X
|