@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
package/parameters/ProjectX.ts
CHANGED
|
@@ -5,15 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
7
|
import type { UAkPlaySoundComponent } from '../classes/AkAudio';
|
|
8
|
-
import type {
|
|
9
|
-
UAsyncTask,
|
|
10
|
-
UDebugDrawer,
|
|
11
|
-
UError,
|
|
12
|
-
UErrorType,
|
|
13
|
-
UObject,
|
|
14
|
-
UObjectProvider,
|
|
15
|
-
UStringMap,
|
|
16
|
-
} from '../classes/Core';
|
|
8
|
+
import type { UAsyncTask, UDebugDrawer, UError, UErrorType, UObject, UObjectProvider, UStringMap } from '../classes/Core';
|
|
17
9
|
import type {
|
|
18
10
|
UActor,
|
|
19
11
|
UActorComponent,
|
|
@@ -56,6 +48,7 @@ import type {
|
|
|
56
48
|
USequenceEvent,
|
|
57
49
|
USkelControlBase,
|
|
58
50
|
USkeletalMeshComponent,
|
|
51
|
+
UStaticMeshComponent,
|
|
59
52
|
UTexture,
|
|
60
53
|
UTexture2DDynamic,
|
|
61
54
|
UTimeWindow,
|
|
@@ -485,6 +478,7 @@ import type {
|
|
|
485
478
|
U__PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0x1,
|
|
486
479
|
U__PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0x1,
|
|
487
480
|
U__PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1,
|
|
481
|
+
U__PlayerController_X__CloseConnectionWithReason_0x1,
|
|
488
482
|
U__PsyNetBeacon_X__SendMessageToClients_0x1,
|
|
489
483
|
U__PsyNetBeacon_X__SendMessageToServer_0x1,
|
|
490
484
|
U__PsyNetConnection_X__ProcessServiceCall_0x1,
|
|
@@ -585,19 +579,7 @@ import type {
|
|
|
585
579
|
EWordFilterUsage,
|
|
586
580
|
PartyProcessingStatus,
|
|
587
581
|
} from '../enums/ProjectX';
|
|
588
|
-
import type {
|
|
589
|
-
FBox,
|
|
590
|
-
FColor,
|
|
591
|
-
FEncryptedKeyIndex,
|
|
592
|
-
FGuid,
|
|
593
|
-
FIntPoint,
|
|
594
|
-
FLinearColor,
|
|
595
|
-
FRotator,
|
|
596
|
-
FTPOV,
|
|
597
|
-
FUniqueNetId,
|
|
598
|
-
FVector,
|
|
599
|
-
FVector2D,
|
|
600
|
-
} from '../structs/Core';
|
|
582
|
+
import type { FBox, FColor, FEncryptedKeyIndex, FGuid, FIntPoint, FLinearColor, FRotator, FTPOV, FUniqueNetId, FVector, FVector2D } from '../structs/Core';
|
|
601
583
|
import type {
|
|
602
584
|
FActiveLobbyInfo,
|
|
603
585
|
FBasicLobbyInfo,
|
|
@@ -727,11 +709,10 @@ import type {
|
|
|
727
709
|
/**
|
|
728
710
|
* Function ProjectX.____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1.____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1
|
|
729
711
|
*/
|
|
730
|
-
export type ____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1_____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1_Params =
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
};
|
|
712
|
+
export type ____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1_____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1_Params = {
|
|
713
|
+
LM: FLobbyMember; // 0x0000 (0x0068) [FLobbyMember] [CPF_Parm]
|
|
714
|
+
ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
715
|
+
};
|
|
735
716
|
|
|
736
717
|
/**
|
|
737
718
|
* Function ProjectX.____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1.____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1
|
|
@@ -855,19 +836,17 @@ export type __AvatarRequester_X__TimerReadAvatars_0x1___AvatarRequester_X__Timer
|
|
|
855
836
|
/**
|
|
856
837
|
* Function ProjectX.__BlockStatusReporter_X__OnBlockListDownloadComplete_0x1.__BlockStatusReporter_X__OnBlockListDownloadComplete_0x1
|
|
857
838
|
*/
|
|
858
|
-
export type __BlockStatusReporter_X__OnBlockListDownloadComplete_0x1___BlockStatusReporter_X__OnBlockListDownloadComplete_0x1_Params =
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
};
|
|
839
|
+
export type __BlockStatusReporter_X__OnBlockListDownloadComplete_0x1___BlockStatusReporter_X__OnBlockListDownloadComplete_0x1_Params = {
|
|
840
|
+
Sub: FPlayerBlockListenData; // 0x0000 (0x0028) [FPlayerBlockListenData] [CPF_Parm]
|
|
841
|
+
};
|
|
862
842
|
|
|
863
843
|
/**
|
|
864
844
|
* Function ProjectX.__BlockStatusReporter_X__TriggerPlayerCallback_0x1.__BlockStatusReporter_X__TriggerPlayerCallback_0x1
|
|
865
845
|
*/
|
|
866
|
-
export type __BlockStatusReporter_X__TriggerPlayerCallback_0x1___BlockStatusReporter_X__TriggerPlayerCallback_0x1_Params =
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
};
|
|
846
|
+
export type __BlockStatusReporter_X__TriggerPlayerCallback_0x1___BlockStatusReporter_X__TriggerPlayerCallback_0x1_Params = {
|
|
847
|
+
BlockedPlayer: FOnlineFriend; // 0x0000 (0x0118) [FOnlineFriend] [CPF_Parm]
|
|
848
|
+
ReturnValue: boolean; // 0x0118 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
849
|
+
};
|
|
871
850
|
|
|
872
851
|
/**
|
|
873
852
|
* Function ProjectX.__CheatManager_X__RandomSleep_0x1.__CheatManager_X__RandomSleep_0x1
|
|
@@ -885,11 +864,10 @@ export type __ClubUtil_X__IsClubTeam_0x1___ClubUtil_X__IsClubTeam_0x1_Params = {
|
|
|
885
864
|
/**
|
|
886
865
|
* Function ProjectX.__CrossplayConfig_X__GetDisabledCrossplayGroup_0x1.__CrossplayConfig_X__GetDisabledCrossplayGroup_0x1
|
|
887
866
|
*/
|
|
888
|
-
export type __CrossplayConfig_X__GetDisabledCrossplayGroup_0x1___CrossplayConfig_X__GetDisabledCrossplayGroup_0x1_Params =
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
};
|
|
867
|
+
export type __CrossplayConfig_X__GetDisabledCrossplayGroup_0x1___CrossplayConfig_X__GetDisabledCrossplayGroup_0x1_Params = {
|
|
868
|
+
P: FCrossplayGroup; // 0x0000 (0x0010) [FCrossplayGroup] [CPF_Parm]
|
|
869
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
870
|
+
};
|
|
893
871
|
|
|
894
872
|
/**
|
|
895
873
|
* Function ProjectX.__EOSHelpers_X__RequestClientAuthToken_0x1.__EOSHelpers_X__RequestClientAuthToken_0x1
|
|
@@ -921,12 +899,11 @@ export type __EOSHelpers_X__SendHTTPRequest_0x1___EOSHelpers_X__SendHTTPRequest_
|
|
|
921
899
|
/**
|
|
922
900
|
* Function ProjectX.__EOSHelpers_X__SendHTTPRequestEOSToken_0x2.____EOSHelpers_X__SendHTTPRequestEOSToken_0x2____EOSHelpers_X__SendHTTPRequestEOSToken_0x1_0x1
|
|
923
901
|
*/
|
|
924
|
-
export type __EOSHelpers_X__SendHTTPRequestEOSToken_0x2_____EOSHelpers_X__SendHTTPRequestEOSToken_0x2____EOSHelpers_X__SendHTTPRequestEOSToken_0x1_0x1_Params =
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
};
|
|
902
|
+
export type __EOSHelpers_X__SendHTTPRequestEOSToken_0x2_____EOSHelpers_X__SendHTTPRequestEOSToken_0x2____EOSHelpers_X__SendHTTPRequestEOSToken_0x1_0x1_Params = {
|
|
903
|
+
bSuccess: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
904
|
+
EASAuthTicket: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
905
|
+
bInvalidAuthToken: boolean; // 0x0018 (0x0004) [bool : 0x1]
|
|
906
|
+
};
|
|
930
907
|
|
|
931
908
|
/**
|
|
932
909
|
* Function ProjectX.__EOSHelpers_X__SendHTTPRequestEOSToken_0x2.__EOSHelpers_X__SendHTTPRequestEOSToken_0x1
|
|
@@ -969,12 +946,11 @@ export type __EpicFriendsPlugin_X__AcceptFriendRequest_0x1___EpicFriendsPlugin_X
|
|
|
969
946
|
/**
|
|
970
947
|
* Function ProjectX.__EpicFriendsPlugin_X__AddFriendWithCustomCallback_0x1.__EpicFriendsPlugin_X__AddFriendWithCustomCallback_0x1
|
|
971
948
|
*/
|
|
972
|
-
export type __EpicFriendsPlugin_X__AddFriendWithCustomCallback_0x1___EpicFriendsPlugin_X__AddFriendWithCustomCallback_0x1_Params =
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
};
|
|
949
|
+
export type __EpicFriendsPlugin_X__AddFriendWithCustomCallback_0x1___EpicFriendsPlugin_X__AddFriendWithCustomCallback_0x1_Params = {
|
|
950
|
+
R: UEOS_ManageFriendsListResponse; // 0x0000 (0x0008) [UEOS_ManageFriendsListResponse*] [CPF_Parm]
|
|
951
|
+
E: UError; // 0x0008 (0x0008) [UError*] [CPF_Parm]
|
|
952
|
+
ResponseCode: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
953
|
+
};
|
|
978
954
|
|
|
979
955
|
/**
|
|
980
956
|
* Function ProjectX.__EpicFriendsPlugin_X__bLock_0x1.__EpicFriendsPlugin_X__bLock_0x1
|
|
@@ -988,12 +964,11 @@ export type __EpicFriendsPlugin_X__bLock_0x1___EpicFriendsPlugin_X__bLock_0x1_Pa
|
|
|
988
964
|
/**
|
|
989
965
|
* Function ProjectX.__EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_0x1.__EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_0x1
|
|
990
966
|
*/
|
|
991
|
-
export type __EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_0x1___EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_0x1_Params =
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
};
|
|
967
|
+
export type __EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_0x1___EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_0x1_Params = {
|
|
968
|
+
R: UEOS_GetAccountsResponse; // 0x0000 (0x0008) [UEOS_GetAccountsResponse*] [CPF_Parm]
|
|
969
|
+
E: UError; // 0x0008 (0x0008) [UError*] [CPF_Parm]
|
|
970
|
+
ResponseCode: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
971
|
+
};
|
|
997
972
|
|
|
998
973
|
/**
|
|
999
974
|
* Function ProjectX.__EpicFriendsPlugin_X__RejectFriendRequest_0x1.__EpicFriendsPlugin_X__RejectFriendRequest_0x1
|
|
@@ -1030,10 +1005,9 @@ export type __EpicLogin_X__HandleLoginChanged_0x1___EpicLogin_X__HandleLoginChan
|
|
|
1030
1005
|
/**
|
|
1031
1006
|
* Function ProjectX.__EpicLogin_X__RequestNintendoAccountAuthorization_0x1.__EpicLogin_X__RequestNintendoAccountAuthorization_0x1
|
|
1032
1007
|
*/
|
|
1033
|
-
export type __EpicLogin_X__RequestNintendoAccountAuthorization_0x1___EpicLogin_X__RequestNintendoAccountAuthorization_0x1_Params =
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
};
|
|
1008
|
+
export type __EpicLogin_X__RequestNintendoAccountAuthorization_0x1___EpicLogin_X__RequestNintendoAccountAuthorization_0x1_Params = {
|
|
1009
|
+
NintendoAccountToken: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1010
|
+
};
|
|
1037
1011
|
|
|
1038
1012
|
/**
|
|
1039
1013
|
* Function ProjectX.__EpicLogin_X__TriggerAuthTicketDelegate_0x1.__EpicLogin_X__TriggerAuthTicketDelegate_0x1
|
|
@@ -1046,21 +1020,19 @@ export type __EpicLogin_X__TriggerAuthTicketDelegate_0x1___EpicLogin_X__TriggerA
|
|
|
1046
1020
|
/**
|
|
1047
1021
|
* Function ProjectX.__EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1.____EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1____EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1_0x1
|
|
1048
1022
|
*/
|
|
1049
|
-
export type __EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1_____EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1____EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1_0x1_Params =
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
};
|
|
1023
|
+
export type __EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1_____EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1____EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1_0x1_Params = {
|
|
1024
|
+
Ticket: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1025
|
+
Id: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
1026
|
+
Err: UError; // 0x0020 (0x0008) [UError*] [CPF_Parm]
|
|
1027
|
+
};
|
|
1055
1028
|
|
|
1056
1029
|
/**
|
|
1057
1030
|
* Function ProjectX.__EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1.__EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1
|
|
1058
1031
|
*/
|
|
1059
|
-
export type __EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1___EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1_Params =
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
};
|
|
1032
|
+
export type __EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1___EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1_Params = {
|
|
1033
|
+
bSuccess: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
1034
|
+
AuthTicket: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1035
|
+
};
|
|
1064
1036
|
|
|
1065
1037
|
/**
|
|
1066
1038
|
* Function ProjectX.__LocalClubData_X__GetClubByID_0x1.__LocalClubData_X__GetClubByID_0x1
|
|
@@ -1177,19 +1149,17 @@ export type __OnlineClubProvider_X__SyncClubDetailsArray_0x1___OnlineClubProvide
|
|
|
1177
1149
|
/**
|
|
1178
1150
|
* Function ProjectX.__OnlineClubProvider_X__SyncPlayerClubDetails_0x1.__OnlineClubProvider_X__SyncPlayerClubDetails_0x1
|
|
1179
1151
|
*/
|
|
1180
|
-
export type __OnlineClubProvider_X__SyncPlayerClubDetails_0x1___OnlineClubProvider_X__SyncPlayerClubDetails_0x1_Params =
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
};
|
|
1152
|
+
export type __OnlineClubProvider_X__SyncPlayerClubDetails_0x1___OnlineClubProvider_X__SyncPlayerClubDetails_0x1_Params = {
|
|
1153
|
+
R: URPC_GetPlayerClubDetails_X; // 0x0000 (0x0008) [URPC_GetPlayerClubDetails_X*] [CPF_Parm]
|
|
1154
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1155
|
+
};
|
|
1185
1156
|
|
|
1186
1157
|
/**
|
|
1187
1158
|
* Function ProjectX.__OnlineClubProvider_X__SyncPlayerClubDetails_0x1.__OnlineClubProvider_X__SyncPlayerClubDetails_0x2
|
|
1188
1159
|
*/
|
|
1189
|
-
export type __OnlineClubProvider_X__SyncPlayerClubDetails_0x1___OnlineClubProvider_X__SyncPlayerClubDetails_0x2_Params =
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
};
|
|
1160
|
+
export type __OnlineClubProvider_X__SyncPlayerClubDetails_0x1___OnlineClubProvider_X__SyncPlayerClubDetails_0x2_Params = {
|
|
1161
|
+
_: URPC_X; // 0x0000 (0x0008) [URPC_X*] [CPF_Parm]
|
|
1162
|
+
};
|
|
1193
1163
|
|
|
1194
1164
|
/**
|
|
1195
1165
|
* Function ProjectX.__OnlineGame_X__CheckPsyNetConnection_0x1.__OnlineGame_X__CheckPsyNetConnection_0x1
|
|
@@ -1198,6 +1168,13 @@ export type __OnlineGame_X__CheckPsyNetConnection_0x1___OnlineGame_X__CheckPsyNe
|
|
|
1198
1168
|
Auth: UOnlinePlayerAuthentication_X; // 0x0000 (0x0008) [UOnlinePlayerAuthentication_X*] [CPF_Parm]
|
|
1199
1169
|
};
|
|
1200
1170
|
|
|
1171
|
+
/**
|
|
1172
|
+
* Function ProjectX.__OnlineGame_X__CheckPsyNetConnection_0x1.__OnlineGame_X__CheckPsyNetConnection_0x2
|
|
1173
|
+
*/
|
|
1174
|
+
export type __OnlineGame_X__CheckPsyNetConnection_0x1___OnlineGame_X__CheckPsyNetConnection_0x2_Params = {
|
|
1175
|
+
Auth: UOnlinePlayerAuthentication_X; // 0x0000 (0x0008) [UOnlinePlayerAuthentication_X*] [CPF_Parm]
|
|
1176
|
+
};
|
|
1177
|
+
|
|
1201
1178
|
/**
|
|
1202
1179
|
* Function ProjectX.__OnlineGame_X__GetOnlinePlayerFromEpicId_0x1.__OnlineGame_X__GetOnlinePlayerFromEpicId_0x1
|
|
1203
1180
|
*/
|
|
@@ -1217,11 +1194,10 @@ export type __OnlineGame_X__GetOnlinePlayerFromPlayerId_0x1___OnlineGame_X__GetO
|
|
|
1217
1194
|
/**
|
|
1218
1195
|
* Function ProjectX.__OnlineGameMatchmaking_X__AddRecommendedServers_0x1.__OnlineGameMatchmaking_X__AddRecommendedServers_0x1
|
|
1219
1196
|
*/
|
|
1220
|
-
export type __OnlineGameMatchmaking_X__AddRecommendedServers_0x1___OnlineGameMatchmaking_X__AddRecommendedServers_0x1_Params =
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
};
|
|
1197
|
+
export type __OnlineGameMatchmaking_X__AddRecommendedServers_0x1___OnlineGameMatchmaking_X__AddRecommendedServers_0x1_Params = {
|
|
1198
|
+
R: URegionPing_X; // 0x0000 (0x0008) [URegionPing_X*] [CPF_Parm]
|
|
1199
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1200
|
+
};
|
|
1225
1201
|
|
|
1226
1202
|
/**
|
|
1227
1203
|
* Function ProjectX.__OnlineGameMatchmaking_X__GetSubRegionPings_0x1.__OnlineGameMatchmaking_X__GetSubRegionPings_0x1
|
|
@@ -1234,11 +1210,10 @@ export type __OnlineGameMatchmaking_X__GetSubRegionPings_0x1___OnlineGameMatchma
|
|
|
1234
1210
|
/**
|
|
1235
1211
|
* Function ProjectX.__OnlineGameMatchmaking_X__OnReceiveGameServer_0x1.__OnlineGameMatchmaking_X__OnReceiveGameServer_0x1
|
|
1236
1212
|
*/
|
|
1237
|
-
export type __OnlineGameMatchmaking_X__OnReceiveGameServer_0x1___OnlineGameMatchmaking_X__OnReceiveGameServer_0x1_Params =
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
};
|
|
1213
|
+
export type __OnlineGameMatchmaking_X__OnReceiveGameServer_0x1___OnlineGameMatchmaking_X__OnReceiveGameServer_0x1_Params = {
|
|
1214
|
+
R: FDSRegionInfo; // 0x0000 (0x0018) [FDSRegionInfo] [CPF_Parm]
|
|
1215
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1216
|
+
};
|
|
1242
1217
|
|
|
1243
1218
|
/**
|
|
1244
1219
|
* Function ProjectX.__OnlineGameMatchmaking_X__RecordStart_0x2.__OnlineGameMatchmaking_X__RecordStart_0x2
|
|
@@ -1251,11 +1226,10 @@ export type __OnlineGameMatchmaking_X__RecordStart_0x2___OnlineGameMatchmaking_X
|
|
|
1251
1226
|
/**
|
|
1252
1227
|
* Function ProjectX.__OnlineGameParty_X__BroadcastAllLocalPlayers_0x2.__OnlineGameParty_X__BroadcastAllLocalPlayers_0x2
|
|
1253
1228
|
*/
|
|
1254
|
-
export type __OnlineGameParty_X__BroadcastAllLocalPlayers_0x2___OnlineGameParty_X__BroadcastAllLocalPlayers_0x2_Params =
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
};
|
|
1229
|
+
export type __OnlineGameParty_X__BroadcastAllLocalPlayers_0x2___OnlineGameParty_X__BroadcastAllLocalPlayers_0x2_Params = {
|
|
1230
|
+
PM: FPartyMember; // 0x0000 (0x0180) [FPartyMember] [CPF_Parm]
|
|
1231
|
+
ReturnValue: boolean; // 0x0180 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1232
|
+
};
|
|
1259
1233
|
|
|
1260
1234
|
/**
|
|
1261
1235
|
* Function ProjectX.__OnlineGameParty_X__CreatePartyInternal_0x1.__OnlineGameParty_X__CreatePartyInternal_0x1
|
|
@@ -1267,17 +1241,15 @@ export type __OnlineGameParty_X__CreatePartyInternal_0x1___OnlineGameParty_X__Cr
|
|
|
1267
1241
|
/**
|
|
1268
1242
|
* Function ProjectX.__OnlineGameParty_X__GetPlayersWithPrimaryMemberID_0x1.__OnlineGameParty_X__GetPlayersWithPrimaryMemberID_0x1
|
|
1269
1243
|
*/
|
|
1270
|
-
export type __OnlineGameParty_X__GetPlayersWithPrimaryMemberID_0x1___OnlineGameParty_X__GetPlayersWithPrimaryMemberID_0x1_Params =
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
};
|
|
1244
|
+
export type __OnlineGameParty_X__GetPlayersWithPrimaryMemberID_0x1___OnlineGameParty_X__GetPlayersWithPrimaryMemberID_0x1_Params = {
|
|
1245
|
+
Member: FPartyMember; // 0x0000 (0x0180) [FPartyMember] [CPF_Parm]
|
|
1246
|
+
ReturnValue: boolean; // 0x0180 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1247
|
+
};
|
|
1275
1248
|
|
|
1276
1249
|
/**
|
|
1277
1250
|
* Function ProjectX.__OnlineGameParty_X__HandleClientReservationMessage_0x1.__OnlineGameParty_X__HandleClientReservationMessage_0x1
|
|
1278
1251
|
*/
|
|
1279
|
-
export type __OnlineGameParty_X__HandleClientReservationMessage_0x1___OnlineGameParty_X__HandleClientReservationMessage_0x1_Params =
|
|
1280
|
-
{};
|
|
1252
|
+
export type __OnlineGameParty_X__HandleClientReservationMessage_0x1___OnlineGameParty_X__HandleClientReservationMessage_0x1_Params = {};
|
|
1281
1253
|
|
|
1282
1254
|
/**
|
|
1283
1255
|
* Function ProjectX.__OnlineGameParty_X__HandleConfirmJoinGame_0x1.__OnlineGameParty_X__HandleConfirmJoinGame_0x1
|
|
@@ -1287,10 +1259,9 @@ export type __OnlineGameParty_X__HandleConfirmJoinGame_0x1___OnlineGameParty_X__
|
|
|
1287
1259
|
/**
|
|
1288
1260
|
* Function ProjectX.__OnlineGameParty_X__HandleConfirmJoinGame_ConnectionValid_0x1.__OnlineGameParty_X__HandleConfirmJoinGame_ConnectionValid_0x1
|
|
1289
1261
|
*/
|
|
1290
|
-
export type __OnlineGameParty_X__HandleConfirmJoinGame_ConnectionValid_0x1___OnlineGameParty_X__HandleConfirmJoinGame_ConnectionValid_0x1_Params =
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
};
|
|
1262
|
+
export type __OnlineGameParty_X__HandleConfirmJoinGame_ConnectionValid_0x1___OnlineGameParty_X__HandleConfirmJoinGame_ConnectionValid_0x1_Params = {
|
|
1263
|
+
Reservation: FServerReservationData; // 0x0000 (0x0070) [FServerReservationData] [CPF_Parm]
|
|
1264
|
+
};
|
|
1294
1265
|
|
|
1295
1266
|
/**
|
|
1296
1267
|
* Function ProjectX.__OnlineGameParty_X__HasMultiplePlatforms_0x1.__OnlineGameParty_X__HasMultiplePlatforms_0x1
|
|
@@ -1319,36 +1290,32 @@ export type __OnlineGameParty_X__UpdatePartyInfo_0x1___OnlineGameParty_X__Update
|
|
|
1319
1290
|
/**
|
|
1320
1291
|
* Function ProjectX.__OnlineGameReservations_X__GetMigrationReservationData_0x1.__OnlineGameReservations_X__GetMigrationReservationData_0x1
|
|
1321
1292
|
*/
|
|
1322
|
-
export type __OnlineGameReservations_X__GetMigrationReservationData_0x1___OnlineGameReservations_X__GetMigrationReservationData_0x1_Params =
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
};
|
|
1293
|
+
export type __OnlineGameReservations_X__GetMigrationReservationData_0x1___OnlineGameReservations_X__GetMigrationReservationData_0x1_Params = {
|
|
1294
|
+
P: FReservationData; // 0x0000 (0x0110) [FReservationData] [CPF_Parm]
|
|
1295
|
+
StructInitializer_0x1: FMigrationReservationData; // 0x0110 (0x0108) [FMigrationReservationData] [CPF_OutParm]
|
|
1296
|
+
};
|
|
1327
1297
|
|
|
1328
1298
|
/**
|
|
1329
1299
|
* Function ProjectX.__OnlineGameReservations_X__RecordReservation_0x1.__OnlineGameReservations_X__RecordReservation_0x1
|
|
1330
1300
|
*/
|
|
1331
|
-
export type __OnlineGameReservations_X__RecordReservation_0x1___OnlineGameReservations_X__RecordReservation_0x1_Params =
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
};
|
|
1301
|
+
export type __OnlineGameReservations_X__RecordReservation_0x1___OnlineGameReservations_X__RecordReservation_0x1_Params = {
|
|
1302
|
+
P: FReservationPlayerData; // 0x0000 (0x00a0) [FReservationPlayerData] [CPF_Parm]
|
|
1303
|
+
};
|
|
1335
1304
|
|
|
1336
1305
|
/**
|
|
1337
1306
|
* Function ProjectX.__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2.__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2
|
|
1338
1307
|
*/
|
|
1339
|
-
export type __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2___OnlineGameReservations_X__SetPlayersWithMigrationData_0x2_Params =
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
};
|
|
1308
|
+
export type __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2___OnlineGameReservations_X__SetPlayersWithMigrationData_0x2_Params = {
|
|
1309
|
+
P: FMigrationReservationData; // 0x0000 (0x0108) [FMigrationReservationData] [CPF_Parm]
|
|
1310
|
+
};
|
|
1343
1311
|
|
|
1344
1312
|
/**
|
|
1345
1313
|
* Function ProjectX.__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2.__OnlineGameReservations_X__SetPlayersWithMigrationData_0x3
|
|
1346
1314
|
*/
|
|
1347
|
-
export type __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2___OnlineGameReservations_X__SetPlayersWithMigrationData_0x3_Params =
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
};
|
|
1315
|
+
export type __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2___OnlineGameReservations_X__SetPlayersWithMigrationData_0x3_Params = {
|
|
1316
|
+
P: FReservationData; // 0x0000 (0x0110) [FReservationData] [CPF_Parm]
|
|
1317
|
+
ReturnValue: boolean; // 0x0110 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1318
|
+
};
|
|
1352
1319
|
|
|
1353
1320
|
/**
|
|
1354
1321
|
* Function ProjectX.__OnlineGameSkill_X__ClearPartyMembersSkill_0x1.__OnlineGameSkill_X__ClearPartyMembersSkill_0x1
|
|
@@ -1410,10 +1377,9 @@ export type __OnlineLegalTextEOS_X__RequestKey_0x1___OnlineLegalTextEOS_X__Reque
|
|
|
1410
1377
|
/**
|
|
1411
1378
|
* Function ProjectX.__OnlinePlayerFriends_X__AcceptEpicFriendInvite_0x1.__OnlinePlayerFriends_X__AcceptEpicFriendInvite_0x1
|
|
1412
1379
|
*/
|
|
1413
|
-
export type __OnlinePlayerFriends_X__AcceptEpicFriendInvite_0x1___OnlinePlayerFriends_X__AcceptEpicFriendInvite_0x1_Params =
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
};
|
|
1380
|
+
export type __OnlinePlayerFriends_X__AcceptEpicFriendInvite_0x1___OnlinePlayerFriends_X__AcceptEpicFriendInvite_0x1_Params = {
|
|
1381
|
+
Plugin: UEpicFriendsPlugin_X; // 0x0000 (0x0008) [UEpicFriendsPlugin_X*] [CPF_Parm]
|
|
1382
|
+
};
|
|
1417
1383
|
|
|
1418
1384
|
/**
|
|
1419
1385
|
* Function ProjectX.__OnlinePlayerFriends_X__BlockPlayer_0x1.__OnlinePlayerFriends_X__BlockPlayer_0x1
|
|
@@ -1426,10 +1392,9 @@ export type __OnlinePlayerFriends_X__BlockPlayer_0x1___OnlinePlayerFriends_X__Bl
|
|
|
1426
1392
|
/**
|
|
1427
1393
|
* Function ProjectX.__OnlinePlayerFriends_X__DeclineEpicFriendInvite_0x1.__OnlinePlayerFriends_X__DeclineEpicFriendInvite_0x1
|
|
1428
1394
|
*/
|
|
1429
|
-
export type __OnlinePlayerFriends_X__DeclineEpicFriendInvite_0x1___OnlinePlayerFriends_X__DeclineEpicFriendInvite_0x1_Params =
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
};
|
|
1395
|
+
export type __OnlinePlayerFriends_X__DeclineEpicFriendInvite_0x1___OnlinePlayerFriends_X__DeclineEpicFriendInvite_0x1_Params = {
|
|
1396
|
+
Plugin: UEpicFriendsPlugin_X; // 0x0000 (0x0008) [UEpicFriendsPlugin_X*] [CPF_Parm]
|
|
1397
|
+
};
|
|
1433
1398
|
|
|
1434
1399
|
/**
|
|
1435
1400
|
* Function ProjectX.__OnlinePlayerFriends_X__InviteEpicFriend_0x1.__OnlinePlayerFriends_X__InviteEpicFriend_0x1
|
|
@@ -1456,17 +1421,15 @@ export type __OnlinePlayerFriends_X__RemoveEpicFriend_0x1___OnlinePlayerFriends_
|
|
|
1456
1421
|
/**
|
|
1457
1422
|
* Function ProjectX.__OnlinePlayerFriends_X__SubscribeToEpicFriendsPlugin_0x1.__OnlinePlayerFriends_X__SubscribeToEpicFriendsPlugin_0x1
|
|
1458
1423
|
*/
|
|
1459
|
-
export type __OnlinePlayerFriends_X__SubscribeToEpicFriendsPlugin_0x1___OnlinePlayerFriends_X__SubscribeToEpicFriendsPlugin_0x1_Params =
|
|
1460
|
-
{};
|
|
1424
|
+
export type __OnlinePlayerFriends_X__SubscribeToEpicFriendsPlugin_0x1___OnlinePlayerFriends_X__SubscribeToEpicFriendsPlugin_0x1_Params = {};
|
|
1461
1425
|
|
|
1462
1426
|
/**
|
|
1463
1427
|
* Function ProjectX.__OnlinePlayerFriends_X__TriggerSocialCallback_0x1.__OnlinePlayerFriends_X__TriggerSocialCallback_0x1
|
|
1464
1428
|
*/
|
|
1465
|
-
export type __OnlinePlayerFriends_X__TriggerSocialCallback_0x1___OnlinePlayerFriends_X__TriggerSocialCallback_0x1_Params =
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
};
|
|
1429
|
+
export type __OnlinePlayerFriends_X__TriggerSocialCallback_0x1___OnlinePlayerFriends_X__TriggerSocialCallback_0x1_Params = {
|
|
1430
|
+
Element: FEpicSocialTaskData; // 0x0000 (0x0060) [FEpicSocialTaskData] [CPF_Parm]
|
|
1431
|
+
ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1432
|
+
};
|
|
1470
1433
|
|
|
1471
1434
|
/**
|
|
1472
1435
|
* Function ProjectX.__OnlinePlayerFriends_X__UnblockPlayer_0x1.__OnlinePlayerFriends_X__UnblockPlayer_0x1
|
|
@@ -1479,31 +1442,28 @@ export type __OnlinePlayerFriends_X__UnblockPlayer_0x1___OnlinePlayerFriends_X__
|
|
|
1479
1442
|
/**
|
|
1480
1443
|
* Function ProjectX.__OnlinePlayerStorageQueue_X__GetStorageMaxSizeBytes_0x1.__OnlinePlayerStorageQueue_X__GetStorageMaxSizeBytes_0x1
|
|
1481
1444
|
*/
|
|
1482
|
-
export type __OnlinePlayerStorageQueue_X__GetStorageMaxSizeBytes_0x1___OnlinePlayerStorageQueue_X__GetStorageMaxSizeBytes_0x1_Params =
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
};
|
|
1445
|
+
export type __OnlinePlayerStorageQueue_X__GetStorageMaxSizeBytes_0x1___OnlinePlayerStorageQueue_X__GetStorageMaxSizeBytes_0x1_Params = {
|
|
1446
|
+
C: FStorageMaxSize; // 0x0000 (0x000c) [FStorageMaxSize] [CPF_Parm]
|
|
1447
|
+
ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1448
|
+
};
|
|
1487
1449
|
|
|
1488
1450
|
/**
|
|
1489
1451
|
* Function ProjectX.__OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2.__OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2
|
|
1490
1452
|
*/
|
|
1491
|
-
export type __OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2___OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2_Params =
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
};
|
|
1453
|
+
export type __OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2___OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2_Params = {
|
|
1454
|
+
R: FSetPlayerStorageRequestItem; // 0x0000 (0x0028) [FSetPlayerStorageRequestItem] [CPF_Parm]
|
|
1455
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1456
|
+
};
|
|
1496
1457
|
|
|
1497
1458
|
/**
|
|
1498
1459
|
* Function ProjectX.__OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2.__OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4
|
|
1499
1460
|
*/
|
|
1500
|
-
export type __OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2___OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_Params =
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
};
|
|
1461
|
+
export type __OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2___OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_Params = {
|
|
1462
|
+
R: FSetPlayerStorageResultItem; // 0x0000 (0x0010) [FSetPlayerStorageResultItem] [CPF_Parm]
|
|
1463
|
+
PendingIndex: number; // 0x0010 (0x0004) [int32]
|
|
1464
|
+
_0x1: U____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1; // 0x0018 (0x0008) [U____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1*]
|
|
1465
|
+
RequestIndex: number; // 0x0020 (0x0004) [int32]
|
|
1466
|
+
};
|
|
1507
1467
|
|
|
1508
1468
|
/**
|
|
1509
1469
|
* Function ProjectX.__OnlinePlayerStorageQueue_X__MapResultItem_0x1.__OnlinePlayerStorageQueue_X__MapResultItem_0x1
|
|
@@ -1550,29 +1510,30 @@ export type __PartySequence_CreateParty_X__CreateParty_0x1___PartySequence_Creat
|
|
|
1550
1510
|
/**
|
|
1551
1511
|
* Function ProjectX.__PartySequence_InvitedToPlatformParty_X__HandlePlayerInvited_0x1.__PartySequence_InvitedToPlatformParty_X__HandlePlayerInvited_0x1
|
|
1552
1512
|
*/
|
|
1553
|
-
export type __PartySequence_InvitedToPlatformParty_X__HandlePlayerInvited_0x1___PartySequence_InvitedToPlatformParty_X__HandlePlayerInvited_0x1_Params =
|
|
1554
|
-
{};
|
|
1513
|
+
export type __PartySequence_InvitedToPlatformParty_X__HandlePlayerInvited_0x1___PartySequence_InvitedToPlatformParty_X__HandlePlayerInvited_0x1_Params = {};
|
|
1555
1514
|
|
|
1556
1515
|
/**
|
|
1557
1516
|
* Function ProjectX.__PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0x1.__PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0x1
|
|
1558
1517
|
*/
|
|
1559
|
-
export type __PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0x1___PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0x1_Params =
|
|
1560
|
-
{};
|
|
1518
|
+
export type __PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0x1___PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0x1_Params = {};
|
|
1561
1519
|
|
|
1562
1520
|
/**
|
|
1563
1521
|
* Function ProjectX.__PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0x1.__PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0x1
|
|
1564
1522
|
*/
|
|
1565
|
-
export type __PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0x1___PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0x1_Params =
|
|
1566
|
-
{};
|
|
1523
|
+
export type __PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0x1___PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0x1_Params = {};
|
|
1567
1524
|
|
|
1568
1525
|
/**
|
|
1569
1526
|
* Function ProjectX.__PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1.__PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1
|
|
1570
1527
|
*/
|
|
1571
|
-
export type __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1___PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1_Params =
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1528
|
+
export type __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1___PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1_Params = {
|
|
1529
|
+
M: FPartyMember; // 0x0000 (0x0180) [FPartyMember] [CPF_Parm]
|
|
1530
|
+
ReturnValue: boolean; // 0x0180 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1531
|
+
};
|
|
1532
|
+
|
|
1533
|
+
/**
|
|
1534
|
+
* Function ProjectX.__PlayerController_X__CloseConnectionWithReason_0x1.__PlayerController_X__CloseConnectionWithReason_0x1
|
|
1535
|
+
*/
|
|
1536
|
+
export type __PlayerController_X__CloseConnectionWithReason_0x1___PlayerController_X__CloseConnectionWithReason_0x1_Params = {};
|
|
1576
1537
|
|
|
1577
1538
|
/**
|
|
1578
1539
|
* Function ProjectX.__PRI_X__RegisterPlayerWithSession_0x1.__PRI_X__RegisterPlayerWithSession_0x1
|
|
@@ -1634,28 +1595,25 @@ export type __PsyNetServiceProvider_X__ExecuteRequest_0x1___PsyNetServiceProvide
|
|
|
1634
1595
|
/**
|
|
1635
1596
|
* Function ProjectX.__PsyNetServiceProvider_X__ExecuteServiceMessage_0x1.__PsyNetServiceProvider_X__ExecuteServiceMessage_0x1
|
|
1636
1597
|
*/
|
|
1637
|
-
export type __PsyNetServiceProvider_X__ExecuteServiceMessage_0x1___PsyNetServiceProvider_X__ExecuteServiceMessage_0x1_Params =
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
};
|
|
1598
|
+
export type __PsyNetServiceProvider_X__ExecuteServiceMessage_0x1___PsyNetServiceProvider_X__ExecuteServiceMessage_0x1_Params = {
|
|
1599
|
+
R: UPsyNetClientService_X; // 0x0000 (0x0008) [UPsyNetClientService_X*] [CPF_Parm]
|
|
1600
|
+
E: UError; // 0x0008 (0x0008) [UError*] [CPF_Parm]
|
|
1601
|
+
};
|
|
1642
1602
|
|
|
1643
1603
|
/**
|
|
1644
1604
|
* Function ProjectX.__PsyNetServiceProvider_X__ExecuteServiceMessage_0x1.__PsyNetServiceProvider_X__ExecuteServiceMessage_0x2
|
|
1645
1605
|
*/
|
|
1646
|
-
export type __PsyNetServiceProvider_X__ExecuteServiceMessage_0x1___PsyNetServiceProvider_X__ExecuteServiceMessage_0x2_Params =
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
};
|
|
1606
|
+
export type __PsyNetServiceProvider_X__ExecuteServiceMessage_0x1___PsyNetServiceProvider_X__ExecuteServiceMessage_0x2_Params = {
|
|
1607
|
+
Err: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
|
|
1608
|
+
};
|
|
1650
1609
|
|
|
1651
1610
|
/**
|
|
1652
1611
|
* Function ProjectX.__PsyNetWordFilter_X__WordFilterSanitizeString_0x1.__PsyNetWordFilter_X__WordFilterSanitizeString_0x1
|
|
1653
1612
|
*/
|
|
1654
|
-
export type __PsyNetWordFilter_X__WordFilterSanitizeString_0x1___PsyNetWordFilter_X__WordFilterSanitizeString_0x1_Params =
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
};
|
|
1613
|
+
export type __PsyNetWordFilter_X__WordFilterSanitizeString_0x1___PsyNetWordFilter_X__WordFilterSanitizeString_0x1_Params = {
|
|
1614
|
+
P: URPC_FilterContent_X; // 0x0000 (0x0008) [URPC_FilterContent_X*] [CPF_Parm]
|
|
1615
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1616
|
+
};
|
|
1659
1617
|
|
|
1660
1618
|
/**
|
|
1661
1619
|
* Function ProjectX.__RegionConfig_X__GetSubRegions_0x1.__RegionConfig_X__GetSubRegions_0x1
|
|
@@ -1675,11 +1633,10 @@ export type __RemoteAvatarPermissions_X__GetPermissions_0x1___RemoteAvatarPermis
|
|
|
1675
1633
|
/**
|
|
1676
1634
|
* Function ProjectX.__RemoteAvatarPermissions_X__SetAvatarPermission_0x1.__RemoteAvatarPermissions_X__SetAvatarPermission_0x1
|
|
1677
1635
|
*/
|
|
1678
|
-
export type __RemoteAvatarPermissions_X__SetAvatarPermission_0x1___RemoteAvatarPermissions_X__SetAvatarPermission_0x1_Params =
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
};
|
|
1636
|
+
export type __RemoteAvatarPermissions_X__SetAvatarPermission_0x1___RemoteAvatarPermissions_X__SetAvatarPermission_0x1_Params = {
|
|
1637
|
+
R: URemoteAvatarPermissionsRequest_X; // 0x0000 (0x0008) [URemoteAvatarPermissionsRequest_X*] [CPF_Parm]
|
|
1638
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1639
|
+
};
|
|
1683
1640
|
|
|
1684
1641
|
/**
|
|
1685
1642
|
* Function ProjectX.__RPC_X__CreateTask_0x1.__RPC_X__CreateTask_0x1
|
|
@@ -1707,29 +1664,26 @@ export type __RPCQueue_X__CreateBatchSingleRPC_0x1___RPCQueue_X__CreateBatchSing
|
|
|
1707
1664
|
/**
|
|
1708
1665
|
* Function ProjectX.__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1.__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1
|
|
1709
1666
|
*/
|
|
1710
|
-
export type __ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1___ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1_Params =
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
};
|
|
1667
|
+
export type __ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1___ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1_Params = {
|
|
1668
|
+
P: FPlayerIdLink; // 0x0000 (0x0068) [FPlayerIdLink] [CPF_Parm]
|
|
1669
|
+
ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1670
|
+
};
|
|
1715
1671
|
|
|
1716
1672
|
/**
|
|
1717
1673
|
* Function ProjectX.__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1.__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1
|
|
1718
1674
|
*/
|
|
1719
|
-
export type __ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1___ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1_Params =
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
};
|
|
1675
|
+
export type __ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1___ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1_Params = {
|
|
1676
|
+
P: FPlayerIdLink; // 0x0000 (0x0068) [FPlayerIdLink] [CPF_Parm]
|
|
1677
|
+
ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1678
|
+
};
|
|
1724
1679
|
|
|
1725
1680
|
/**
|
|
1726
1681
|
* Function ProjectX.__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1.__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1
|
|
1727
1682
|
*/
|
|
1728
|
-
export type __ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1___ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1_Params =
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
};
|
|
1683
|
+
export type __ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1___ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1_Params = {
|
|
1684
|
+
P: FPlayerIdLink; // 0x0000 (0x0068) [FPlayerIdLink] [CPF_Parm]
|
|
1685
|
+
ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1686
|
+
};
|
|
1733
1687
|
|
|
1734
1688
|
/**
|
|
1735
1689
|
* Function ProjectX.__ServerPlayerIdCache_X__RegisterPlayer_0x1.__ServerPlayerIdCache_X__RegisterPlayer_0x1
|
|
@@ -1774,51 +1728,44 @@ export type __TAsyncResult__array_ClubInvite_X__Copy_0x1___TAsyncResult__array_C
|
|
|
1774
1728
|
/**
|
|
1775
1729
|
* Function ProjectX.__TAsyncResult__array_ClubInvite_X__NotifyOnResult_0x1.__TAsyncResult__array_ClubInvite_X__NotifyOnResult_0x1
|
|
1776
1730
|
*/
|
|
1777
|
-
export type __TAsyncResult__array_ClubInvite_X__NotifyOnResult_0x1___TAsyncResult__array_ClubInvite_X__NotifyOnResult_0x1_Params =
|
|
1778
|
-
{};
|
|
1731
|
+
export type __TAsyncResult__array_ClubInvite_X__NotifyOnResult_0x1___TAsyncResult__array_ClubInvite_X__NotifyOnResult_0x1_Params = {};
|
|
1779
1732
|
|
|
1780
1733
|
/**
|
|
1781
1734
|
* Function ProjectX.__TAsyncResult__array_ClubInvite_X__NotifyOnResultComplete_0x1.__TAsyncResult__array_ClubInvite_X__NotifyOnResultComplete_0x1
|
|
1782
1735
|
*/
|
|
1783
|
-
export type __TAsyncResult__array_ClubInvite_X__NotifyOnResultComplete_0x1___TAsyncResult__array_ClubInvite_X__NotifyOnResultComplete_0x1_Params =
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
};
|
|
1736
|
+
export type __TAsyncResult__array_ClubInvite_X__NotifyOnResultComplete_0x1___TAsyncResult__array_ClubInvite_X__NotifyOnResultComplete_0x1_Params = {
|
|
1737
|
+
Err: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
|
|
1738
|
+
};
|
|
1787
1739
|
|
|
1788
1740
|
/**
|
|
1789
1741
|
* Function ProjectX.__TAsyncResult__array_ClubInvite_X__SetResultWhen_0x1.__TAsyncResult__array_ClubInvite_X__SetResultWhen_0x1
|
|
1790
1742
|
*/
|
|
1791
|
-
export type __TAsyncResult__array_ClubInvite_X__SetResultWhen_0x1___TAsyncResult__array_ClubInvite_X__SetResultWhen_0x1_Params =
|
|
1792
|
-
{};
|
|
1743
|
+
export type __TAsyncResult__array_ClubInvite_X__SetResultWhen_0x1___TAsyncResult__array_ClubInvite_X__SetResultWhen_0x1_Params = {};
|
|
1793
1744
|
|
|
1794
1745
|
/**
|
|
1795
1746
|
* Function ProjectX.__TAsyncResult__array_LanServerRecord_X__Copy_0x1.__TAsyncResult__array_LanServerRecord_X__Copy_0x1
|
|
1796
1747
|
*/
|
|
1797
|
-
export type __TAsyncResult__array_LanServerRecord_X__Copy_0x1___TAsyncResult__array_LanServerRecord_X__Copy_0x1_Params =
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
};
|
|
1748
|
+
export type __TAsyncResult__array_LanServerRecord_X__Copy_0x1___TAsyncResult__array_LanServerRecord_X__Copy_0x1_Params = {
|
|
1749
|
+
R: ULanServerRecord_X[]; // 0x0000 (0x0010) [TArray<ULanServerRecord_X*>] [CPF_Parm]
|
|
1750
|
+
E: UError; // 0x0010 (0x0008) [UError*] [CPF_Parm]
|
|
1751
|
+
};
|
|
1802
1752
|
|
|
1803
1753
|
/**
|
|
1804
1754
|
* Function ProjectX.__TAsyncResult__array_LanServerRecord_X__NotifyOnResult_0x1.__TAsyncResult__array_LanServerRecord_X__NotifyOnResult_0x1
|
|
1805
1755
|
*/
|
|
1806
|
-
export type __TAsyncResult__array_LanServerRecord_X__NotifyOnResult_0x1___TAsyncResult__array_LanServerRecord_X__NotifyOnResult_0x1_Params =
|
|
1807
|
-
{};
|
|
1756
|
+
export type __TAsyncResult__array_LanServerRecord_X__NotifyOnResult_0x1___TAsyncResult__array_LanServerRecord_X__NotifyOnResult_0x1_Params = {};
|
|
1808
1757
|
|
|
1809
1758
|
/**
|
|
1810
1759
|
* Function ProjectX.__TAsyncResult__array_LanServerRecord_X__NotifyOnResultComplete_0x1.__TAsyncResult__array_LanServerRecord_X__NotifyOnResultComplete_0x1
|
|
1811
1760
|
*/
|
|
1812
|
-
export type __TAsyncResult__array_LanServerRecord_X__NotifyOnResultComplete_0x1___TAsyncResult__array_LanServerRecord_X__NotifyOnResultComplete_0x1_Params =
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
};
|
|
1761
|
+
export type __TAsyncResult__array_LanServerRecord_X__NotifyOnResultComplete_0x1___TAsyncResult__array_LanServerRecord_X__NotifyOnResultComplete_0x1_Params = {
|
|
1762
|
+
Err: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
|
|
1763
|
+
};
|
|
1816
1764
|
|
|
1817
1765
|
/**
|
|
1818
1766
|
* Function ProjectX.__TAsyncResult__array_LanServerRecord_X__SetResultWhen_0x1.__TAsyncResult__array_LanServerRecord_X__SetResultWhen_0x1
|
|
1819
1767
|
*/
|
|
1820
|
-
export type __TAsyncResult__array_LanServerRecord_X__SetResultWhen_0x1___TAsyncResult__array_LanServerRecord_X__SetResultWhen_0x1_Params =
|
|
1821
|
-
{};
|
|
1768
|
+
export type __TAsyncResult__array_LanServerRecord_X__SetResultWhen_0x1___TAsyncResult__array_LanServerRecord_X__SetResultWhen_0x1_Params = {};
|
|
1822
1769
|
|
|
1823
1770
|
/**
|
|
1824
1771
|
* Function ProjectX.__TAsyncResult__ClubDetails_X__Copy_0x1.__TAsyncResult__ClubDetails_X__Copy_0x1
|
|
@@ -1831,22 +1778,19 @@ export type __TAsyncResult__ClubDetails_X__Copy_0x1___TAsyncResult__ClubDetails_
|
|
|
1831
1778
|
/**
|
|
1832
1779
|
* Function ProjectX.__TAsyncResult__ClubDetails_X__NotifyOnResult_0x1.__TAsyncResult__ClubDetails_X__NotifyOnResult_0x1
|
|
1833
1780
|
*/
|
|
1834
|
-
export type __TAsyncResult__ClubDetails_X__NotifyOnResult_0x1___TAsyncResult__ClubDetails_X__NotifyOnResult_0x1_Params =
|
|
1835
|
-
{};
|
|
1781
|
+
export type __TAsyncResult__ClubDetails_X__NotifyOnResult_0x1___TAsyncResult__ClubDetails_X__NotifyOnResult_0x1_Params = {};
|
|
1836
1782
|
|
|
1837
1783
|
/**
|
|
1838
1784
|
* Function ProjectX.__TAsyncResult__ClubDetails_X__NotifyOnResultComplete_0x1.__TAsyncResult__ClubDetails_X__NotifyOnResultComplete_0x1
|
|
1839
1785
|
*/
|
|
1840
|
-
export type __TAsyncResult__ClubDetails_X__NotifyOnResultComplete_0x1___TAsyncResult__ClubDetails_X__NotifyOnResultComplete_0x1_Params =
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
};
|
|
1786
|
+
export type __TAsyncResult__ClubDetails_X__NotifyOnResultComplete_0x1___TAsyncResult__ClubDetails_X__NotifyOnResultComplete_0x1_Params = {
|
|
1787
|
+
Err: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
|
|
1788
|
+
};
|
|
1844
1789
|
|
|
1845
1790
|
/**
|
|
1846
1791
|
* Function ProjectX.__TAsyncResult__ClubDetails_X__SetResultWhen_0x1.__TAsyncResult__ClubDetails_X__SetResultWhen_0x1
|
|
1847
1792
|
*/
|
|
1848
|
-
export type __TAsyncResult__ClubDetails_X__SetResultWhen_0x1___TAsyncResult__ClubDetails_X__SetResultWhen_0x1_Params =
|
|
1849
|
-
{};
|
|
1793
|
+
export type __TAsyncResult__ClubDetails_X__SetResultWhen_0x1___TAsyncResult__ClubDetails_X__SetResultWhen_0x1_Params = {};
|
|
1850
1794
|
|
|
1851
1795
|
/**
|
|
1852
1796
|
* Function ProjectX.__TAsyncResult__PsyNetClientService_X__Copy_0x1.__TAsyncResult__PsyNetClientService_X__Copy_0x1
|
|
@@ -1859,22 +1803,19 @@ export type __TAsyncResult__PsyNetClientService_X__Copy_0x1___TAsyncResult__PsyN
|
|
|
1859
1803
|
/**
|
|
1860
1804
|
* Function ProjectX.__TAsyncResult__PsyNetClientService_X__NotifyOnResult_0x1.__TAsyncResult__PsyNetClientService_X__NotifyOnResult_0x1
|
|
1861
1805
|
*/
|
|
1862
|
-
export type __TAsyncResult__PsyNetClientService_X__NotifyOnResult_0x1___TAsyncResult__PsyNetClientService_X__NotifyOnResult_0x1_Params =
|
|
1863
|
-
{};
|
|
1806
|
+
export type __TAsyncResult__PsyNetClientService_X__NotifyOnResult_0x1___TAsyncResult__PsyNetClientService_X__NotifyOnResult_0x1_Params = {};
|
|
1864
1807
|
|
|
1865
1808
|
/**
|
|
1866
1809
|
* Function ProjectX.__TAsyncResult__PsyNetClientService_X__NotifyOnResultComplete_0x1.__TAsyncResult__PsyNetClientService_X__NotifyOnResultComplete_0x1
|
|
1867
1810
|
*/
|
|
1868
|
-
export type __TAsyncResult__PsyNetClientService_X__NotifyOnResultComplete_0x1___TAsyncResult__PsyNetClientService_X__NotifyOnResultComplete_0x1_Params =
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
};
|
|
1811
|
+
export type __TAsyncResult__PsyNetClientService_X__NotifyOnResultComplete_0x1___TAsyncResult__PsyNetClientService_X__NotifyOnResultComplete_0x1_Params = {
|
|
1812
|
+
Err: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
|
|
1813
|
+
};
|
|
1872
1814
|
|
|
1873
1815
|
/**
|
|
1874
1816
|
* Function ProjectX.__TAsyncResult__PsyNetClientService_X__SetResultWhen_0x1.__TAsyncResult__PsyNetClientService_X__SetResultWhen_0x1
|
|
1875
1817
|
*/
|
|
1876
|
-
export type __TAsyncResult__PsyNetClientService_X__SetResultWhen_0x1___TAsyncResult__PsyNetClientService_X__SetResultWhen_0x1_Params =
|
|
1877
|
-
{};
|
|
1818
|
+
export type __TAsyncResult__PsyNetClientService_X__SetResultWhen_0x1___TAsyncResult__PsyNetClientService_X__SetResultWhen_0x1_Params = {};
|
|
1878
1819
|
|
|
1879
1820
|
/**
|
|
1880
1821
|
* Function ProjectX.__TAsyncResult__PsyNetMessage_X__Copy_0x1.__TAsyncResult__PsyNetMessage_X__Copy_0x1
|
|
@@ -1887,22 +1828,19 @@ export type __TAsyncResult__PsyNetMessage_X__Copy_0x1___TAsyncResult__PsyNetMess
|
|
|
1887
1828
|
/**
|
|
1888
1829
|
* Function ProjectX.__TAsyncResult__PsyNetMessage_X__NotifyOnResult_0x1.__TAsyncResult__PsyNetMessage_X__NotifyOnResult_0x1
|
|
1889
1830
|
*/
|
|
1890
|
-
export type __TAsyncResult__PsyNetMessage_X__NotifyOnResult_0x1___TAsyncResult__PsyNetMessage_X__NotifyOnResult_0x1_Params =
|
|
1891
|
-
{};
|
|
1831
|
+
export type __TAsyncResult__PsyNetMessage_X__NotifyOnResult_0x1___TAsyncResult__PsyNetMessage_X__NotifyOnResult_0x1_Params = {};
|
|
1892
1832
|
|
|
1893
1833
|
/**
|
|
1894
1834
|
* Function ProjectX.__TAsyncResult__PsyNetMessage_X__NotifyOnResultComplete_0x1.__TAsyncResult__PsyNetMessage_X__NotifyOnResultComplete_0x1
|
|
1895
1835
|
*/
|
|
1896
|
-
export type __TAsyncResult__PsyNetMessage_X__NotifyOnResultComplete_0x1___TAsyncResult__PsyNetMessage_X__NotifyOnResultComplete_0x1_Params =
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
};
|
|
1836
|
+
export type __TAsyncResult__PsyNetMessage_X__NotifyOnResultComplete_0x1___TAsyncResult__PsyNetMessage_X__NotifyOnResultComplete_0x1_Params = {
|
|
1837
|
+
Err: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
|
|
1838
|
+
};
|
|
1900
1839
|
|
|
1901
1840
|
/**
|
|
1902
1841
|
* Function ProjectX.__TAsyncResult__PsyNetMessage_X__SetResultWhen_0x1.__TAsyncResult__PsyNetMessage_X__SetResultWhen_0x1
|
|
1903
1842
|
*/
|
|
1904
|
-
export type __TAsyncResult__PsyNetMessage_X__SetResultWhen_0x1___TAsyncResult__PsyNetMessage_X__SetResultWhen_0x1_Params =
|
|
1905
|
-
{};
|
|
1843
|
+
export type __TAsyncResult__PsyNetMessage_X__SetResultWhen_0x1___TAsyncResult__PsyNetMessage_X__SetResultWhen_0x1_Params = {};
|
|
1906
1844
|
|
|
1907
1845
|
/**
|
|
1908
1846
|
* Function ProjectX.__TAsyncResult__Texture2DDynamic__Copy_0x1.__TAsyncResult__Texture2DDynamic__Copy_0x1
|
|
@@ -1915,22 +1853,19 @@ export type __TAsyncResult__Texture2DDynamic__Copy_0x1___TAsyncResult__Texture2D
|
|
|
1915
1853
|
/**
|
|
1916
1854
|
* Function ProjectX.__TAsyncResult__Texture2DDynamic__NotifyOnResult_0x1.__TAsyncResult__Texture2DDynamic__NotifyOnResult_0x1
|
|
1917
1855
|
*/
|
|
1918
|
-
export type __TAsyncResult__Texture2DDynamic__NotifyOnResult_0x1___TAsyncResult__Texture2DDynamic__NotifyOnResult_0x1_Params =
|
|
1919
|
-
{};
|
|
1856
|
+
export type __TAsyncResult__Texture2DDynamic__NotifyOnResult_0x1___TAsyncResult__Texture2DDynamic__NotifyOnResult_0x1_Params = {};
|
|
1920
1857
|
|
|
1921
1858
|
/**
|
|
1922
1859
|
* Function ProjectX.__TAsyncResult__Texture2DDynamic__NotifyOnResultComplete_0x1.__TAsyncResult__Texture2DDynamic__NotifyOnResultComplete_0x1
|
|
1923
1860
|
*/
|
|
1924
|
-
export type __TAsyncResult__Texture2DDynamic__NotifyOnResultComplete_0x1___TAsyncResult__Texture2DDynamic__NotifyOnResultComplete_0x1_Params =
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
};
|
|
1861
|
+
export type __TAsyncResult__Texture2DDynamic__NotifyOnResultComplete_0x1___TAsyncResult__Texture2DDynamic__NotifyOnResultComplete_0x1_Params = {
|
|
1862
|
+
Err: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
|
|
1863
|
+
};
|
|
1928
1864
|
|
|
1929
1865
|
/**
|
|
1930
1866
|
* Function ProjectX.__TAsyncResult__Texture2DDynamic__SetResultWhen_0x1.__TAsyncResult__Texture2DDynamic__SetResultWhen_0x1
|
|
1931
1867
|
*/
|
|
1932
|
-
export type __TAsyncResult__Texture2DDynamic__SetResultWhen_0x1___TAsyncResult__Texture2DDynamic__SetResultWhen_0x1_Params =
|
|
1933
|
-
{};
|
|
1868
|
+
export type __TAsyncResult__Texture2DDynamic__SetResultWhen_0x1___TAsyncResult__Texture2DDynamic__SetResultWhen_0x1_Params = {};
|
|
1934
1869
|
|
|
1935
1870
|
/**
|
|
1936
1871
|
* Function ProjectX.__TitleConfig_X__GetClubTitleData_0x1.__TitleConfig_X__GetClubTitleData_0x1
|
|
@@ -3492,7 +3427,9 @@ export type CameraModifier_CameraShake_X_RemoveCameraShake_Params = {
|
|
|
3492
3427
|
/**
|
|
3493
3428
|
* Function ProjectX.CameraState_CamActor_X.BeginCameraState
|
|
3494
3429
|
*/
|
|
3495
|
-
export type CameraState_CamActor_X_BeginCameraState_Params = {
|
|
3430
|
+
export type CameraState_CamActor_X_BeginCameraState_Params = {
|
|
3431
|
+
PreviousState: UCameraState_X; // 0x0000 (0x0008) [UCameraState_X*] [CPF_Parm | CPF_OptionalParm]
|
|
3432
|
+
};
|
|
3496
3433
|
|
|
3497
3434
|
/**
|
|
3498
3435
|
* Function ProjectX.CameraState_CamActor_X.EndCameraState
|
|
@@ -3539,7 +3476,9 @@ export type CameraState_CamActorCinematic_X_UpdatePOV_Params = {
|
|
|
3539
3476
|
/**
|
|
3540
3477
|
* Function ProjectX.CameraState_X.BeginCameraState
|
|
3541
3478
|
*/
|
|
3542
|
-
export type CameraState_X_BeginCameraState_Params = {
|
|
3479
|
+
export type CameraState_X_BeginCameraState_Params = {
|
|
3480
|
+
PreviousState: UCameraState_X; // 0x0000 (0x0008) [UCameraState_X*] [CPF_Parm | CPF_OptionalParm]
|
|
3481
|
+
};
|
|
3543
3482
|
|
|
3544
3483
|
/**
|
|
3545
3484
|
* Function ProjectX.CameraState_X.EndCameraState
|
|
@@ -4365,6 +4304,22 @@ export type ClubUtil_X_AreColorsDifferent_Params = {
|
|
|
4365
4304
|
Pos1: FColorPosition; // 0x001c (0x0008) [FColorPosition]
|
|
4366
4305
|
};
|
|
4367
4306
|
|
|
4307
|
+
/**
|
|
4308
|
+
* Function ProjectX.ClubUtil_X.AreColorsDifferent2D
|
|
4309
|
+
*/
|
|
4310
|
+
export type ClubUtil_X_AreColorsDifferent2D_Params = {
|
|
4311
|
+
Palette: UColorPalette_X; // 0x0000 (0x0008) [UColorPalette_X*] [CPF_Parm]
|
|
4312
|
+
Color0: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
|
|
4313
|
+
Color1: number; // 0x000c (0x0004) [int32] [CPF_Parm]
|
|
4314
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4315
|
+
Pos0: FColorPosition; // 0x0014 (0x0008) [FColorPosition]
|
|
4316
|
+
Pos1: FColorPosition; // 0x001c (0x0008) [FColorPosition]
|
|
4317
|
+
bSameRow: boolean; // 0x0024 (0x0004) [bool : 0x1]
|
|
4318
|
+
bSameColumn: boolean; // 0x0028 (0x0004) [bool : 0x1]
|
|
4319
|
+
Value: number; // 0x002c (0x0004) [int32]
|
|
4320
|
+
Hue: number; // 0x0030 (0x0004) [int32]
|
|
4321
|
+
};
|
|
4322
|
+
|
|
4368
4323
|
/**
|
|
4369
4324
|
* Function ProjectX.ClubUtil_X.EnsureDifferentColors
|
|
4370
4325
|
*/
|
|
@@ -4404,6 +4359,15 @@ export type ClubUtil_X_IsClubTeam_Params = {
|
|
|
4404
4359
|
_0x1: U__ClubUtil_X__IsClubTeam_0x1; // 0x0018 (0x0008) [U__ClubUtil_X__IsClubTeam_0x1*]
|
|
4405
4360
|
};
|
|
4406
4361
|
|
|
4362
|
+
/**
|
|
4363
|
+
* Function ProjectX.ClubUtil_X.IsOneTeamGrayScale
|
|
4364
|
+
*/
|
|
4365
|
+
export type ClubUtil_X_IsOneTeamGrayScale_Params = {
|
|
4366
|
+
Pos0Column: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
4367
|
+
Pos1Column: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
4368
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4369
|
+
};
|
|
4370
|
+
|
|
4407
4371
|
/**
|
|
4408
4372
|
* Function ProjectX.ClubUtil_X.SwapPrimaryAccentColors
|
|
4409
4373
|
*/
|
|
@@ -11427,6 +11391,7 @@ export type OnlineGame_X_CheckPsyNetConnection_Params = {
|
|
|
11427
11391
|
ConnectionError: UError; // 0x0008 (0x0008) [UError*]
|
|
11428
11392
|
_0x1: U__OnlineGame_X__CheckPsyNetConnection_0x1; // 0x0010 (0x0008) [U__OnlineGame_X__CheckPsyNetConnection_0x1*]
|
|
11429
11393
|
OnlinePlayer: UOnlinePlayer_X; // 0x0018 (0x0008) [UOnlinePlayer_X*]
|
|
11394
|
+
OPlayer: UOnlinePlayer_X; // 0x0020 (0x0008) [UOnlinePlayer_X*]
|
|
11430
11395
|
};
|
|
11431
11396
|
|
|
11432
11397
|
/**
|
|
@@ -11551,6 +11516,17 @@ export type OnlineGame_X_HandleLoginCompleted_Params = {
|
|
|
11551
11516
|
ConnectionError: UError; // 0x0010 (0x0008) [UError*]
|
|
11552
11517
|
};
|
|
11553
11518
|
|
|
11519
|
+
/**
|
|
11520
|
+
* Function ProjectX.OnlineGame_X.HandleOnlinePlayerLoginCompleted
|
|
11521
|
+
*/
|
|
11522
|
+
export type OnlineGame_X_HandleOnlinePlayerLoginCompleted_Params = {
|
|
11523
|
+
ActiveLoginAttemptPlayers: UOnlinePlayer_X[]; // 0x0000 (0x0010) [TArray<UOnlinePlayer_X*>] [CPF_Parm | CPF_OutParm]
|
|
11524
|
+
Task: UAsyncTask; // 0x0010 (0x0008) [UAsyncTask*] [CPF_Parm]
|
|
11525
|
+
bAnyLoginInProgress: boolean; // 0x0018 (0x0004) [bool : 0x1]
|
|
11526
|
+
OnlinePlayer: UOnlinePlayer_X; // 0x0020 (0x0008) [UOnlinePlayer_X*]
|
|
11527
|
+
ConnectionError: UError; // 0x0028 (0x0008) [UError*]
|
|
11528
|
+
};
|
|
11529
|
+
|
|
11554
11530
|
/**
|
|
11555
11531
|
* Function ProjectX.OnlineGame_X.HandlePlayerLogin
|
|
11556
11532
|
*/
|
|
@@ -12403,10 +12379,9 @@ export type OnlineGameDedicatedServer_X_WaitForLogAttackDetected_Params = {};
|
|
|
12403
12379
|
/**
|
|
12404
12380
|
* Function ProjectX.OnlineGameDedicatedServerRegistration_X.__OnlineGameDedicatedServerRegistration_X__HandleCreateServerSucces_0x1
|
|
12405
12381
|
*/
|
|
12406
|
-
export type OnlineGameDedicatedServerRegistration_X___OnlineGameDedicatedServerRegistration_X__HandleCreateServerSucces_0x1_Params =
|
|
12407
|
-
|
|
12408
|
-
|
|
12409
|
-
};
|
|
12382
|
+
export type OnlineGameDedicatedServerRegistration_X___OnlineGameDedicatedServerRegistration_X__HandleCreateServerSucces_0x1_Params = {
|
|
12383
|
+
Timer: UCacheTimer_X; // 0x0000 (0x0008) [UCacheTimer_X*] [CPF_Parm]
|
|
12384
|
+
};
|
|
12410
12385
|
|
|
12411
12386
|
/**
|
|
12412
12387
|
* Function ProjectX.OnlineGameDedicatedServerRegistration_X.__OnlineGameDedicatedServerRegistration_X__OnInit_0x1
|
|
@@ -13805,6 +13780,13 @@ export type OnlineGameMatchmakingBase_X_EventFindGameStatus_Params = {
|
|
|
13805
13780
|
NewStatus: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
13806
13781
|
};
|
|
13807
13782
|
|
|
13783
|
+
/**
|
|
13784
|
+
* Function ProjectX.OnlineGameMatchmakingBase_X.EventGetMatchmakingDelaySecs
|
|
13785
|
+
*/
|
|
13786
|
+
export type OnlineGameMatchmakingBase_X_EventGetMatchmakingDelaySecs_Params = {
|
|
13787
|
+
ReturnValue: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
13788
|
+
};
|
|
13789
|
+
|
|
13808
13790
|
/**
|
|
13809
13791
|
* Function ProjectX.OnlineGameMatchmakingBase_X.GetMatchmakingStateName
|
|
13810
13792
|
*/
|
|
@@ -13877,6 +13859,11 @@ export type OnlineGameMatchmakingBase_X_PrivateMatchAllowsForDoubleQueue_Params
|
|
|
13877
13859
|
GRI: UGRI_X; // 0x0008 (0x0008) [UGRI_X*]
|
|
13878
13860
|
};
|
|
13879
13861
|
|
|
13862
|
+
/**
|
|
13863
|
+
* Function ProjectX.OnlineGameMatchmakingBase_X.StartSearchingAfterDelay
|
|
13864
|
+
*/
|
|
13865
|
+
export type OnlineGameMatchmakingBase_X_StartSearchingAfterDelay_Params = {};
|
|
13866
|
+
|
|
13880
13867
|
/**
|
|
13881
13868
|
* Function ProjectX.OnlineGameParty_X.__bTradeLocked__ChangeNotifyFunc
|
|
13882
13869
|
*/
|
|
@@ -15743,19 +15730,19 @@ export type OnlineGamePopulation_X_HandleGotAllPopulationPlaylistsRPC_Params = {
|
|
|
15743
15730
|
};
|
|
15744
15731
|
|
|
15745
15732
|
/**
|
|
15746
|
-
* Function ProjectX.OnlineGamePrivateMatch_X.
|
|
15733
|
+
* Function ProjectX.OnlineGamePrivateMatch_X.Cancel
|
|
15747
15734
|
*/
|
|
15748
|
-
export type
|
|
15735
|
+
export type OnlineGamePrivateMatch_X_Cancel_Params = {};
|
|
15736
|
+
|
|
15737
|
+
/**
|
|
15738
|
+
* Function ProjectX.OnlineGamePrivateMatch_X.CompareSubRegionsByPingPreference
|
|
15739
|
+
*/
|
|
15740
|
+
export type OnlineGamePrivateMatch_X_CompareSubRegionsByPingPreference_Params = {
|
|
15749
15741
|
A: URegionPing_X; // 0x0000 (0x0008) [URegionPing_X*] [CPF_Parm]
|
|
15750
15742
|
B: URegionPing_X; // 0x0008 (0x0008) [URegionPing_X*] [CPF_Parm]
|
|
15751
15743
|
ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
15752
15744
|
};
|
|
15753
15745
|
|
|
15754
|
-
/**
|
|
15755
|
-
* Function ProjectX.OnlineGamePrivateMatch_X.Cancel
|
|
15756
|
-
*/
|
|
15757
|
-
export type OnlineGamePrivateMatch_X_Cancel_Params = {};
|
|
15758
|
-
|
|
15759
15746
|
/**
|
|
15760
15747
|
* Function ProjectX.OnlineGamePrivateMatch_X.EventCancelPrivateMatch
|
|
15761
15748
|
*/
|
|
@@ -23137,6 +23124,15 @@ export type PlayerController_X_ClientRestart_Params = {
|
|
|
23137
23124
|
NewPawn: UPawn; // 0x0000 (0x0008) [UPawn*] [CPF_Parm]
|
|
23138
23125
|
};
|
|
23139
23126
|
|
|
23127
|
+
/**
|
|
23128
|
+
* Function ProjectX.PlayerController_X.ClientSetPendingProgressMessage
|
|
23129
|
+
*/
|
|
23130
|
+
export type PlayerController_X_ClientSetPendingProgressMessage_Params = {
|
|
23131
|
+
Reason: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
23132
|
+
Title: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
23133
|
+
Error: UErrorType; // 0x0020 (0x0008) [UErrorType*]
|
|
23134
|
+
};
|
|
23135
|
+
|
|
23140
23136
|
/**
|
|
23141
23137
|
* Function ProjectX.PlayerController_X.ClientSetSeasonReward
|
|
23142
23138
|
*/
|
|
@@ -23144,6 +23140,15 @@ export type PlayerController_X_ClientSetSeasonReward_Params = {
|
|
|
23144
23140
|
Reward: FPlayerSeasonRewardProgress; // 0x0000 (0x0050) [FPlayerSeasonRewardProgress] [CPF_Parm]
|
|
23145
23141
|
};
|
|
23146
23142
|
|
|
23143
|
+
/**
|
|
23144
|
+
* Function ProjectX.PlayerController_X.CloseConnectionWithReason
|
|
23145
|
+
*/
|
|
23146
|
+
export type PlayerController_X_CloseConnectionWithReason_Params = {
|
|
23147
|
+
Reason: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
23148
|
+
Title: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
23149
|
+
_0x1: U__PlayerController_X__CloseConnectionWithReason_0x1; // 0x0020 (0x0008) [U__PlayerController_X__CloseConnectionWithReason_0x1*]
|
|
23150
|
+
};
|
|
23151
|
+
|
|
23147
23152
|
/**
|
|
23148
23153
|
* Function ProjectX.PlayerController_X.DebugCrosshair
|
|
23149
23154
|
*/
|
|
@@ -23289,7 +23294,6 @@ export type PlayerController_X_InitPlayerReplicationInfo_Params = {};
|
|
|
23289
23294
|
export type PlayerController_X_KickPlayerForReason_Params = {
|
|
23290
23295
|
Reason: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
23291
23296
|
Title: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
23292
|
-
Error: UErrorType; // 0x0020 (0x0008) [UErrorType*]
|
|
23293
23297
|
};
|
|
23294
23298
|
|
|
23295
23299
|
/**
|
|
@@ -23539,6 +23543,15 @@ export type PlayerInput_X_GetRawSplitAxisValue_Params = {
|
|
|
23539
23543
|
ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
23540
23544
|
};
|
|
23541
23545
|
|
|
23546
|
+
/**
|
|
23547
|
+
* Function ProjectX.PlayerInput_X.GetUIAxisKey
|
|
23548
|
+
*/
|
|
23549
|
+
export type PlayerInput_X_GetUIAxisKey_Params = {
|
|
23550
|
+
Binding: FPlayerBinding; // 0x0000 (0x002c) [FPlayerBinding] [CPF_Parm]
|
|
23551
|
+
ReturnValue: string; // 0x0030 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
23552
|
+
UIKey: string; // 0x0040 (0x0010) [FString]
|
|
23553
|
+
};
|
|
23554
|
+
|
|
23542
23555
|
/**
|
|
23543
23556
|
* Function ProjectX.PlayerInput_X.GetUIKey
|
|
23544
23557
|
*/
|
|
@@ -25984,6 +25997,16 @@ export type PsyNetWordFilter_X_WordFilterSanitizeString_Params = {
|
|
|
25984
25997
|
_0x1: U__PsyNetWordFilter_X__WordFilterSanitizeString_0x1; // 0x0088 (0x0008) [U__PsyNetWordFilter_X__WordFilterSanitizeString_0x1*]
|
|
25985
25998
|
};
|
|
25986
25999
|
|
|
26000
|
+
/**
|
|
26001
|
+
* Function ProjectX.QREnconder_X.BuildForURL
|
|
26002
|
+
*/
|
|
26003
|
+
export type QREnconder_X_BuildForURL_Params = {
|
|
26004
|
+
URL: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
26005
|
+
Owner: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm | CPF_OptionalParm]
|
|
26006
|
+
ScaleFactor: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
26007
|
+
ReturnValue: UTexture; // 0x0020 (0x0008) [UTexture*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
26008
|
+
};
|
|
26009
|
+
|
|
25987
26010
|
/**
|
|
25988
26011
|
* Function ProjectX.QueuedOfflineMessage_X.GetOfflineTimeToLiveSeconds
|
|
25989
26012
|
*/
|
|
@@ -27409,7 +27432,7 @@ export type RPC_LoginAuthPlayer_X_SetConsoleType_Params = {
|
|
|
27409
27432
|
* Function ProjectX.RPC_LoginAuthPlayer_X.SetEpicAccountId
|
|
27410
27433
|
*/
|
|
27411
27434
|
export type RPC_LoginAuthPlayer_X_SetEpicAccountId_Params = {
|
|
27412
|
-
|
|
27435
|
+
InEpicAccountID: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
27413
27436
|
ReturnValue: URPC_LoginAuthPlayer_X; // 0x0010 (0x0008) [URPC_LoginAuthPlayer_X*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
27414
27437
|
};
|
|
27415
27438
|
|
|
@@ -28952,6 +28975,25 @@ export type ServerPlayerTracker_X_RemoveReservationMessage_Params = {
|
|
|
28952
28975
|
*/
|
|
28953
28976
|
export type ServerPlayerTracker_X_Reset_Params = {};
|
|
28954
28977
|
|
|
28978
|
+
/**
|
|
28979
|
+
* Function ProjectX.SetVisibilityComponent_X.ApplyVisibility
|
|
28980
|
+
*/
|
|
28981
|
+
export type SetVisibilityComponent_X_ApplyVisibility_Params = {
|
|
28982
|
+
bHidden: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
28983
|
+
AnimOwner: UActor; // 0x0008 (0x0008) [UActor*]
|
|
28984
|
+
SMC: UStaticMeshComponent; // 0x0010 (0x0008) [UStaticMeshComponent*]
|
|
28985
|
+
};
|
|
28986
|
+
|
|
28987
|
+
/**
|
|
28988
|
+
* Function ProjectX.SetVisibilityComponent_X.Attached
|
|
28989
|
+
*/
|
|
28990
|
+
export type SetVisibilityComponent_X_Attached_Params = {};
|
|
28991
|
+
|
|
28992
|
+
/**
|
|
28993
|
+
* Function ProjectX.SetVisibilityComponent_X.Detached
|
|
28994
|
+
*/
|
|
28995
|
+
export type SetVisibilityComponent_X_Detached_Params = {};
|
|
28996
|
+
|
|
28955
28997
|
/**
|
|
28956
28998
|
* Function ProjectX.ShakeComponent_X.Attached
|
|
28957
28999
|
*/
|
|
@@ -29305,6 +29347,17 @@ export type StatusTrigger_X_IsTriggered_Params = {
|
|
|
29305
29347
|
*/
|
|
29306
29348
|
export type StatusTrigger_X_ToggleTriggered_Params = {};
|
|
29307
29349
|
|
|
29350
|
+
/**
|
|
29351
|
+
* Function ProjectX.StringUtil_X.FindWordBoundary
|
|
29352
|
+
*/
|
|
29353
|
+
export type StringUtil_X_FindWordBoundary_Params = {
|
|
29354
|
+
Haystack: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
29355
|
+
Needle: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
29356
|
+
bReverseSearch: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
29357
|
+
bIgnoreCase: boolean; // 0x0024 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
29358
|
+
ReturnValue: number; // 0x0028 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
29359
|
+
};
|
|
29360
|
+
|
|
29308
29361
|
/**
|
|
29309
29362
|
* Function ProjectX.StringUtil_X.IsStringEmptyOrWhiteSpace
|
|
29310
29363
|
*/
|
|
@@ -29409,22 +29462,22 @@ export type SystemInfo_X_IsSupported_Params = {
|
|
|
29409
29462
|
* Function ProjectX.SystemMetrics_X.RecordSpecs
|
|
29410
29463
|
*/
|
|
29411
29464
|
export type SystemMetrics_X_RecordSpecs_Params = {
|
|
29412
|
-
OS: FOSMetrics; // 0x0000 (
|
|
29413
|
-
CPU: FCpuMetrics; //
|
|
29414
|
-
Memory: FMemoryMetrics; //
|
|
29415
|
-
Video: FVideoCardMetrics; //
|
|
29416
|
-
Network: FNetworkAdapterMetrics; //
|
|
29465
|
+
OS: FOSMetrics; // 0x0000 (0x0030) [FOSMetrics]
|
|
29466
|
+
CPU: FCpuMetrics; // 0x0030 (0x0040) [FCpuMetrics]
|
|
29467
|
+
Memory: FMemoryMetrics; // 0x0070 (0x0004) [FMemoryMetrics]
|
|
29468
|
+
Video: FVideoCardMetrics; // 0x0078 (0x0018) [FVideoCardMetrics]
|
|
29469
|
+
Network: FNetworkAdapterMetrics; // 0x0090 (0x0010) [FNetworkAdapterMetrics]
|
|
29417
29470
|
};
|
|
29418
29471
|
|
|
29419
29472
|
/**
|
|
29420
29473
|
* Function ProjectX.SystemMetrics_X.Specs
|
|
29421
29474
|
*/
|
|
29422
29475
|
export type SystemMetrics_X_Specs_Params = {
|
|
29423
|
-
OS: FOSMetrics; // 0x0000 (
|
|
29424
|
-
CPU: FCpuMetrics; //
|
|
29425
|
-
Memory: FMemoryMetrics; //
|
|
29426
|
-
Video: FVideoCardMetrics; //
|
|
29427
|
-
Network: FNetworkAdapterMetrics; //
|
|
29476
|
+
OS: FOSMetrics; // 0x0000 (0x0030) [FOSMetrics] [CPF_Parm]
|
|
29477
|
+
CPU: FCpuMetrics; // 0x0030 (0x0040) [FCpuMetrics] [CPF_Parm]
|
|
29478
|
+
Memory: FMemoryMetrics; // 0x0070 (0x0004) [FMemoryMetrics] [CPF_Parm]
|
|
29479
|
+
Video: FVideoCardMetrics; // 0x0078 (0x0018) [FVideoCardMetrics] [CPF_Parm]
|
|
29480
|
+
Network: FNetworkAdapterMetrics; // 0x0090 (0x0010) [FNetworkAdapterMetrics] [CPF_Parm]
|
|
29428
29481
|
};
|
|
29429
29482
|
|
|
29430
29483
|
/**
|