@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.
- package/README.md +1 -1
- package/classes/AkAudio.ts +2 -13
- package/classes/Core.ts +64 -59
- package/classes/Engine.ts +33 -75
- package/classes/GFxUI.ts +3 -31
- package/classes/IpDrv.ts +10 -20
- package/classes/OnlineSubsystemEOS.ts +60 -164
- package/classes/OnlineSubsystemSteamworks.ts +175 -183
- package/classes/ProjectX.ts +103 -69
- package/classes/TAGame.ts +3239 -2558
- package/classes/WinDrv.ts +1 -8
- package/constants/TAGame.ts +3 -1
- package/enums/Core.ts +54 -0
- package/enums/Engine.ts +2 -72
- package/enums/TAGame.ts +46 -4
- package/offsets/AkAudio.ts +1 -1
- package/offsets/Core.ts +64 -59
- 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 +82 -46
- package/offsets/TAGame.ts +2977 -2390
- package/offsets/globals.ts +2 -2
- package/package.json +5 -4
- package/parameters/AkAudio.ts +2 -18
- package/parameters/Core.ts +2 -27
- package/parameters/Engine.ts +23 -239
- package/parameters/GFxUI.ts +1 -9
- package/parameters/IpDrv.ts +2 -19
- package/parameters/OnlineSubsystemEOS.ts +8 -231
- package/parameters/ProjectX.ts +335 -282
- package/parameters/TAGame.ts +4082 -2448
- package/structs/Core.ts +1 -7
- package/structs/Engine.ts +0 -12
- package/structs/OnlineSubsystemSteamworks.ts +2 -13
- package/structs/ProjectX.ts +3 -18
- package/structs/TAGame.ts +186 -104
|
@@ -670,7 +670,7 @@ export const OnlinePurchaseInterfaceSteamworks = {
|
|
|
670
670
|
|
|
671
671
|
/**
|
|
672
672
|
* Engine.OnlineSubsystem Offsets
|
|
673
|
-
* Size:
|
|
673
|
+
* Size: 0x0368
|
|
674
674
|
* Extends: Object_
|
|
675
675
|
*/
|
|
676
676
|
export const OnlineSubsystem = {
|
|
@@ -698,234 +698,233 @@ export const OnlineSubsystem = {
|
|
|
698
698
|
PurchaseInterface: 0x01a8n, // 0x01a8 (0x0010) [UOnlinePurchaseInterface*]
|
|
699
699
|
LobbyInterface: 0x01b8n, // 0x01b8 (0x0010) [UOnlineLobbyInterface*]
|
|
700
700
|
FriendsInterface: 0x01c8n, // 0x01c8 (0x0010) [UOnlineFriendsInterface*]
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
__OnSystemUserControllerPairingChanged__Delegate: 0x0360n, // 0x0360 (0x0018) [FScriptDelegate]
|
|
701
|
+
SearchClass: 0x01d8n, // 0x01d8 (0x0008) [UOnlineGameSearch*]
|
|
702
|
+
bSupportsMultiSignin: 0x01e0n, // 0x01e0 (0x0004) [bool : 0x1]
|
|
703
|
+
bSupportsMultiVoice: 0x01e0n, // 0x01e0 (0x0004) [bool : 0x2]
|
|
704
|
+
bShowPrivilegeCheckErrors: 0x01e0n, // 0x01e0 (0x0004) [bool : 0x4]
|
|
705
|
+
AccountSettings: 0x01e8n, // 0x01e8 (0x0010) [TArray<UPlatformAccountSettings*>]
|
|
706
|
+
BlockListStatuses: 0x01f8n, // 0x01f8 (0x0010) [TArray<UPlatformBlockListStatus*>]
|
|
707
|
+
UnsupportedCorrectiveActionURLs: 0x0208n, // 0x0208 (0x0010) [TArray<UPlatformURL*>]
|
|
708
|
+
SessionManager: 0x0218n, // 0x0218 (0x0008) [UOnlineSessionManager*]
|
|
709
|
+
SteamDLC: 0x0220n, // 0x0220 (0x0010) [TArray<FSteamDLCInfo>]
|
|
710
|
+
PS4DLC: 0x0230n, // 0x0230 (0x0010) [TArray<FPS4DLCInfo>]
|
|
711
|
+
XboxOneDLC: 0x0240n, // 0x0240 (0x0010) [TArray<FXboxOneDLCInfo>]
|
|
712
|
+
SwitchDLC: 0x0250n, // 0x0250 (0x0010) [TArray<FSwitchDLCInfo>]
|
|
713
|
+
EpicDLC: 0x0260n, // 0x0260 (0x0010) [TArray<FEpicDLCInfo>]
|
|
714
|
+
OnlinePlatformType: 0x0270n, // 0x0270 (0x0001) [OnlinePlatform]
|
|
715
|
+
CurrentConnectionStatus: 0x0271n, // 0x0271 (0x0001) [EOnlineServerConnectionStatus]
|
|
716
|
+
OnlineSubsystemNames: 0x0278n, // 0x0278 (0x0010) [TArray<FString>]
|
|
717
|
+
NamedInterfaces: 0x0288n, // 0x0288 (0x0010) [TArray<FNamedInterface>]
|
|
718
|
+
NamedInterfaceDefs: 0x0298n, // 0x0298 (0x0010) [TArray<FNamedInterfaceDef>]
|
|
719
|
+
Sessions: 0x02a8n, // 0x02a8 (0x0010) [TArray<FNamedSession>]
|
|
720
|
+
IniLocPatcherClassName: 0x02b8n, // 0x02b8 (0x0010) [FString]
|
|
721
|
+
Patcher: 0x02c8n, // 0x02c8 (0x0008) [UIniLocPatcher*]
|
|
722
|
+
AsyncMinCompletionTime: 0x02d0n, // 0x02d0 (0x0004) [float]
|
|
723
|
+
__FeaturePrivilegeLevelUpdated__Delegate: 0x02d8n, // 0x02d8 (0x0018) [FScriptDelegate]
|
|
724
|
+
__EventPlatformAccountSettingsCreated__Delegate: 0x02f0n, // 0x02f0 (0x0018) [FScriptDelegate]
|
|
725
|
+
__EventPlatformBlockListStatusCreated__Delegate: 0x0308n, // 0x0308 (0x0018) [FScriptDelegate]
|
|
726
|
+
__OnDeviceSuspend__Delegate: 0x0320n, // 0x0320 (0x0018) [FScriptDelegate]
|
|
727
|
+
__OnReadOnlineAvatarComplete__Delegate: 0x0338n, // 0x0338 (0x0018) [FScriptDelegate]
|
|
728
|
+
__OnSystemUserControllerPairingChanged__Delegate: 0x0350n, // 0x0350 (0x0018) [FScriptDelegate]
|
|
730
729
|
...Object_,
|
|
731
730
|
} as const;
|
|
732
731
|
|
|
733
732
|
/**
|
|
734
733
|
* IpDrv.OnlineSubsystemCommonImpl Offsets
|
|
735
|
-
* Size:
|
|
734
|
+
* Size: 0x03b0
|
|
736
735
|
* Extends: OnlineSubsystem
|
|
737
736
|
*/
|
|
738
737
|
export const OnlineSubsystemCommonImpl = {
|
|
739
|
-
VoiceEngine:
|
|
740
|
-
MaxLocalTalkers:
|
|
741
|
-
MaxRemoteTalkers:
|
|
742
|
-
bIsUsingSpeechRecognition:
|
|
743
|
-
GameInterfaceImpl:
|
|
744
|
-
AuthInterfaceImpl:
|
|
745
|
-
PurchaseInterfaceImpl:
|
|
746
|
-
__OnSanitizeStringComplete__Delegate:
|
|
738
|
+
VoiceEngine: 0x0368n, // 0x0368 (0x0008) [FPointer]
|
|
739
|
+
MaxLocalTalkers: 0x0370n, // 0x0370 (0x0004) [int32]
|
|
740
|
+
MaxRemoteTalkers: 0x0374n, // 0x0374 (0x0004) [int32]
|
|
741
|
+
bIsUsingSpeechRecognition: 0x0378n, // 0x0378 (0x0004) [bool : 0x1]
|
|
742
|
+
GameInterfaceImpl: 0x0380n, // 0x0380 (0x0008) [UOnlineGameInterfaceImpl*]
|
|
743
|
+
AuthInterfaceImpl: 0x0388n, // 0x0388 (0x0008) [UOnlineAuthInterfaceImpl*]
|
|
744
|
+
PurchaseInterfaceImpl: 0x0390n, // 0x0390 (0x0008) [UOnlinePurchaseInterfaceImpl*]
|
|
745
|
+
__OnSanitizeStringComplete__Delegate: 0x0398n, // 0x0398 (0x0018) [FScriptDelegate]
|
|
747
746
|
...OnlineSubsystem,
|
|
748
747
|
} as const;
|
|
749
748
|
|
|
750
749
|
/**
|
|
751
750
|
* OnlineSubsystemSteamworks.OnlineSubsystemSteamworks Offsets
|
|
752
|
-
* Size:
|
|
751
|
+
* Size: 0x1020
|
|
753
752
|
* Extends: OnlineSubsystemCommonImpl
|
|
754
753
|
*/
|
|
755
754
|
export const OnlineSubsystemSteamworks = {
|
|
756
|
-
Discord:
|
|
757
|
-
UnlockedDLC:
|
|
758
|
-
UnlockedDLCDelegates:
|
|
759
|
-
bStoringAchievement:
|
|
760
|
-
bClientStatsStorePending:
|
|
761
|
-
bGSStatsStoresSuccess:
|
|
762
|
-
bNeedsKeyboardTicking:
|
|
763
|
-
bLastHasConnection:
|
|
764
|
-
bIsStatsSessionOk:
|
|
765
|
-
bHasSteamworksAccount:
|
|
766
|
-
bShouldUseMcp:
|
|
767
|
-
bShowIPCCount:
|
|
768
|
-
bInterceptFriendMessages:
|
|
769
|
-
TotalGSStatsStoresPending:
|
|
770
|
-
UserStatsReceivedState:
|
|
771
|
-
LoggedInStatus:
|
|
772
|
-
KeyboardInputWasCanceled:
|
|
773
|
-
bWasKeyboardInputCanceled:
|
|
774
|
-
CurrentNotificationPosition:
|
|
775
|
-
CachedGameInt:
|
|
776
|
-
LocalProfileName:
|
|
777
|
-
LoggedInPlayerName:
|
|
778
|
-
LoggedInPlayerId:
|
|
779
|
-
LoggedInPlayerNum:
|
|
780
|
-
LoggedInCountry:
|
|
781
|
-
AvatarSizes:
|
|
782
|
-
WriteProfileSettingsDelegates:
|
|
783
|
-
CachedProfile:
|
|
784
|
-
LocalPlayerStorageReadDelegates:
|
|
785
|
-
LocalPlayerStorageWriteDelegates:
|
|
786
|
-
RemotePlayerStorageReadDelegates:
|
|
787
|
-
SpeechRecognitionCompleteDelegates:
|
|
788
|
-
ReadFriendsDelegates:
|
|
789
|
-
FriendsChangeDelegates:
|
|
790
|
-
MutingChangeDelegates:
|
|
791
|
-
LoginChangeDelegates:
|
|
792
|
-
LoginFailedDelegates:
|
|
793
|
-
TalkingDelegates:
|
|
794
|
-
ReadOnlineStatsCompleteDelegates:
|
|
795
|
-
FlushOnlineStatsDelegates:
|
|
796
|
-
ConnectionStatusChangeDelegates:
|
|
797
|
-
LinkStatusDelegates:
|
|
798
|
-
ReadTitleFileCompleteDelegates:
|
|
799
|
-
AchievementDelegates:
|
|
800
|
-
AchievementReadDelegates:
|
|
801
|
-
EnumerateUserFilesCompleteDelegates:
|
|
802
|
-
ReadUserFileCompleteDelegates:
|
|
803
|
-
WriteUserFileCompleteDelegates:
|
|
804
|
-
DeleteUserFileCompleteDelegates:
|
|
805
|
-
SharedFileReadCompleteDelegates:
|
|
806
|
-
SharedFileWriteCompleteDelegates:
|
|
807
|
-
ExternalUIChangeDelegates:
|
|
808
|
-
KeyboardInputCompleteDelegates:
|
|
809
|
-
KeyboardInputResults:
|
|
810
|
-
CurrentLocalTalker:
|
|
811
|
-
LastLocalTalkerNotificationTime:
|
|
812
|
-
MaxTalkerNotificationTime:
|
|
813
|
-
PendingRequestUserInformation:
|
|
814
|
-
RemoteTalkers:
|
|
815
|
-
AppID:
|
|
816
|
-
CurrentStatsRead:
|
|
817
|
-
PendingStats:
|
|
818
|
-
KeyboardResultsString:
|
|
819
|
-
KeyboardInputDelegates:
|
|
820
|
-
FriendInviteReceivedDelegates:
|
|
821
|
-
FriendMessageReceivedDelegates:
|
|
822
|
-
AddFriendByNameCompleteDelegates:
|
|
823
|
-
ProfileCache:
|
|
824
|
-
PlayerStorageCache:
|
|
825
|
-
CachedFriendMessage:
|
|
826
|
-
DeviceCache:
|
|
827
|
-
LocationUrlsForInvites:
|
|
828
|
-
LocationUrl:
|
|
829
|
-
ReceivedGameInviteDelegates:
|
|
830
|
-
JoinFriendGameCompleteDelegates:
|
|
831
|
-
GetNumberOfCurrentPlayersCompleteDelegates:
|
|
832
|
-
RegisterHostStatGuidCompleteDelegates:
|
|
833
|
-
CachedFriendMessages:
|
|
834
|
-
StatusMappings:
|
|
835
|
-
DefaultStatus:
|
|
836
|
-
GameInviteMessage:
|
|
837
|
-
ControllerStates:
|
|
838
|
-
ConnectionPresenceTimeInterval:
|
|
839
|
-
ConnectionPresenceElapsedTime:
|
|
840
|
-
EncryptedProductKey:
|
|
841
|
-
MuteList:
|
|
842
|
-
UserCloudFiles:
|
|
843
|
-
UserCloudMetadata:
|
|
844
|
-
SharedFileCache:
|
|
845
|
-
QueuedAvatarRequests:
|
|
846
|
-
AchievementMappings:
|
|
847
|
-
PendingAchievementProgress:
|
|
848
|
-
LeaderboardList:
|
|
849
|
-
DeferredLeaderboardReads:
|
|
850
|
-
DeferredLeaderboardWrites:
|
|
851
|
-
PendingLeaderboardStats:
|
|
852
|
-
LeaderboardNameMappings:
|
|
853
|
-
GameServerStatsMappings:
|
|
854
|
-
CachedPurchaseInt:
|
|
855
|
-
CachedAuthInt:
|
|
856
|
-
PendingRedirects:
|
|
857
|
-
LobbyInterfaceImpl:
|
|
858
|
-
__CanPlayOnlineChanged__Delegate:
|
|
859
|
-
__OnUserSwitchComplete__Delegate:
|
|
860
|
-
__OnUserSignInComplete__Delegate:
|
|
861
|
-
__OnLoginChange__Delegate:
|
|
862
|
-
__OnLoginCancelled__Delegate:
|
|
863
|
-
__OnMutingChange__Delegate:
|
|
864
|
-
__OnFriendsChange__Delegate:
|
|
865
|
-
__OnFriendInviteAccepted__Delegate:
|
|
866
|
-
__FriendPresenceChange__Delegate:
|
|
867
|
-
__OnAvatarChange__Delegate:
|
|
868
|
-
__OnLoginFailed__Delegate:
|
|
869
|
-
__OnLogoutCompleted__Delegate:
|
|
870
|
-
__OnLoginStatusChange__Delegate:
|
|
871
|
-
__OnReadProfileSettingsComplete__Delegate:
|
|
872
|
-
__OnWriteProfileSettingsComplete__Delegate:
|
|
873
|
-
__OnReadPlayerStorageComplete__Delegate:
|
|
874
|
-
__OnReadPlayerStorageForNetIdComplete__Delegate:
|
|
875
|
-
__OnWritePlayerStorageComplete__Delegate:
|
|
876
|
-
__OnReadFriendsComplete__Delegate:
|
|
877
|
-
__OnPlayerTalkingStateChange__Delegate:
|
|
878
|
-
__OnRecognitionComplete__Delegate:
|
|
879
|
-
__OnReadOnlineStatsComplete__Delegate:
|
|
880
|
-
__OnFlushOnlineStatsComplete__Delegate:
|
|
881
|
-
__OnLinkStatusChange__Delegate:
|
|
882
|
-
__OnExternalUIChange__Delegate:
|
|
883
|
-
__OnControllerChange__Delegate:
|
|
884
|
-
__OnUserOrphaned__Delegate:
|
|
885
|
-
__OnUserRestored__Delegate:
|
|
886
|
-
__OnConnectionStatusChange__Delegate:
|
|
887
|
-
__OnStorageDeviceChange__Delegate:
|
|
888
|
-
__OnReadTitleFileComplete__Delegate:
|
|
889
|
-
__OnKeyboardInputComplete__Delegate:
|
|
890
|
-
__OnAddFriendComplete__Delegate:
|
|
891
|
-
__OnQueryUserByDisplayName__Delegate:
|
|
892
|
-
__OnAddFriendByNameComplete__Delegate:
|
|
893
|
-
__OnRemoveFriendComplete__Delegate:
|
|
894
|
-
__OnAcceptFriendInviteComplete__Delegate:
|
|
895
|
-
__OnDenyFriendInviteComplete__Delegate:
|
|
896
|
-
__OnFriendInviteReceived__Delegate:
|
|
897
|
-
__OnFriendInviteCanceled__Delegate:
|
|
898
|
-
__OnReceivedGameInvite__Delegate:
|
|
899
|
-
__OnJoinFriendGameComplete__Delegate:
|
|
900
|
-
__OnFriendMessageReceived__Delegate:
|
|
901
|
-
__OnRegisterHostStatGuidComplete__Delegate:
|
|
902
|
-
__OnDeviceSelectionComplete__Delegate:
|
|
903
|
-
__OnUnlockAchievementComplete__Delegate:
|
|
904
|
-
__OnProfileDataChanged__Delegate:
|
|
905
|
-
__OnReadAchievementsComplete__Delegate:
|
|
906
|
-
__OnGetNumberOfCurrentPlayersComplete__Delegate:
|
|
907
|
-
__OnReadCrossTitleProfileSettingsComplete__Delegate:
|
|
908
|
-
__OnEnumerateUserFilesComplete__Delegate:
|
|
909
|
-
__OnReadUserFileComplete__Delegate:
|
|
910
|
-
__OnWriteUserFileComplete__Delegate:
|
|
911
|
-
__OnDeleteUserFileComplete__Delegate:
|
|
912
|
-
__OnReadSharedFileComplete__Delegate:
|
|
913
|
-
__OnWriteSharedFileComplete__Delegate:
|
|
914
|
-
__OnStorePurchaseCompleteDelegate__Delegate:
|
|
915
|
-
__OnUnlockedDLCChange__Delegate:
|
|
916
|
-
__OnSaveDataNoSpaceDialogComplete__Delegate:
|
|
917
|
-
__OnCommerceDialogClosed__Delegate:
|
|
918
|
-
__OnCloseKickPlayerDialog__Delegate:
|
|
919
|
-
__OnErrorDialogClosed__Delegate:
|
|
920
|
-
__OnRegisteredController__Delegate:
|
|
921
|
-
__OnUnregisteredController__Delegate:
|
|
922
|
-
__OnInputAPIChanged__Delegate:
|
|
923
|
-
__OnPlayerSigningOut__Delegate:
|
|
924
|
-
__EpicIDToPlatformIDCallback__Delegate:
|
|
925
|
-
__OnBlockListUpdated__Delegate:
|
|
926
|
-
__OnPlayerBlocked__Delegate:
|
|
927
|
-
__OnPlayerUnblocked__Delegate:
|
|
928
|
-
__OnCaptureAvailabilityChange__Delegate:
|
|
755
|
+
Discord: 0x03b0n, // 0x03b0 (0x0008) [FPointer]
|
|
756
|
+
UnlockedDLC: 0x03b8n, // 0x03b8 (0x0010) [TArray<FName>]
|
|
757
|
+
UnlockedDLCDelegates: 0x03c8n, // 0x03c8 (0x0010) [TArray<FScriptDelegate>]
|
|
758
|
+
bStoringAchievement: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x1]
|
|
759
|
+
bClientStatsStorePending: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x2]
|
|
760
|
+
bGSStatsStoresSuccess: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x4]
|
|
761
|
+
bNeedsKeyboardTicking: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x8]
|
|
762
|
+
bLastHasConnection: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x10]
|
|
763
|
+
bIsStatsSessionOk: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x20]
|
|
764
|
+
bHasSteamworksAccount: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x40]
|
|
765
|
+
bShouldUseMcp: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x80]
|
|
766
|
+
bShowIPCCount: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x100]
|
|
767
|
+
bInterceptFriendMessages: 0x03d8n, // 0x03d8 (0x0004) [bool : 0x200]
|
|
768
|
+
TotalGSStatsStoresPending: 0x03dcn, // 0x03dc (0x0004) [int32]
|
|
769
|
+
UserStatsReceivedState: 0x03e0n, // 0x03e0 (0x0001) [EOnlineEnumerationReadState]
|
|
770
|
+
LoggedInStatus: 0x03e1n, // 0x03e1 (0x0001) [ELoginStatus]
|
|
771
|
+
KeyboardInputWasCanceled: 0x03e2n, // 0x03e2 (0x0001) [uint8]
|
|
772
|
+
bWasKeyboardInputCanceled: 0x03e3n, // 0x03e3 (0x0001) [uint8]
|
|
773
|
+
CurrentNotificationPosition: 0x03e4n, // 0x03e4 (0x0001) [ENetworkNotificationPosition]
|
|
774
|
+
CachedGameInt: 0x03e8n, // 0x03e8 (0x0008) [UOnlineGameInterfaceSteamworks*]
|
|
775
|
+
LocalProfileName: 0x03f0n, // 0x03f0 (0x0010) [FString]
|
|
776
|
+
LoggedInPlayerName: 0x0400n, // 0x0400 (0x0010) [FString]
|
|
777
|
+
LoggedInPlayerId: 0x0410n, // 0x0410 (0x0048) [FUniqueNetId]
|
|
778
|
+
LoggedInPlayerNum: 0x0458n, // 0x0458 (0x0004) [int32]
|
|
779
|
+
LoggedInCountry: 0x0460n, // 0x0460 (0x0010) [FString]
|
|
780
|
+
AvatarSizes: 0x0470n, // 0x0470 (0x0010) [TArray<int32>]
|
|
781
|
+
WriteProfileSettingsDelegates: 0x0480n, // 0x0480 (0x0010) [TArray<FScriptDelegate>]
|
|
782
|
+
CachedProfile: 0x0490n, // 0x0490 (0x0008) [UOnlineProfileSettings*]
|
|
783
|
+
LocalPlayerStorageReadDelegates: 0x0498n, // 0x0498 (0x0010) [TArray<FScriptDelegate>]
|
|
784
|
+
LocalPlayerStorageWriteDelegates: 0x04a8n, // 0x04a8 (0x0010) [TArray<FScriptDelegate>]
|
|
785
|
+
RemotePlayerStorageReadDelegates: 0x04b8n, // 0x04b8 (0x0010) [TArray<FScriptDelegate>]
|
|
786
|
+
SpeechRecognitionCompleteDelegates: 0x04c8n, // 0x04c8 (0x0010) [TArray<FScriptDelegate>]
|
|
787
|
+
ReadFriendsDelegates: 0x04d8n, // 0x04d8 (0x0010) [TArray<FScriptDelegate>]
|
|
788
|
+
FriendsChangeDelegates: 0x04e8n, // 0x04e8 (0x0010) [TArray<FScriptDelegate>]
|
|
789
|
+
MutingChangeDelegates: 0x04f8n, // 0x04f8 (0x0010) [TArray<FScriptDelegate>]
|
|
790
|
+
LoginChangeDelegates: 0x0508n, // 0x0508 (0x0010) [TArray<FScriptDelegate>]
|
|
791
|
+
LoginFailedDelegates: 0x0518n, // 0x0518 (0x0010) [TArray<FScriptDelegate>]
|
|
792
|
+
TalkingDelegates: 0x0528n, // 0x0528 (0x0010) [TArray<FScriptDelegate>]
|
|
793
|
+
ReadOnlineStatsCompleteDelegates: 0x0538n, // 0x0538 (0x0010) [TArray<FScriptDelegate>]
|
|
794
|
+
FlushOnlineStatsDelegates: 0x0548n, // 0x0548 (0x0010) [TArray<FScriptDelegate>]
|
|
795
|
+
ConnectionStatusChangeDelegates: 0x0558n, // 0x0558 (0x0010) [TArray<FScriptDelegate>]
|
|
796
|
+
LinkStatusDelegates: 0x0568n, // 0x0568 (0x0010) [TArray<FScriptDelegate>]
|
|
797
|
+
ReadTitleFileCompleteDelegates: 0x0578n, // 0x0578 (0x0010) [TArray<FScriptDelegate>]
|
|
798
|
+
AchievementDelegates: 0x0588n, // 0x0588 (0x0010) [TArray<FScriptDelegate>]
|
|
799
|
+
AchievementReadDelegates: 0x0598n, // 0x0598 (0x0010) [TArray<FScriptDelegate>]
|
|
800
|
+
EnumerateUserFilesCompleteDelegates: 0x05a8n, // 0x05a8 (0x0010) [TArray<FScriptDelegate>]
|
|
801
|
+
ReadUserFileCompleteDelegates: 0x05b8n, // 0x05b8 (0x0010) [TArray<FScriptDelegate>]
|
|
802
|
+
WriteUserFileCompleteDelegates: 0x05c8n, // 0x05c8 (0x0010) [TArray<FScriptDelegate>]
|
|
803
|
+
DeleteUserFileCompleteDelegates: 0x05d8n, // 0x05d8 (0x0010) [TArray<FScriptDelegate>]
|
|
804
|
+
SharedFileReadCompleteDelegates: 0x05e8n, // 0x05e8 (0x0010) [TArray<FScriptDelegate>]
|
|
805
|
+
SharedFileWriteCompleteDelegates: 0x05f8n, // 0x05f8 (0x0010) [TArray<FScriptDelegate>]
|
|
806
|
+
ExternalUIChangeDelegates: 0x0608n, // 0x0608 (0x0010) [TArray<FScriptDelegate>]
|
|
807
|
+
KeyboardInputCompleteDelegates: 0x0618n, // 0x0618 (0x0010) [TArray<FScriptDelegate>]
|
|
808
|
+
KeyboardInputResults: 0x0628n, // 0x0628 (0x0010) [FString]
|
|
809
|
+
CurrentLocalTalker: 0x0638n, // 0x0638 (0x0058) [FLocalTalkerSteam]
|
|
810
|
+
LastLocalTalkerNotificationTime: 0x0690n, // 0x0690 (0x0004) [float]
|
|
811
|
+
MaxTalkerNotificationTime: 0x0694n, // 0x0694 (0x0004) [float]
|
|
812
|
+
PendingRequestUserInformation: 0x0698n, // 0x0698 (0x0010) [TArray<FUniqueNetId>]
|
|
813
|
+
RemoteTalkers: 0x06a8n, // 0x06a8 (0x0010) [TArray<FRemoteTalker>]
|
|
814
|
+
AppID: 0x06b8n, // 0x06b8 (0x0004) [int32]
|
|
815
|
+
CurrentStatsRead: 0x06c0n, // 0x06c0 (0x0008) [UOnlineStatsRead*]
|
|
816
|
+
PendingStats: 0x06c8n, // 0x06c8 (0x0010) [TArray<FPendingPlayerStats>]
|
|
817
|
+
KeyboardResultsString: 0x06d8n, // 0x06d8 (0x0010) [FString]
|
|
818
|
+
KeyboardInputDelegates: 0x06e8n, // 0x06e8 (0x0010) [TArray<FScriptDelegate>]
|
|
819
|
+
FriendInviteReceivedDelegates: 0x06f8n, // 0x06f8 (0x0010) [TArray<FScriptDelegate>]
|
|
820
|
+
FriendMessageReceivedDelegates: 0x0708n, // 0x0708 (0x0010) [TArray<FScriptDelegate>]
|
|
821
|
+
AddFriendByNameCompleteDelegates: 0x0718n, // 0x0718 (0x0010) [TArray<FScriptDelegate>]
|
|
822
|
+
ProfileCache: 0x0728n, // 0x0728 (0x0038) [FProfileSettingsCache]
|
|
823
|
+
PlayerStorageCache: 0x0760n, // 0x0760 (0x0008) [UOnlinePlayerStorage*]
|
|
824
|
+
CachedFriendMessage: 0x0768n, // 0x0768 (0x0010) [FString]
|
|
825
|
+
DeviceCache: 0x0778n, // 0x0778 (0x0030) [FDeviceIdCache]
|
|
826
|
+
LocationUrlsForInvites: 0x07a8n, // 0x07a8 (0x0010) [TArray<FString>]
|
|
827
|
+
LocationUrl: 0x07b8n, // 0x07b8 (0x0010) [FString]
|
|
828
|
+
ReceivedGameInviteDelegates: 0x07c8n, // 0x07c8 (0x0010) [TArray<FScriptDelegate>]
|
|
829
|
+
JoinFriendGameCompleteDelegates: 0x07d8n, // 0x07d8 (0x0010) [TArray<FScriptDelegate>]
|
|
830
|
+
GetNumberOfCurrentPlayersCompleteDelegates: 0x07e8n, // 0x07e8 (0x0010) [TArray<FScriptDelegate>]
|
|
831
|
+
RegisterHostStatGuidCompleteDelegates: 0x07f8n, // 0x07f8 (0x0010) [TArray<FScriptDelegate>]
|
|
832
|
+
CachedFriendMessages: 0x0808n, // 0x0808 (0x0010) [TArray<FOnlineFriendMessage>]
|
|
833
|
+
StatusMappings: 0x0818n, // 0x0818 (0x0010) [TArray<FOnlineStatusMapping>]
|
|
834
|
+
DefaultStatus: 0x0828n, // 0x0828 (0x0010) [FString]
|
|
835
|
+
GameInviteMessage: 0x0838n, // 0x0838 (0x0010) [FString]
|
|
836
|
+
ControllerStates: 0x0848n, // 0x0848 (0x0020) [FControllerConnectionState]
|
|
837
|
+
ConnectionPresenceTimeInterval: 0x0868n, // 0x0868 (0x0004) [float]
|
|
838
|
+
ConnectionPresenceElapsedTime: 0x086cn, // 0x086c (0x0004) [float]
|
|
839
|
+
EncryptedProductKey: 0x0870n, // 0x0870 (0x0010) [FString]
|
|
840
|
+
MuteList: 0x0880n, // 0x0880 (0x0010) [TArray<FUniqueNetId>]
|
|
841
|
+
UserCloudFiles: 0x0890n, // 0x0890 (0x0010) [TArray<FSteamUserCloud>]
|
|
842
|
+
UserCloudMetadata: 0x08a0n, // 0x08a0 (0x0010) [TArray<FSteamUserCloudMetadata>]
|
|
843
|
+
SharedFileCache: 0x08b0n, // 0x08b0 (0x0010) [TArray<FTitleFile>]
|
|
844
|
+
QueuedAvatarRequests: 0x08c0n, // 0x08c0 (0x0010) [TArray<FQueuedAvatarRequest>]
|
|
845
|
+
AchievementMappings: 0x08d0n, // 0x08d0 (0x0010) [TArray<FAchievementMappingInfo>]
|
|
846
|
+
PendingAchievementProgress: 0x08e0n, // 0x08e0 (0x0010) [TArray<FAchievementProgressStat>]
|
|
847
|
+
LeaderboardList: 0x08f0n, // 0x08f0 (0x0010) [TArray<FLeaderboardTemplate>]
|
|
848
|
+
DeferredLeaderboardReads: 0x0900n, // 0x0900 (0x0010) [TArray<FDeferredLeaderboardRead>]
|
|
849
|
+
DeferredLeaderboardWrites: 0x0910n, // 0x0910 (0x0010) [TArray<FDeferredLeaderboardWrite>]
|
|
850
|
+
PendingLeaderboardStats: 0x0920n, // 0x0920 (0x0010) [TArray<FDeferredLeaderboardWrite>]
|
|
851
|
+
LeaderboardNameMappings: 0x0930n, // 0x0930 (0x0010) [TArray<FViewIdToLeaderboardName>]
|
|
852
|
+
GameServerStatsMappings: 0x0940n, // 0x0940 (0x0010) [TArray<int32>]
|
|
853
|
+
CachedPurchaseInt: 0x0950n, // 0x0950 (0x0008) [UOnlinePurchaseInterfaceSteamworks*]
|
|
854
|
+
CachedAuthInt: 0x0958n, // 0x0958 (0x0008) [UOnlineAuthInterfaceSteamworks*]
|
|
855
|
+
PendingRedirects: 0x0960n, // 0x0960 (0x0010) [TArray<FIpAddr>]
|
|
856
|
+
LobbyInterfaceImpl: 0x0970n, // 0x0970 (0x0008) [UOnlineLobbyInterfaceSteamworks*]
|
|
857
|
+
__CanPlayOnlineChanged__Delegate: 0x0978n, // 0x0978 (0x0018) [FScriptDelegate]
|
|
858
|
+
__OnUserSwitchComplete__Delegate: 0x0990n, // 0x0990 (0x0018) [FScriptDelegate]
|
|
859
|
+
__OnUserSignInComplete__Delegate: 0x09a8n, // 0x09a8 (0x0018) [FScriptDelegate]
|
|
860
|
+
__OnLoginChange__Delegate: 0x09c0n, // 0x09c0 (0x0018) [FScriptDelegate]
|
|
861
|
+
__OnLoginCancelled__Delegate: 0x09d8n, // 0x09d8 (0x0018) [FScriptDelegate]
|
|
862
|
+
__OnMutingChange__Delegate: 0x09f0n, // 0x09f0 (0x0018) [FScriptDelegate]
|
|
863
|
+
__OnFriendsChange__Delegate: 0x0a08n, // 0x0a08 (0x0018) [FScriptDelegate]
|
|
864
|
+
__OnFriendInviteAccepted__Delegate: 0x0a20n, // 0x0a20 (0x0018) [FScriptDelegate]
|
|
865
|
+
__FriendPresenceChange__Delegate: 0x0a38n, // 0x0a38 (0x0018) [FScriptDelegate]
|
|
866
|
+
__OnAvatarChange__Delegate: 0x0a50n, // 0x0a50 (0x0018) [FScriptDelegate]
|
|
867
|
+
__OnLoginFailed__Delegate: 0x0a68n, // 0x0a68 (0x0018) [FScriptDelegate]
|
|
868
|
+
__OnLogoutCompleted__Delegate: 0x0a80n, // 0x0a80 (0x0018) [FScriptDelegate]
|
|
869
|
+
__OnLoginStatusChange__Delegate: 0x0a98n, // 0x0a98 (0x0018) [FScriptDelegate]
|
|
870
|
+
__OnReadProfileSettingsComplete__Delegate: 0x0ab0n, // 0x0ab0 (0x0018) [FScriptDelegate]
|
|
871
|
+
__OnWriteProfileSettingsComplete__Delegate: 0x0ac8n, // 0x0ac8 (0x0018) [FScriptDelegate]
|
|
872
|
+
__OnReadPlayerStorageComplete__Delegate: 0x0ae0n, // 0x0ae0 (0x0018) [FScriptDelegate]
|
|
873
|
+
__OnReadPlayerStorageForNetIdComplete__Delegate: 0x0af8n, // 0x0af8 (0x0018) [FScriptDelegate]
|
|
874
|
+
__OnWritePlayerStorageComplete__Delegate: 0x0b10n, // 0x0b10 (0x0018) [FScriptDelegate]
|
|
875
|
+
__OnReadFriendsComplete__Delegate: 0x0b28n, // 0x0b28 (0x0018) [FScriptDelegate]
|
|
876
|
+
__OnPlayerTalkingStateChange__Delegate: 0x0b40n, // 0x0b40 (0x0018) [FScriptDelegate]
|
|
877
|
+
__OnRecognitionComplete__Delegate: 0x0b58n, // 0x0b58 (0x0018) [FScriptDelegate]
|
|
878
|
+
__OnReadOnlineStatsComplete__Delegate: 0x0b70n, // 0x0b70 (0x0018) [FScriptDelegate]
|
|
879
|
+
__OnFlushOnlineStatsComplete__Delegate: 0x0b88n, // 0x0b88 (0x0018) [FScriptDelegate]
|
|
880
|
+
__OnLinkStatusChange__Delegate: 0x0ba0n, // 0x0ba0 (0x0018) [FScriptDelegate]
|
|
881
|
+
__OnExternalUIChange__Delegate: 0x0bb8n, // 0x0bb8 (0x0018) [FScriptDelegate]
|
|
882
|
+
__OnControllerChange__Delegate: 0x0bd0n, // 0x0bd0 (0x0018) [FScriptDelegate]
|
|
883
|
+
__OnUserOrphaned__Delegate: 0x0be8n, // 0x0be8 (0x0018) [FScriptDelegate]
|
|
884
|
+
__OnUserRestored__Delegate: 0x0c00n, // 0x0c00 (0x0018) [FScriptDelegate]
|
|
885
|
+
__OnConnectionStatusChange__Delegate: 0x0c18n, // 0x0c18 (0x0018) [FScriptDelegate]
|
|
886
|
+
__OnStorageDeviceChange__Delegate: 0x0c30n, // 0x0c30 (0x0018) [FScriptDelegate]
|
|
887
|
+
__OnReadTitleFileComplete__Delegate: 0x0c48n, // 0x0c48 (0x0018) [FScriptDelegate]
|
|
888
|
+
__OnKeyboardInputComplete__Delegate: 0x0c60n, // 0x0c60 (0x0018) [FScriptDelegate]
|
|
889
|
+
__OnAddFriendComplete__Delegate: 0x0c78n, // 0x0c78 (0x0018) [FScriptDelegate]
|
|
890
|
+
__OnQueryUserByDisplayName__Delegate: 0x0c90n, // 0x0c90 (0x0018) [FScriptDelegate]
|
|
891
|
+
__OnAddFriendByNameComplete__Delegate: 0x0ca8n, // 0x0ca8 (0x0018) [FScriptDelegate]
|
|
892
|
+
__OnRemoveFriendComplete__Delegate: 0x0cc0n, // 0x0cc0 (0x0018) [FScriptDelegate]
|
|
893
|
+
__OnAcceptFriendInviteComplete__Delegate: 0x0cd8n, // 0x0cd8 (0x0018) [FScriptDelegate]
|
|
894
|
+
__OnDenyFriendInviteComplete__Delegate: 0x0cf0n, // 0x0cf0 (0x0018) [FScriptDelegate]
|
|
895
|
+
__OnFriendInviteReceived__Delegate: 0x0d08n, // 0x0d08 (0x0018) [FScriptDelegate]
|
|
896
|
+
__OnFriendInviteCanceled__Delegate: 0x0d20n, // 0x0d20 (0x0018) [FScriptDelegate]
|
|
897
|
+
__OnReceivedGameInvite__Delegate: 0x0d38n, // 0x0d38 (0x0018) [FScriptDelegate]
|
|
898
|
+
__OnJoinFriendGameComplete__Delegate: 0x0d50n, // 0x0d50 (0x0018) [FScriptDelegate]
|
|
899
|
+
__OnFriendMessageReceived__Delegate: 0x0d68n, // 0x0d68 (0x0018) [FScriptDelegate]
|
|
900
|
+
__OnRegisterHostStatGuidComplete__Delegate: 0x0d80n, // 0x0d80 (0x0018) [FScriptDelegate]
|
|
901
|
+
__OnDeviceSelectionComplete__Delegate: 0x0d98n, // 0x0d98 (0x0018) [FScriptDelegate]
|
|
902
|
+
__OnUnlockAchievementComplete__Delegate: 0x0db0n, // 0x0db0 (0x0018) [FScriptDelegate]
|
|
903
|
+
__OnProfileDataChanged__Delegate: 0x0dc8n, // 0x0dc8 (0x0018) [FScriptDelegate]
|
|
904
|
+
__OnReadAchievementsComplete__Delegate: 0x0de0n, // 0x0de0 (0x0018) [FScriptDelegate]
|
|
905
|
+
__OnGetNumberOfCurrentPlayersComplete__Delegate: 0x0df8n, // 0x0df8 (0x0018) [FScriptDelegate]
|
|
906
|
+
__OnReadCrossTitleProfileSettingsComplete__Delegate: 0x0e10n, // 0x0e10 (0x0018) [FScriptDelegate]
|
|
907
|
+
__OnEnumerateUserFilesComplete__Delegate: 0x0e28n, // 0x0e28 (0x0018) [FScriptDelegate]
|
|
908
|
+
__OnReadUserFileComplete__Delegate: 0x0e40n, // 0x0e40 (0x0018) [FScriptDelegate]
|
|
909
|
+
__OnWriteUserFileComplete__Delegate: 0x0e58n, // 0x0e58 (0x0018) [FScriptDelegate]
|
|
910
|
+
__OnDeleteUserFileComplete__Delegate: 0x0e70n, // 0x0e70 (0x0018) [FScriptDelegate]
|
|
911
|
+
__OnReadSharedFileComplete__Delegate: 0x0e88n, // 0x0e88 (0x0018) [FScriptDelegate]
|
|
912
|
+
__OnWriteSharedFileComplete__Delegate: 0x0ea0n, // 0x0ea0 (0x0018) [FScriptDelegate]
|
|
913
|
+
__OnStorePurchaseCompleteDelegate__Delegate: 0x0eb8n, // 0x0eb8 (0x0018) [FScriptDelegate]
|
|
914
|
+
__OnUnlockedDLCChange__Delegate: 0x0ed0n, // 0x0ed0 (0x0018) [FScriptDelegate]
|
|
915
|
+
__OnSaveDataNoSpaceDialogComplete__Delegate: 0x0ee8n, // 0x0ee8 (0x0018) [FScriptDelegate]
|
|
916
|
+
__OnCommerceDialogClosed__Delegate: 0x0f00n, // 0x0f00 (0x0018) [FScriptDelegate]
|
|
917
|
+
__OnCloseKickPlayerDialog__Delegate: 0x0f18n, // 0x0f18 (0x0018) [FScriptDelegate]
|
|
918
|
+
__OnErrorDialogClosed__Delegate: 0x0f30n, // 0x0f30 (0x0018) [FScriptDelegate]
|
|
919
|
+
__OnRegisteredController__Delegate: 0x0f48n, // 0x0f48 (0x0018) [FScriptDelegate]
|
|
920
|
+
__OnUnregisteredController__Delegate: 0x0f60n, // 0x0f60 (0x0018) [FScriptDelegate]
|
|
921
|
+
__OnInputAPIChanged__Delegate: 0x0f78n, // 0x0f78 (0x0018) [FScriptDelegate]
|
|
922
|
+
__OnPlayerSigningOut__Delegate: 0x0f90n, // 0x0f90 (0x0018) [FScriptDelegate]
|
|
923
|
+
__EpicIDToPlatformIDCallback__Delegate: 0x0fa8n, // 0x0fa8 (0x0018) [FScriptDelegate]
|
|
924
|
+
__OnBlockListUpdated__Delegate: 0x0fc0n, // 0x0fc0 (0x0018) [FScriptDelegate]
|
|
925
|
+
__OnPlayerBlocked__Delegate: 0x0fd8n, // 0x0fd8 (0x0018) [FScriptDelegate]
|
|
926
|
+
__OnPlayerUnblocked__Delegate: 0x0ff0n, // 0x0ff0 (0x0018) [FScriptDelegate]
|
|
927
|
+
__OnCaptureAvailabilityChange__Delegate: 0x1008n, // 0x1008 (0x0018) [FScriptDelegate]
|
|
929
928
|
...OnlineSubsystemCommonImpl,
|
|
930
929
|
} as const;
|
|
931
930
|
|