@rlsdk/steam 1.0.0

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.
Files changed (78) hide show
  1. package/README.md +166 -0
  2. package/classes/AkAudio.ts +620 -0
  3. package/classes/Core.ts +1489 -0
  4. package/classes/Engine.ts +25512 -0
  5. package/classes/GFxUI.ts +480 -0
  6. package/classes/IpDrv.ts +2146 -0
  7. package/classes/OnlineSubsystemEOS.ts +954 -0
  8. package/classes/OnlineSubsystemSteamworks.ts +933 -0
  9. package/classes/ProjectX.ts +14003 -0
  10. package/classes/TAGame.ts +54138 -0
  11. package/classes/WinDrv.ts +116 -0
  12. package/classes/XAudio2.ts +13 -0
  13. package/classes/index.ts +20 -0
  14. package/constants/AkAudio.ts +6 -0
  15. package/constants/Core.ts +28 -0
  16. package/constants/Engine.ts +109 -0
  17. package/constants/GFxUI.ts +6 -0
  18. package/constants/IpDrv.ts +13 -0
  19. package/constants/OnlineSubsystemEOS.ts +6 -0
  20. package/constants/OnlineSubsystemSteamworks.ts +6 -0
  21. package/constants/ProjectX.ts +19 -0
  22. package/constants/TAGame.ts +79 -0
  23. package/constants/WinDrv.ts +6 -0
  24. package/constants/XAudio2.ts +6 -0
  25. package/constants/index.ts +14 -0
  26. package/enums/AkAudio.ts +121 -0
  27. package/enums/Core.ts +1646 -0
  28. package/enums/Engine.ts +3782 -0
  29. package/enums/GFxUI.ts +111 -0
  30. package/enums/IpDrv.ts +321 -0
  31. package/enums/OnlineSubsystemEOS.ts +25 -0
  32. package/enums/OnlineSubsystemSteamworks.ts +62 -0
  33. package/enums/ProjectX.ts +624 -0
  34. package/enums/TAGame.ts +2637 -0
  35. package/enums/WinDrv.ts +6 -0
  36. package/enums/XAudio2.ts +6 -0
  37. package/enums/index.ts +18 -0
  38. package/index.ts +11 -0
  39. package/offsets/AkAudio.ts +1049 -0
  40. package/offsets/Core.ts +1765 -0
  41. package/offsets/Engine.ts +26914 -0
  42. package/offsets/GFxUI.ts +525 -0
  43. package/offsets/IpDrv.ts +2259 -0
  44. package/offsets/OnlineSubsystemEOS.ts +602 -0
  45. package/offsets/OnlineSubsystemSteamworks.ts +1283 -0
  46. package/offsets/ProjectX.ts +14375 -0
  47. package/offsets/TAGame.ts +47649 -0
  48. package/offsets/WinDrv.ts +180 -0
  49. package/offsets/XAudio2.ts +102 -0
  50. package/offsets/globals.ts +13 -0
  51. package/offsets/index.ts +21 -0
  52. package/package.json +134 -0
  53. package/parameters/AkAudio.ts +780 -0
  54. package/parameters/Core.ts +4839 -0
  55. package/parameters/Engine.ts +37953 -0
  56. package/parameters/GFxUI.ts +1450 -0
  57. package/parameters/IpDrv.ts +7591 -0
  58. package/parameters/OnlineSubsystemEOS.ts +4309 -0
  59. package/parameters/OnlineSubsystemSteamworks.ts +4391 -0
  60. package/parameters/ProjectX.ts +31213 -0
  61. package/parameters/TAGame.ts +129564 -0
  62. package/parameters/WinDrv.ts +276 -0
  63. package/parameters/XAudio2.ts +4 -0
  64. package/parameters/index.ts +19 -0
  65. package/structs/AkAudio.ts +132 -0
  66. package/structs/Core.ts +750 -0
  67. package/structs/Engine.ts +5968 -0
  68. package/structs/GFxUI.ts +136 -0
  69. package/structs/IpDrv.ts +681 -0
  70. package/structs/OnlineSubsystemEOS.ts +23 -0
  71. package/structs/OnlineSubsystemSteamworks.ts +306 -0
  72. package/structs/ProjectX.ts +2527 -0
  73. package/structs/TAGame.ts +7487 -0
  74. package/structs/WinDrv.ts +6 -0
  75. package/structs/XAudio2.ts +6 -0
  76. package/structs/index.ts +18 -0
  77. package/types/GameDefines.ts +35 -0
  78. package/types/index.ts +9 -0
@@ -0,0 +1,2146 @@
1
+ /**
2
+ * IpDrv Package - Classes
3
+ * Auto-generated by Stev Peifer <stev.p@outlook.com> (https://github.com/ObscuritySRL)
4
+ */
5
+
6
+ import type { FName, FScriptDelegate } from '../types/GameDefines';
7
+ import type { EImageType } from '../enums/Core';
8
+ import type {
9
+ AvatarSize,
10
+ ELanBeaconState,
11
+ ELobbyDistance,
12
+ ELobbyKickReason,
13
+ ELobbyVisibility,
14
+ EOnlineEnumerationReadState,
15
+ EOnlineFileType,
16
+ EOnlineNewsType,
17
+ EPinGrantResult,
18
+ } from '../enums/Engine';
19
+ import type {
20
+ EEventUploadType,
21
+ ELineMode,
22
+ ELinkMode,
23
+ ELinkState,
24
+ EMcpFileCompressionType,
25
+ EMcpGroupAcceptState,
26
+ EMcpMessageCompressionType,
27
+ EMeshBeaconBandwidthTestResult,
28
+ EMeshBeaconBandwidthTestType,
29
+ EMeshBeaconClientState,
30
+ EMeshBeaconConnectionResult,
31
+ EMeshBeaconPacketType,
32
+ EPartyBeaconClientRequest,
33
+ EPartyBeaconClientState,
34
+ EPartyBeaconHostState,
35
+ EPartyReservationResult,
36
+ EReceiveMode,
37
+ ERequestType,
38
+ } from '../enums/IpDrv';
39
+ import type { FIpAddr, FMap_Mirror, FPointer, FSparseArray_Mirror, FUniqueNetId } from '../structs/Core';
40
+ import type {
41
+ FActiveLobbyInfo,
42
+ FAuthSession,
43
+ FBasicLobbyInfo,
44
+ FEmsFile,
45
+ FImageLayout,
46
+ FLinkedAccountData,
47
+ FLobbyFilter,
48
+ FLobbyMember,
49
+ FLobbyMetaData,
50
+ FLobbySortFilter,
51
+ FLocalAuthSession,
52
+ FOnlineArbitrationRegistrant,
53
+ FOnlineGameSearchResult,
54
+ FUniqueLobbyId,
55
+ FWordFilterResult,
56
+ } from '../structs/Engine';
57
+ import type {
58
+ FAdHocAccessPointInfo,
59
+ FAddMappingRequest,
60
+ FAuthCodeRequest,
61
+ FAvatarKey,
62
+ FClientBandwidthTestData,
63
+ FClientBeaconConnection,
64
+ FClientConnectionRequest,
65
+ FClientMeshBeaconConnection,
66
+ FConnectionBandwidthStats,
67
+ FDecodeImageRequest,
68
+ FEventUploadConfig,
69
+ FFileNameToURLMapping,
70
+ FInventoryItemRequestState,
71
+ FManagedValue,
72
+ FManagedValueSaveSlot,
73
+ FMcpChallengeUserRequest,
74
+ FMcpClashMobChallengeEvent,
75
+ FMcpClashMobChallengeFile,
76
+ FMcpClashMobChallengeUserStatus,
77
+ FMcpCompressMessageRequest,
78
+ FMcpGroup,
79
+ FMcpGroupList,
80
+ FMcpGroupMember,
81
+ FMcpIdMapping,
82
+ FMcpInventoryItem,
83
+ FMcpInventoryItemContainer,
84
+ FMcpInventorySaveSlot,
85
+ FMcpMessage,
86
+ FMcpMessageContents,
87
+ FMcpMessageList,
88
+ FMcpUncompressMessageRequest,
89
+ FMcpUserCloudFilesEntry,
90
+ FMcpUserStatus,
91
+ FNewsCacheEntry,
92
+ FOnlineImageDownload,
93
+ FPartyReservation,
94
+ FPlayerMember,
95
+ FPlayerReservation,
96
+ FPlaylist,
97
+ FPlaylistPopulation,
98
+ FQueryMappingRequest,
99
+ FSaveSlotRequestState,
100
+ FTitleFileCacheEntry,
101
+ FTitleFileMcp,
102
+ FTitleFileWeb,
103
+ FUserRequest,
104
+ FValueRequestState,
105
+ } from '../structs/IpDrv';
106
+ import type { UAsyncTask, UComponent, UError, UErrorList, UErrorType, UObject } from './Core';
107
+ import type {
108
+ UActor,
109
+ UCanvas,
110
+ UDateTime,
111
+ UDownload,
112
+ UHttpRequestInterface,
113
+ UHttpResponseInterface,
114
+ UInfo,
115
+ UNetConnection,
116
+ UNetDriver,
117
+ UOnlineGameSearch,
118
+ UOnlineGameSettings,
119
+ UOnlineMatchmakingStats,
120
+ UOnlinePlayerStorage,
121
+ UOnlineProfileSettings,
122
+ UOnlineSubsystem,
123
+ UOnlineTitleFileCacheInterface,
124
+ UOnlineTitleFileInterface,
125
+ UPlayer,
126
+ UTexture,
127
+ UTexture2DDynamic,
128
+ UUIDataStore,
129
+ UUIResourceDataProvider,
130
+ UWorldInfo,
131
+ } from './Engine';
132
+
133
+ /**
134
+ * Class IpDrv.AdHocDelegates
135
+ * Size: 0x0138
136
+ * Extends: UObject
137
+ */
138
+ export type UAdHocDelegates = UObject & {
139
+ __EventAdHocOnNetworkChanged__Delegate: FScriptDelegate; // 0x0060 (0x0018) [FScriptDelegate]
140
+ __EventAdHocError__Delegate: FScriptDelegate; // 0x0078 (0x0018) [FScriptDelegate]
141
+ __EventAdHocInitialized__Delegate: FScriptDelegate; // 0x0090 (0x0018) [FScriptDelegate]
142
+ __EventAccessPointCreated__Delegate: FScriptDelegate; // 0x00a8 (0x0018) [FScriptDelegate]
143
+ __EventBecomeStation__Delegate: FScriptDelegate; // 0x00c0 (0x0018) [FScriptDelegate]
144
+ __EventStationConnected__Delegate: FScriptDelegate; // 0x00d8 (0x0018) [FScriptDelegate]
145
+ __EventStationDisconnected__Delegate: FScriptDelegate; // 0x00f0 (0x0018) [FScriptDelegate]
146
+ __EventAdHocFinalized__Delegate: FScriptDelegate; // 0x0108 (0x0018) [FScriptDelegate]
147
+ __EventAdHocDestroyed__Delegate: FScriptDelegate; // 0x0120 (0x0018) [FScriptDelegate]
148
+ };
149
+
150
+ // AdHocDelegates Functions
151
+ // EventAdHocDestroyed(): void
152
+ // EventAdHocFinalized(): void
153
+ // EventStationDisconnected(): void
154
+ // EventStationConnected(): void
155
+ // EventBecomeStation(): void
156
+ // EventAccessPointCreated(): void
157
+ // EventAdHocInitialized(): void
158
+ // EventAdHocError(Error: UError): void
159
+ // EventAdHocOnNetworkChanged(Ahapis: FAdHocAccessPointInfo[]): void
160
+
161
+ /**
162
+ * Class IpDrv.AdHocErrors
163
+ * Size: 0x0088
164
+ * Extends: UErrorList
165
+ */
166
+ export type UAdHocErrors = UErrorList & {
167
+ AdHocError: UErrorType; // 0x0080 (0x0008) [UErrorType*]
168
+ };
169
+
170
+ /**
171
+ * Class IpDrv.AvatarDownload
172
+ * Size: 0x00E0
173
+ * Extends: UObject
174
+ */
175
+ export type UAvatarDownload = UObject & {
176
+ PlayerID: FUniqueNetId; // 0x0060 (0x0048) [FUniqueNetId]
177
+ URL: string; // 0x00a8 (0x0010) [FString]
178
+ AvatarSize: AvatarSize; // 0x00b8 (0x0001) [AvatarSize]
179
+ Texture: UTexture; // 0x00c0 (0x0008) [UTexture*]
180
+ Callbacks: FScriptDelegate; // 0x00c8 (0x0018) [FScriptDelegate]
181
+ };
182
+
183
+ /**
184
+ * Class IpDrv.AvatarDownloadComponent
185
+ * Size: 0x0080
186
+ * Extends: UComponent
187
+ */
188
+ export type UAvatarDownloadComponent = UComponent & {
189
+ AvatarDownloadCache: UAvatarDownloadMap; // 0x0070 (0x0008) [UAvatarDownloadMap*]
190
+ ImageDownloader: UOnlineImageDownloaderWeb; // 0x0078 (0x0008) [UOnlineImageDownloaderWeb*]
191
+ };
192
+
193
+ // AvatarDownloadComponent Functions
194
+ // TriggerAvatarCallbacks(Avatar: UAvatarDownload): void
195
+ // HandleOnlineImageDownloaded(ImageInfo: FOnlineImageDownload): void
196
+ // GetAvatar(PlayerID: FUniqueNetId, Size: AvatarSize): UAvatarDownload
197
+ // ClearPendingDownloads(): void
198
+ // CleanupAvatars(): void
199
+ // DownloadAvatar(PlayerID: FUniqueNetId, Size: AvatarSize, URL: string): void
200
+ // StoreNewAvatars(NewPlayerIDs: FUniqueNetId[], Size: AvatarSize, ReadOnlineAvatarCompleteDelegate: FScriptDelegate): void
201
+ // ProcessOldRequests(InPlayerIDs: FUniqueNetId[], SizeType: AvatarSize, ReadOnlineAvatarCompleteDelegate: FScriptDelegate, NewRequestIDs: FUniqueNetId[]): void
202
+ // TryAddAvatarTextureCallback(PlayerNetId: FUniqueNetId, Size: AvatarSize, ReadOnlineAvatarCompleteDelegate: FScriptDelegate): boolean
203
+
204
+ /**
205
+ * Class IpDrv.AvatarDownloadMap
206
+ * Size: 0x0160
207
+ * Extends: UComponent
208
+ */
209
+ export type UAvatarDownloadMap = UComponent & {
210
+ AvatarMap: FMap_Mirror; // 0x0070 (0x0050) [FMap_Mirror]
211
+ ImageMap: FMap_Mirror; // 0x00c0 (0x0050) [FMap_Mirror]
212
+ AvatarsPendingImages: FMap_Mirror; // 0x0110 (0x0050) [FMap_Mirror]
213
+ };
214
+
215
+ // AvatarDownloadMap Functions
216
+ // ContainsImage(Key: string): boolean
217
+ // ContainsAvatar(Key: FAvatarKey): boolean
218
+ // OnAvatarReceivedImage(Avatar: UAvatarDownload): void
219
+ // RemoveImage(Key: string): void
220
+ // RemoveAvatar(Key: FAvatarKey): void
221
+ // RemoveAllNetIDs(PlayerID: FUniqueNetId): void
222
+ // ClearAvatarsPendingImages(): void
223
+ // ClearImages(): void
224
+ // ClearAvatars(): void
225
+ // Clear(): void
226
+ // TryGetImage(Key: string, OutValue: UTexture): boolean
227
+ // TryGetAvatar(Key: FAvatarKey, OutValue: UAvatarDownload): boolean
228
+ // GetAvatarsPendingImage(Key: string, OutAvatars: UAvatarDownload[]): void
229
+ // GetImage(Key: string): UTexture
230
+ // GetAvatar(Key: FAvatarKey): UAvatarDownload
231
+ // AddAvatarPendingImage(Avatar: UAvatarDownload): void
232
+ // SetImage(URL: string, Value: UTexture): void
233
+ // SetAvatar(Value: UAvatarDownload): void
234
+ // CountAvatars(): number
235
+ // AllValues(OutAvatar: UAvatarDownload, StartIndex: number, MaxValues: number): void
236
+
237
+ /**
238
+ * Class IpDrv.ClientBeaconAddressResolver
239
+ * Size: 0x006C
240
+ * Extends: UObject
241
+ */
242
+ export type UClientBeaconAddressResolver = UObject & {
243
+ BeaconPort: number; // 0x0060 (0x0004) [int32]
244
+ BeaconName: FName; // 0x0064 (0x0008) [FName]
245
+ };
246
+
247
+ /**
248
+ * Class IpDrv.WebApplication
249
+ * Size: 0x0080
250
+ * Extends: UObject
251
+ */
252
+ export type UWebApplication = UObject & {
253
+ WorldInfo: UWorldInfo; // 0x0060 (0x0008) [UWorldInfo*]
254
+ WebServer: UWebServer; // 0x0068 (0x0008) [UWebServer*]
255
+ Path: string; // 0x0070 (0x0010) [FString]
256
+ };
257
+
258
+ // WebApplication Functions
259
+ // PostQuery(Request: UWebRequest, Response: UWebResponse): void
260
+ // Query(Request: UWebRequest, Response: UWebResponse): void
261
+ // PreQuery(Request: UWebRequest, Response: UWebResponse): boolean
262
+ // CleanupApp(): void
263
+ // Cleanup(): void
264
+ // Init(): void
265
+
266
+ /**
267
+ * Class IpDrv.HelloWeb
268
+ * Size: 0x0080
269
+ * Extends: UWebApplication
270
+ */
271
+ export type UHelloWeb = UWebApplication & {};
272
+
273
+ // HelloWeb Functions
274
+ // Query(Request: UWebRequest, Response: UWebResponse): void
275
+ // Init(): void
276
+
277
+ /**
278
+ * Class IpDrv.HTTPDownload
279
+ * Size: 0x0BF0
280
+ * Extends: UDownload
281
+ */
282
+ export type UHTTPDownload = UDownload & {
283
+ RedirectToURL: string; // 0x0078 (0x0010) [FString]
284
+ UseCompression: boolean; // 0x0088 (0x0004) [bool : 0x1]
285
+ ProxyServerHost: string; // 0x0ab0 (0x0010) [FString]
286
+ ProxyServerPort: number; // 0x0ac0 (0x0004) [int32]
287
+ MaxRedirection: boolean; // 0x0ac4 (0x0004) [bool : 0x1]
288
+ ConnectionTimeout: number; // 0x0ac8 (0x0004) [float]
289
+ };
290
+
291
+ /**
292
+ * Class IpDrv.HttpRequestCurl
293
+ * Size: 0x00C0
294
+ * Extends: UHttpRequestInterface
295
+ */
296
+ export type UHttpRequestCurl = UHttpRequestInterface & {
297
+ Request: FPointer; // 0x0078 (0x0008) [FPointer]
298
+ RequestVerb: string; // 0x0080 (0x0010) [FString]
299
+ RequestURL: string; // 0x0090 (0x0010) [FString]
300
+ Payload: number[]; // 0x00a0 (0x0010) [TArray<uint8>]
301
+ AllowedRedirectURLs: string[]; // 0x00b0 (0x0010) [TArray<FString>]
302
+ };
303
+
304
+ // HttpRequestCurl Functions
305
+ // ProcessRequest(): boolean
306
+ // SetHeader(HeaderName: string, HeaderValue: string): UHttpRequestInterface
307
+ // SetContentAsString(ContentString: string): UHttpRequestInterface
308
+ // SetContent(ContentPayload: number[]): UHttpRequestInterface
309
+ // SetURL(URL: string): UHttpRequestInterface
310
+ // SetVerb(Verb: string): UHttpRequestInterface
311
+ // GetVerb(): string
312
+ // GetContent(Content: number[]): void
313
+ // GetURL(): string
314
+ // GetContentLength(): number
315
+ // GetContentType(): string
316
+ // GetURLParameter(ParameterName: string): string
317
+ // GetHeaders(): string[]
318
+ // GetHeader(HeaderName: string): string
319
+
320
+ /**
321
+ * Class IpDrv.HttpResponseCurl
322
+ * Size: 0x0078
323
+ * Extends: UHttpResponseInterface
324
+ */
325
+ export type UHttpResponseCurl = UHttpResponseInterface & {
326
+ Response: FPointer; // 0x0060 (0x0008) [FPointer]
327
+ Payload: number[]; // 0x0068 (0x0010) [TArray<uint8>]
328
+ };
329
+
330
+ // HttpResponseCurl Functions
331
+ // GetResponseCode(): number
332
+ // GetContentAsString(): string
333
+ // GetContent(Content: number[]): void
334
+ // GetURL(): string
335
+ // GetContentLength(): number
336
+ // GetContentType(): string
337
+ // GetURLParameter(ParameterName: string): string
338
+ // GetHeaders(): string[]
339
+ // GetHeader(HeaderName: string): string
340
+
341
+ /**
342
+ * Class IpDrv.ImageDecoder
343
+ * Size: 0x0090
344
+ * Extends: UObject
345
+ */
346
+ export type UImageDecoder = UObject & {
347
+ VfTable_FTickableObject: FPointer; // 0x0060 (0x0008) [FPointer]
348
+ ActiveDecodeRequests: FDecodeImageRequest[]; // 0x0068 (0x0010) [TArray<FDecodeImageRequest>]
349
+ __ImageDecodedDelegate__Delegate: FScriptDelegate; // 0x0078 (0x0018) [FScriptDelegate]
350
+ };
351
+
352
+ // ImageDecoder Functions
353
+ // RequestDecodeImage(RequestURL: string, ImageType: EImageType, FinishedCallback: FScriptDelegate, ImageData: number[]): void
354
+ // ImageDecodedDelegate(RequestURL: string, Image: FImageLayout): void
355
+
356
+ /**
357
+ * Class IpDrv.ImageServer
358
+ * Size: 0x0080
359
+ * Extends: UWebApplication
360
+ */
361
+ export type UImageServer = UWebApplication & {};
362
+
363
+ // ImageServer Functions
364
+ // Query(Request: UWebRequest, Response: UWebResponse): void
365
+
366
+ /**
367
+ * Class IpDrv.InternetLink
368
+ * Size: 0x0294
369
+ * Extends: UInfo
370
+ */
371
+ export type UInternetLink = UInfo & {
372
+ LinkMode: ELinkMode; // 0x0268 (0x0001) [ELinkMode]
373
+ InLineMode: ELineMode; // 0x0269 (0x0001) [ELineMode]
374
+ OutLineMode: ELineMode; // 0x026a (0x0001) [ELineMode]
375
+ ReceiveMode: EReceiveMode; // 0x026b (0x0001) [EReceiveMode]
376
+ Socket: FPointer; // 0x0270 (0x0008) [FPointer]
377
+ Port: number; // 0x0278 (0x0004) [int32]
378
+ RemoteSocket: FPointer; // 0x0280 (0x0008) [FPointer]
379
+ PrivateResolveInfo: FPointer; // 0x0288 (0x0008) [FPointer]
380
+ DataPending: number; // 0x0290 (0x0004) [int32]
381
+ };
382
+
383
+ // InternetLink Functions
384
+ // ResolveFailed(): void
385
+ // Resolved(Addr: FIpAddr): void
386
+ // GetLocalIP(Arg: FIpAddr): void
387
+ // StringToIpAddr(Str: string, Addr: FIpAddr): boolean
388
+ // IpAddrToString(Arg: FIpAddr): string
389
+ // GetLastError(): number
390
+ // Resolve(Domain: string): void
391
+ // ParseURL(URL: string, Addr: string, PortNum: number, LevelName: string, EntryName: string): boolean
392
+ // IsDataPending(): boolean
393
+
394
+ /**
395
+ * Class IpDrv.McpServiceBase
396
+ * Size: 0x0078
397
+ * Extends: UObject
398
+ */
399
+ export type UMcpServiceBase = UObject & {
400
+ McpConfigClassName: string; // 0x0060 (0x0010) [FString]
401
+ McpConfig: UMcpServiceConfig; // 0x0070 (0x0008) [UMcpServiceConfig*]
402
+ };
403
+
404
+ // McpServiceBase Functions
405
+ // GetUserAuthURL(McpId: string): string
406
+ // GetAppAccessURL(): string
407
+ // GetBaseURL(): string
408
+ // Init(): void
409
+
410
+ /**
411
+ * Class IpDrv.MCPBase
412
+ * Size: 0x0080
413
+ * Extends: UMcpServiceBase
414
+ */
415
+ export type UMCPBase = UMcpServiceBase & {
416
+ VfTable_FTickableObject: FPointer; // 0x0078 (0x0008) [FPointer]
417
+ };
418
+
419
+ /**
420
+ * Class IpDrv.McpClashMobBase
421
+ * Size: 0x0118
422
+ * Extends: UMcpServiceBase
423
+ */
424
+ export type UMcpClashMobBase = UMcpServiceBase & {
425
+ McpClashMobClassName: string; // 0x0078 (0x0010) [FString]
426
+ __OnQueryChallengeListComplete__Delegate: FScriptDelegate; // 0x0088 (0x0018) [FScriptDelegate]
427
+ __OnDownloadChallengeFileComplete__Delegate: FScriptDelegate; // 0x00a0 (0x0018) [FScriptDelegate]
428
+ __OnAcceptChallengeComplete__Delegate: FScriptDelegate; // 0x00b8 (0x0018) [FScriptDelegate]
429
+ __OnQueryChallengeUserStatusComplete__Delegate: FScriptDelegate; // 0x00d0 (0x0018) [FScriptDelegate]
430
+ __OnUpdateChallengeUserProgressComplete__Delegate: FScriptDelegate; // 0x00e8 (0x0018) [FScriptDelegate]
431
+ __OnUpdateChallengeUserRewardComplete__Delegate: FScriptDelegate; // 0x0100 (0x0018) [FScriptDelegate]
432
+ };
433
+
434
+ // McpClashMobBase Functions
435
+ // UpdateChallengeUserReward(UniqueChallengeId: string, UniqueUserId: string, UserReward: number): void
436
+ // OnUpdateChallengeUserRewardComplete(bWasSuccessful: boolean, UniqueChallengeId: string, UniqueUserId: string, Error: string): void
437
+ // UpdateChallengeUserProgress(UniqueChallengeId: string, UniqueUserId: string, bDidComplete: boolean, GoalProgress: number): void
438
+ // OnUpdateChallengeUserProgressComplete(bWasSuccessful: boolean, UniqueChallengeId: string, UniqueUserId: string, Error: string): void
439
+ // GetChallengeUserStatus(UniqueChallengeId: string, UniqueUserId: string, OutChallengeUserStatus: FMcpClashMobChallengeUserStatus): void
440
+ // QueryChallengeMultiUserStatus(UniqueChallengeId: string, UniqueUserId: string, UserIdsToRead: string[]): void
441
+ // QueryChallengeUserStatus(UniqueChallengeId: string, UniqueUserId: string): void
442
+ // OnQueryChallengeUserStatusComplete(bWasSuccessful: boolean, UniqueChallengeId: string, UniqueUserId: string, Error: string): void
443
+ // AcceptChallenge(UniqueChallengeId: string, UniqueUserId: string): void
444
+ // OnAcceptChallengeComplete(bWasSuccessful: boolean, UniqueChallengeId: string, UniqueUserId: string, Error: string): void
445
+ // DeleteCachedChallengeFile(UniqueChallengeId: string, DLName: string): void
446
+ // ClearCachedChallengeFile(UniqueChallengeId: string, DLName: string): void
447
+ // GetChallengeFileContents(UniqueChallengeId: string, DLName: string, OutFileContents: number[]): void
448
+ // DownloadChallengeFile(UniqueChallengeId: string, DLName: string): void
449
+ // GetChallengeFileList(UniqueChallengeId: string, OutChallengeFiles: FMcpClashMobChallengeFile[]): void
450
+ // OnDownloadChallengeFileComplete(bWasSuccessful: boolean, UniqueChallengeId: string, DLName: string, Filename: string, Error: string): void
451
+ // GetChallengeList(OutChallengeEvents: FMcpClashMobChallengeEvent[]): void
452
+ // QueryChallengeList(): void
453
+ // OnQueryChallengeListComplete(bWasSuccessful: boolean, Error: string): void
454
+ // static CreateInstance(): UMcpClashMobBase
455
+
456
+ /**
457
+ * Class IpDrv.OnlineTitleFileDownloadBase
458
+ * Size: 0x0118
459
+ * Extends: UMCPBase
460
+ */
461
+ export type UOnlineTitleFileDownloadBase = UMCPBase & {
462
+ ReadTitleFileCompleteDelegates: FScriptDelegate[]; // 0x0080 (0x0010) [TArray<FScriptDelegate>]
463
+ RequestTitleFileListCompleteDelegates: FScriptDelegate[]; // 0x0090 (0x0010) [TArray<FScriptDelegate>]
464
+ BaseUrl: string; // 0x00a0 (0x0010) [FString]
465
+ RequestFileListURL: string; // 0x00b0 (0x0010) [FString]
466
+ RequestFileURL: string; // 0x00c0 (0x0010) [FString]
467
+ Timeout: number; // 0x00d0 (0x0004) [float]
468
+ FilesToUrls: FFileNameToURLMapping[]; // 0x00d8 (0x0010) [TArray<FFileNameToURLMapping>]
469
+ __OnReadTitleFileComplete__Delegate: FScriptDelegate; // 0x00e8 (0x0018) [FScriptDelegate]
470
+ __OnRequestTitleFileListComplete__Delegate: FScriptDelegate; // 0x0100 (0x0018) [FScriptDelegate]
471
+ };
472
+
473
+ // OnlineTitleFileDownloadBase Functions
474
+ // GetUrlForFile(Filename: string): string
475
+ // ClearRequestTitleFileListCompleteDelegate(RequestTitleFileListDelegate: FScriptDelegate): void
476
+ // AddRequestTitleFileListCompleteDelegate(RequestTitleFileListDelegate: FScriptDelegate): void
477
+ // OnRequestTitleFileListComplete(bWasSuccessful: boolean, ResultStr: string[]): void
478
+ // RequestTitleFileList(): boolean
479
+ // ClearDownloadedFile(Filename: string): boolean
480
+ // ClearDownloadedFiles(): boolean
481
+ // GetTitleFileState(Filename: string): EOnlineEnumerationReadState
482
+ // GetTitleFileContents(Filename: string, FileContents: number[]): boolean
483
+ // ClearReadTitleFileCompleteDelegate(ReadTitleFileCompleteDelegate: FScriptDelegate): void
484
+ // AddReadTitleFileCompleteDelegate(ReadTitleFileCompleteDelegate: FScriptDelegate): void
485
+ // ReadTitleFile(FileToRead: string, FileType: EOnlineFileType): boolean
486
+ // OnReadTitleFileComplete(bWasSuccessful: boolean, Filename: string): void
487
+
488
+ /**
489
+ * Class IpDrv.OnlineTitleFileDownloadWeb
490
+ * Size: 0x0128
491
+ * Extends: UOnlineTitleFileDownloadBase
492
+ */
493
+ export type UOnlineTitleFileDownloadWeb = UOnlineTitleFileDownloadBase & {
494
+ TitleFiles: FTitleFileWeb[]; // 0x0118 (0x0010) [TArray<FTitleFileWeb>]
495
+ };
496
+
497
+ // OnlineTitleFileDownloadWeb Functions
498
+ // GetUrlForFile(Filename: string): string
499
+ // OnFileListReceived(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bDidSucceed: boolean): void
500
+ // RequestTitleFileList(): boolean
501
+ // ClearDownloadedFile(Filename: string): boolean
502
+ // ClearDownloadedFiles(): boolean
503
+ // GetTitleFileState(Filename: string): EOnlineEnumerationReadState
504
+ // GetTitleFileContents(Filename: string, FileContents: number[]): boolean
505
+ // TriggerDelegates(bSuccess: boolean, FileRead: string): void
506
+ // OnFileDownloadComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bDidSucceed: boolean): void
507
+ // ReadTitleFile(FileToRead: string, FileType: EOnlineFileType): boolean
508
+ // UncompressTitleFileContents(FileCompressionType: EMcpFileCompressionType, CompressedFileContents: number[], UncompressedFileContents: number[]): boolean
509
+
510
+ /**
511
+ * Class IpDrv.McpClashMobFileDownload
512
+ * Size: 0x0128
513
+ * Extends: UOnlineTitleFileDownloadWeb
514
+ */
515
+ export type UMcpClashMobFileDownload = UOnlineTitleFileDownloadWeb & {};
516
+
517
+ // McpClashMobFileDownload Functions
518
+ // GetUrlForFile(Filename: string): string
519
+
520
+ /**
521
+ * Class IpDrv.McpClashMobManager
522
+ * Size: 0x0268
523
+ * Extends: UMcpClashMobBase
524
+ */
525
+ export type UMcpClashMobManager = UMcpClashMobBase & {
526
+ ChallengeListUrl: string; // 0x0118 (0x0010) [FString]
527
+ ChallengeStatusUrl: string; // 0x0128 (0x0010) [FString]
528
+ ChallengeMultiStatusUrl: string; // 0x0138 (0x0010) [FString]
529
+ AcceptChallengeUrl: string; // 0x0148 (0x0010) [FString]
530
+ UpdateChallengeProgressUrl: string; // 0x0158 (0x0010) [FString]
531
+ UpdateRewardProgressUrl: string; // 0x0168 (0x0010) [FString]
532
+ HTTPRequestChallengeList: UHttpRequestInterface; // 0x0178 (0x0008) [UHttpRequestInterface*]
533
+ ChallengeUserRequests: FMcpChallengeUserRequest[]; // 0x0180 (0x0010) [TArray<FMcpChallengeUserRequest>]
534
+ ChallengeEvents: FMcpClashMobChallengeEvent[]; // 0x0190 (0x0010) [TArray<FMcpClashMobChallengeEvent>]
535
+ ChallengeUserStatus: FMcpClashMobChallengeUserStatus[]; // 0x01a0 (0x0010) [TArray<FMcpClashMobChallengeUserStatus>]
536
+ TempChallengeUserStatus: FMcpClashMobChallengeUserStatus; // 0x01b0 (0x0090) [FMcpClashMobChallengeUserStatus]
537
+ TempChallengeUserStatusArray: FMcpClashMobChallengeUserStatus[]; // 0x0240 (0x0010) [TArray<FMcpClashMobChallengeUserStatus>]
538
+ FileCache: UOnlineTitleFileCacheInterface; // 0x0250 (0x0010) [UOnlineTitleFileCacheInterface*]
539
+ FileDownloader: UMcpClashMobFileDownload; // 0x0260 (0x0008) [UMcpClashMobFileDownload*]
540
+ };
541
+
542
+ // McpClashMobManager Functions
543
+ // OnUpdateChallengeUserRewardHTTPRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
544
+ // UpdateChallengeUserReward(UniqueChallengeId: string, UniqueUserId: string, UserReward: number): void
545
+ // OnUpdateChallengeUserProgressHTTPRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
546
+ // UpdateChallengeUserProgress(UniqueChallengeId: string, UniqueUserId: string, bDidComplete: boolean, GoalProgress: number): void
547
+ // GetChallengeUserStatus(UniqueChallengeId: string, UniqueUserId: string, OutChallengeUserStatus: FMcpClashMobChallengeUserStatus): void
548
+ // OnQueryChallengeMultiStatusHTTPRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
549
+ // QueryChallengeMultiUserStatus(UniqueChallengeId: string, UniqueUserId: string, UserIdsToRead: string[]): void
550
+ // OnQueryChallengeStatusHTTPRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
551
+ // QueryChallengeUserStatus(UniqueChallengeId: string, UniqueUserId: string): void
552
+ // OnAcceptChallengeHTTPRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
553
+ // AcceptChallenge(UniqueChallengeId: string, UniqueUserId: string): void
554
+ // DeleteCachedChallengeFile(UniqueChallengeId: string, DLName: string): void
555
+ // ClearCachedChallengeFile(UniqueChallengeId: string, DLName: string): void
556
+ // GetChallengeFileContents(UniqueChallengeId: string, DLName: string, OutFileContents: number[]): void
557
+ // OnDownloadMcpFileComplete(bWasSuccessful: boolean, DLName: string): void
558
+ // OnLoadCachedFileComplete(bWasSuccessful: boolean, DLName: string): void
559
+ // DownloadChallengeFile(UniqueChallengeId: string, DLName: string): void
560
+ // GetChallengeFileList(UniqueChallengeId: string, OutChallengeFiles: FMcpClashMobChallengeFile[]): void
561
+ // GetChallengeList(OutChallengeEvents: FMcpClashMobChallengeEvent[]): void
562
+ // OnQueryChallengeListHTTPRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
563
+ // QueryChallengeList(): void
564
+ // Init(): void
565
+
566
+ /**
567
+ * Class IpDrv.McpGroupsBase
568
+ * Size: 0x0170
569
+ * Extends: UMcpServiceBase
570
+ */
571
+ export type UMcpGroupsBase = UMcpServiceBase & {
572
+ McpGroupsManagerClassName: string; // 0x0078 (0x0010) [FString]
573
+ GroupLists: FMcpGroupList[]; // 0x0088 (0x0010) [TArray<FMcpGroupList>]
574
+ __OnCreateGroupComplete__Delegate: FScriptDelegate; // 0x0098 (0x0018) [FScriptDelegate]
575
+ __OnDeleteGroupComplete__Delegate: FScriptDelegate; // 0x00b0 (0x0018) [FScriptDelegate]
576
+ __OnQueryGroupsComplete__Delegate: FScriptDelegate; // 0x00c8 (0x0018) [FScriptDelegate]
577
+ __OnQueryGroupMembersComplete__Delegate: FScriptDelegate; // 0x00e0 (0x0018) [FScriptDelegate]
578
+ __OnAddGroupMembersComplete__Delegate: FScriptDelegate; // 0x00f8 (0x0018) [FScriptDelegate]
579
+ __OnRemoveGroupMembersComplete__Delegate: FScriptDelegate; // 0x0110 (0x0018) [FScriptDelegate]
580
+ __OnDeleteAllGroupsComplete__Delegate: FScriptDelegate; // 0x0128 (0x0018) [FScriptDelegate]
581
+ __OnQueryGroupInvitesComplete__Delegate: FScriptDelegate; // 0x0140 (0x0018) [FScriptDelegate]
582
+ __OnAcceptGroupInviteComplete__Delegate: FScriptDelegate; // 0x0158 (0x0018) [FScriptDelegate]
583
+ };
584
+
585
+ // McpGroupsBase Functions
586
+ // OnAcceptGroupInviteComplete(GroupId: string, bWasSuccessful: boolean, Error: string): void
587
+ // AcceptGroupInvite(UniqueUserId: string, GroupId: string, bShouldAccept: boolean): void
588
+ // GetGroupInviteList(UserId: string, InviteList: FMcpGroupList): void
589
+ // OnQueryGroupInvitesComplete(bWasSuccessful: boolean, Error: string): void
590
+ // QueryGroupInvites(UniqueUserId: string): void
591
+ // OnDeleteAllGroupsComplete(RequesterId: string, bWasSuccessful: boolean, Error: string): void
592
+ // DeleteAllGroups(OwnerId: string): void
593
+ // OnRemoveGroupMembersComplete(GroupId: string, bWasSuccessful: boolean, Error: string): void
594
+ // RemoveGroupMembers(OwnerId: string, GroupId: string, MemberIds: string[]): void
595
+ // OnAddGroupMembersComplete(GroupId: string, bWasSuccessful: boolean, Error: string): void
596
+ // AddGroupMembers(OwnerId: string, GroupId: string, MemberIds: string[], bRequiresAcceptance: boolean): void
597
+ // GetGroupMembers(GroupId: string, GroupMembers: FMcpGroupMember[]): void
598
+ // OnQueryGroupMembersComplete(GroupId: string, bWasSuccessful: boolean, Error: string): void
599
+ // QueryGroupMembers(UniqueUserId: string, GroupId: string): void
600
+ // GetGroupList(UserId: string, GroupList: FMcpGroupList): void
601
+ // OnQueryGroupsComplete(UserId: string, bWasSuccessful: boolean, Error: string): void
602
+ // QueryGroups(RequesterId: string): void
603
+ // OnDeleteGroupComplete(GroupId: string, bWasSuccessful: boolean, Error: string): void
604
+ // DeleteGroup(UniqueUserId: string, GroupId: string): void
605
+ // OnCreateGroupComplete(Group: FMcpGroup, bWasSuccessful: boolean, Error: string): void
606
+ // CreateGroup(OwnerId: string, GroupName: string): void
607
+ // static CreateInstance(): UMcpGroupsBase
608
+
609
+ /**
610
+ * Class IpDrv.McpGroupsManager
611
+ * Size: 0x0260
612
+ * Extends: UMcpGroupsBase
613
+ */
614
+ export type UMcpGroupsManager = UMcpGroupsBase & {
615
+ CreateGroupUrl: string; // 0x0170 (0x0010) [FString]
616
+ DeleteGroupUrl: string; // 0x0180 (0x0010) [FString]
617
+ QueryGroupsUrl: string; // 0x0190 (0x0010) [FString]
618
+ QueryGroupMembersUrl: string; // 0x01a0 (0x0010) [FString]
619
+ AddGroupMembersUrl: string; // 0x01b0 (0x0010) [FString]
620
+ RemoveGroupMembersUrl: string; // 0x01c0 (0x0010) [FString]
621
+ DeleteAllGroupsUrl: string; // 0x01d0 (0x0010) [FString]
622
+ AcceptGroupInviteUrl: string; // 0x01e0 (0x0010) [FString]
623
+ RejectGroupInviteUrl: string; // 0x01f0 (0x0010) [FString]
624
+ __OnQueryGroupsRequestComplete__Delegate: FScriptDelegate; // 0x0200 (0x0018) [FScriptDelegate]
625
+ __OnQueryGroupMembersRequestComplete__Delegate: FScriptDelegate; // 0x0218 (0x0018) [FScriptDelegate]
626
+ __OnAddGroupMembersRequestComplete__Delegate: FScriptDelegate; // 0x0230 (0x0018) [FScriptDelegate]
627
+ __OnAcceptGroupInviteRequestComplete__Delegate: FScriptDelegate; // 0x0248 (0x0018) [FScriptDelegate]
628
+ };
629
+
630
+ // McpGroupsManager Functions
631
+ // CacheGroupMember(MemberId: string, GroupId: string, AcceptState: EMcpGroupAcceptState): void
632
+ // CacheGroup(RequesterId: string, Group: FMcpGroup): void
633
+ // OnAcceptGroupInviteRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
634
+ // AcceptGroupInvite(UniqueUserId: string, GroupId: string, bShouldAccept: boolean): void
635
+ // OnDeleteAllGroupsRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
636
+ // DeleteAllGroups(UniqueUserId: string): void
637
+ // OnRemoveGroupMembersRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
638
+ // RemoveGroupMembers(UniqueUserId: string, GroupId: string, MemberIds: string[]): void
639
+ // OnAddGroupMembersRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
640
+ // AddGroupMembers(UniqueUserId: string, GroupId: string, MemberIds: string[], bRequiresAcceptance: boolean): void
641
+ // GetGroupMembers(GroupId: string, GroupMembers: FMcpGroupMember[]): void
642
+ // OnQueryGroupMembersRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
643
+ // QueryGroupMembers(UniqueUserId: string, GroupId: string): void
644
+ // GetGroupList(UserId: string, GroupList: FMcpGroupList): void
645
+ // OnQueryGroupsRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
646
+ // QueryGroups(RequesterId: string): void
647
+ // OnDeleteGroupRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
648
+ // DeleteGroup(UniqueUserId: string, GroupId: string): void
649
+ // OnCreateGroupRequestComplete(CreateGroupRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
650
+ // CreateGroup(UniqueUserId: string, GroupName: string): void
651
+
652
+ /**
653
+ * Class IpDrv.McpIdMappingBase
654
+ * Size: 0x00B8
655
+ * Extends: UMcpServiceBase
656
+ */
657
+ export type UMcpIdMappingBase = UMcpServiceBase & {
658
+ McpIdMappingClassName: string; // 0x0078 (0x0010) [FString]
659
+ __OnAddMappingComplete__Delegate: FScriptDelegate; // 0x0088 (0x0018) [FScriptDelegate]
660
+ __OnQueryMappingsComplete__Delegate: FScriptDelegate; // 0x00a0 (0x0018) [FScriptDelegate]
661
+ };
662
+
663
+ // McpIdMappingBase Functions
664
+ // GetIdMappings(ExternalType: string, IDMappings: FMcpIdMapping[]): void
665
+ // OnQueryMappingsComplete(ExternalType: string, bWasSuccessful: boolean, Error: string): void
666
+ // QueryMappings(ExternalIds: string[], ExternalType: string): void
667
+ // OnAddMappingComplete(McpId: string, ExternalId: string, ExternalType: string, bWasSuccessful: boolean, Error: string): void
668
+ // AddMapping(McpId: string, ExternalId: string, ExternalType: string): void
669
+ // static CreateInstance(): UMcpIdMappingBase
670
+
671
+ /**
672
+ * Class IpDrv.McpIdMappingManager
673
+ * Size: 0x0108
674
+ * Extends: UMcpIdMappingBase
675
+ */
676
+ export type UMcpIdMappingManager = UMcpIdMappingBase & {
677
+ AccountMappings: FMcpIdMapping[]; // 0x00b8 (0x0010) [TArray<FMcpIdMapping>]
678
+ AddMappingUrl: string; // 0x00c8 (0x0010) [FString]
679
+ QueryMappingUrl: string; // 0x00d8 (0x0010) [FString]
680
+ AddMappingRequests: FAddMappingRequest[]; // 0x00e8 (0x0010) [TArray<FAddMappingRequest>]
681
+ QueryMappingRequests: FQueryMappingRequest[]; // 0x00f8 (0x0010) [TArray<FQueryMappingRequest>]
682
+ };
683
+
684
+ // McpIdMappingManager Functions
685
+ // GetIdMappings(ExternalType: string, IDMappings: FMcpIdMapping[]): void
686
+ // OnQueryMappingsRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
687
+ // QueryMappings(ExternalIds: string[], ExternalType: string): void
688
+ // OnAddMappingRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
689
+ // AddMapping(McpId: string, ExternalId: string, ExternalType: string): void
690
+
691
+ /**
692
+ * Class IpDrv.McpManagedValueManagerBase
693
+ * Size: 0x00E8
694
+ * Extends: UMcpServiceBase
695
+ */
696
+ export type UMcpManagedValueManagerBase = UMcpServiceBase & {
697
+ McpManagedValueManagerClassName: string; // 0x0078 (0x0010) [FString]
698
+ __OnCreateSaveSlotComplete__Delegate: FScriptDelegate; // 0x0088 (0x0018) [FScriptDelegate]
699
+ __OnReadSaveSlotComplete__Delegate: FScriptDelegate; // 0x00a0 (0x0018) [FScriptDelegate]
700
+ __OnUpdateValueComplete__Delegate: FScriptDelegate; // 0x00b8 (0x0018) [FScriptDelegate]
701
+ __OnDeleteValueComplete__Delegate: FScriptDelegate; // 0x00d0 (0x0018) [FScriptDelegate]
702
+ };
703
+
704
+ // McpManagedValueManagerBase Functions
705
+ // OnDeleteValueComplete(McpId: string, SaveSlot: string, ValueId: FName, bWasSuccessful: boolean, Error: string): void
706
+ // DeleteValue(McpId: string, SaveSlot: string, ValueId: FName): void
707
+ // OnUpdateValueComplete(McpId: string, SaveSlot: string, ValueId: FName, Value: number, bWasSuccessful: boolean, Error: string): void
708
+ // UpdateValue(McpId: string, SaveSlot: string, ValueId: FName, Value: number): void
709
+ // GetValue(McpId: string, SaveSlot: string, ValueId: FName): number
710
+ // GetValues(McpId: string, SaveSlot: string): FManagedValue[]
711
+ // OnReadSaveSlotComplete(McpId: string, SaveSlot: string, bWasSuccessful: boolean, Error: string): void
712
+ // ReadSaveSlot(McpId: string, SaveSlot: string): void
713
+ // OnCreateSaveSlotComplete(McpId: string, SaveSlot: string, bWasSuccessful: boolean, Error: string): void
714
+ // CreateSaveSlot(McpId: string, SaveSlot: string): void
715
+ // static CreateInstance(): UMcpManagedValueManagerBase
716
+
717
+ /**
718
+ * Class IpDrv.McpManagedValueManager
719
+ * Size: 0x0178
720
+ * Extends: UMcpManagedValueManagerBase
721
+ */
722
+ export type UMcpManagedValueManager = UMcpManagedValueManagerBase & {
723
+ CreateSaveSlotUrl: string; // 0x00e8 (0x0010) [FString]
724
+ ReadSaveSlotUrl: string; // 0x00f8 (0x0010) [FString]
725
+ UpdateValueUrl: string; // 0x0108 (0x0010) [FString]
726
+ DeleteValueUrl: string; // 0x0118 (0x0010) [FString]
727
+ SaveSlots: FManagedValueSaveSlot[]; // 0x0128 (0x0010) [TArray<FManagedValueSaveSlot>]
728
+ CreateSaveSlotRequests: FSaveSlotRequestState[]; // 0x0138 (0x0010) [TArray<FSaveSlotRequestState>]
729
+ ReadSaveSlotRequests: FSaveSlotRequestState[]; // 0x0148 (0x0010) [TArray<FSaveSlotRequestState>]
730
+ UpdateValueRequests: FValueRequestState[]; // 0x0158 (0x0010) [TArray<FValueRequestState>]
731
+ DeleteValueRequests: FValueRequestState[]; // 0x0168 (0x0010) [TArray<FValueRequestState>]
732
+ };
733
+
734
+ // McpManagedValueManager Functions
735
+ // OnDeleteValueRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
736
+ // DeleteValue(McpId: string, SaveSlot: string, ValueId: FName): void
737
+ // OnUpdateValueRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
738
+ // UpdateValue(McpId: string, SaveSlot: string, ValueId: FName, Value: number): void
739
+ // GetValue(McpId: string, SaveSlot: string, ValueId: FName): number
740
+ // GetValues(McpId: string, SaveSlot: string): FManagedValue[]
741
+ // OnReadSaveSlotRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
742
+ // ReadSaveSlot(McpId: string, SaveSlot: string): void
743
+ // ParseValuesForSaveSlot(McpId: string, SaveSlot: string, JsonPayload: string): void
744
+ // FindSaveSlotIndex(McpId: string, SaveSlot: string): number
745
+ // OnCreateSaveSlotRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
746
+ // CreateSaveSlot(McpId: string, SaveSlot: string): void
747
+
748
+ /**
749
+ * Class IpDrv.McpMessageBase
750
+ * Size: 0x0110
751
+ * Extends: UMcpServiceBase
752
+ */
753
+ export type UMcpMessageBase = UMcpServiceBase & {
754
+ McpMessageManagerClassName: string; // 0x0078 (0x0010) [FString]
755
+ CompressionType: EMcpMessageCompressionType; // 0x0088 (0x0001) [EMcpMessageCompressionType]
756
+ MessageContentsList: FMcpMessageContents[]; // 0x0090 (0x0010) [TArray<FMcpMessageContents>]
757
+ MessageLists: FMcpMessageList[]; // 0x00a0 (0x0010) [TArray<FMcpMessageList>]
758
+ __OnCreateMessageComplete__Delegate: FScriptDelegate; // 0x00b0 (0x0018) [FScriptDelegate]
759
+ __OnDeleteMessageComplete__Delegate: FScriptDelegate; // 0x00c8 (0x0018) [FScriptDelegate]
760
+ __OnQueryMessagesComplete__Delegate: FScriptDelegate; // 0x00e0 (0x0018) [FScriptDelegate]
761
+ __OnQueryMessageContentsComplete__Delegate: FScriptDelegate; // 0x00f8 (0x0018) [FScriptDelegate]
762
+ };
763
+
764
+ // McpMessageBase Functions
765
+ // CacheMessageContents(MessageContents: number[], MessageId: string): boolean
766
+ // CacheMessage(Message: FMcpMessage): void
767
+ // GetMessageContents(MessageId: string, MessageContents: number[]): boolean
768
+ // OnQueryMessageContentsComplete(MessageId: string, bWasSuccessful: boolean, Error: string): void
769
+ // QueryMessageContents(MessageId: string): void
770
+ // GetMessageList(ToUniqueUserId: string, MessageList: FMcpMessageList): void
771
+ // OnQueryMessagesComplete(UserId: string, bWasSuccessful: boolean, Error: string): void
772
+ // QueryMessages(ToUniqueUserId: string): void
773
+ // OnDeleteMessageComplete(MessageId: string, bWasSuccessful: boolean, Error: string): void
774
+ // DeleteMessage(MessageId: string): void
775
+ // OnCreateMessageComplete(Message: FMcpMessage, bWasSuccessful: boolean, Error: string): void
776
+ // CreateMessage(ToUniqueUserIds: string[], FromUniqueUserId: string, FromFriendlyName: string, MessageType: string, PushMessage: string, ValidUntil: string, MessageContents: number[]): void
777
+ // static CreateInstance(): UMcpMessageBase
778
+
779
+ /**
780
+ * Class IpDrv.McpMessageManager
781
+ * Size: 0x0188
782
+ * Extends: UMcpMessageBase
783
+ */
784
+ export type UMcpMessageManager = UMcpMessageBase & {
785
+ VfTable_FTickableObject: FPointer; // 0x0110 (0x0008) [FPointer]
786
+ CreateMessageUrl: string; // 0x0118 (0x0010) [FString]
787
+ DeleteMessageUrl: string; // 0x0128 (0x0010) [FString]
788
+ QueryMessagesUrl: string; // 0x0138 (0x0010) [FString]
789
+ QueryMessageContentsUrl: string; // 0x0148 (0x0010) [FString]
790
+ DeleteAllMessagesUrl: string; // 0x0158 (0x0010) [FString]
791
+ CompressMessageRequests: FMcpCompressMessageRequest[]; // 0x0168 (0x0010) [TArray<FMcpCompressMessageRequest>]
792
+ UncompressMessageRequests: FMcpUncompressMessageRequest[]; // 0x0178 (0x0010) [TArray<FMcpUncompressMessageRequest>]
793
+ };
794
+
795
+ // McpMessageManager Functions
796
+ // CacheMessageContents(MessageContents: number[], MessageId: string): boolean
797
+ // GetMessageById(MessageId: string, Message: FMcpMessage): boolean
798
+ // CacheMessage(Message: FMcpMessage): void
799
+ // GetMessageContents(MessageId: string, MessageContents: number[]): boolean
800
+ // OnQueryMessageContentsRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
801
+ // QueryMessageContents(MessageId: string): void
802
+ // GetMessageList(ToUniqueUserId: string, MessageList: FMcpMessageList): void
803
+ // OnQueryMessagesRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
804
+ // QueryMessages(ToUniqueUserId: string): void
805
+ // OnDeleteMessageRequestComplete(OriginalRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
806
+ // DeleteMessage(MessageId: string): void
807
+ // OnCreateMessageRequestComplete(CreateMessageRequest: UHttpRequestInterface, HttpResponse: UHttpResponseInterface, bWasSuccessful: boolean): void
808
+ // CreateMessage(ToUniqueUserIds: string[], FromUniqueUserId: string, FromFriendlyName: string, MessageType: string, PushMessage: string, ValidUntil: string, MessageContents: number[]): void
809
+ // FinishedAsyncUncompression(bWasSuccessful: boolean, UncompressedMessageContents: number[], MessageId: string): void
810
+ // StartAsyncUncompression(MessageId: string, MessageCompressionType: EMcpMessageCompressionType, MessageContent: number[]): boolean
811
+ // StartAsyncCompression(MessageCompressionType: EMcpMessageCompressionType, MessageContent: number[], Request: UHttpRequestInterface): boolean
812
+
813
+ /**
814
+ * Class IpDrv.McpServerTimeBase
815
+ * Size: 0x00A0
816
+ * Extends: UMcpServiceBase
817
+ */
818
+ export type UMcpServerTimeBase = UMcpServiceBase & {
819
+ McpServerTimeClassName: string; // 0x0078 (0x0010) [FString]
820
+ __OnQueryServerTimeComplete__Delegate: FScriptDelegate; // 0x0088 (0x0018) [FScriptDelegate]
821
+ };
822
+
823
+ // McpServerTimeBase Functions
824
+ // GetLastServerTime(): string
825
+ // OnQueryServerTimeComplete(bWasSuccessful: boolean, DateTimeStr: string, Error: string): void
826
+ // QueryServerTime(): void
827
+ // static CreateInstance(): UMcpServerTimeBase
828
+
829
+ /**
830
+ * Class IpDrv.McpServerTimeManager
831
+ * Size: 0x00C8
832
+ * Extends: UMcpServerTimeBase
833
+ */
834
+ export type UMcpServerTimeManager = UMcpServerTimeBase & {
835
+ TimeStampUrl: string; // 0x00a0 (0x0010) [FString]
836
+ LastTimeStamp: string; // 0x00b0 (0x0010) [FString]
837
+ HTTPRequestServerTime: UHttpRequestInterface; // 0x00c0 (0x0008) [UHttpRequestInterface*]
838
+ };
839
+
840
+ // McpServerTimeManager Functions
841
+ // GetLastServerTime(): string
842
+ // OnQueryServerTimeHTTPRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
843
+ // QueryServerTime(): void
844
+
845
+ /**
846
+ * Class IpDrv.McpServiceConfig
847
+ * Size: 0x00A0
848
+ * Extends: UObject
849
+ */
850
+ export type UMcpServiceConfig = UObject & {
851
+ Protocol: string; // 0x0060 (0x0010) [FString]
852
+ Domain: string; // 0x0070 (0x0010) [FString]
853
+ AppKey: string; // 0x0080 (0x0010) [FString]
854
+ AppSecret: string; // 0x0090 (0x0010) [FString]
855
+ };
856
+
857
+ // McpServiceConfig Functions
858
+ // GetUserAuthTicket(McpId: string): string
859
+
860
+ /**
861
+ * Class IpDrv.McpUserCloudFileDownload
862
+ * Size: 0x0168
863
+ * Extends: UMcpServiceBase
864
+ */
865
+ export type UMcpUserCloudFileDownload = UMcpServiceBase & {
866
+ EnumerateCloudFilesUrl: string; // 0x0078 (0x0010) [FString]
867
+ ReadCloudFileUrl: string; // 0x0088 (0x0010) [FString]
868
+ WriteCloudFileUrl: string; // 0x0098 (0x0010) [FString]
869
+ DeleteCloudFileUrl: string; // 0x00a8 (0x0010) [FString]
870
+ UserCloudFileRequests: FMcpUserCloudFilesEntry[]; // 0x00b8 (0x0010) [TArray<FMcpUserCloudFilesEntry>]
871
+ EnumerateUserFilesCompleteDelegates: FScriptDelegate[]; // 0x00c8 (0x0010) [TArray<FScriptDelegate>]
872
+ ReadUserFileCompleteDelegates: FScriptDelegate[]; // 0x00d8 (0x0010) [TArray<FScriptDelegate>]
873
+ WriteUserFileCompleteDelegates: FScriptDelegate[]; // 0x00e8 (0x0010) [TArray<FScriptDelegate>]
874
+ DeleteUserFileCompleteDelegates: FScriptDelegate[]; // 0x00f8 (0x0010) [TArray<FScriptDelegate>]
875
+ __OnEnumerateUserFilesComplete__Delegate: FScriptDelegate; // 0x0108 (0x0018) [FScriptDelegate]
876
+ __OnReadUserFileComplete__Delegate: FScriptDelegate; // 0x0120 (0x0018) [FScriptDelegate]
877
+ __OnWriteUserFileComplete__Delegate: FScriptDelegate; // 0x0138 (0x0018) [FScriptDelegate]
878
+ __OnDeleteUserFileComplete__Delegate: FScriptDelegate; // 0x0150 (0x0018) [FScriptDelegate]
879
+ };
880
+
881
+ // McpUserCloudFileDownload Functions
882
+ // ClearAllDelegates(): void
883
+ // ClearDeleteUserFileCompleteDelegate(DeleteUserFileCompleteDelegate: FScriptDelegate): void
884
+ // AddDeleteUserFileCompleteDelegate(DeleteUserFileCompleteDelegate: FScriptDelegate): void
885
+ // CallDeleteUserFileCompleteDelegates(bWasSuccessful: boolean, UserId: string, Filename: string): void
886
+ // OnDeleteUserFileComplete(bWasSuccessful: boolean, UserId: string, Filename: string): void
887
+ // OnHTTPRequestDeleteUserFileComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
888
+ // DeleteUserFile(UserId: string, Filename: string, bShouldCloudDelete: boolean, bShouldLocallyDelete: boolean): boolean
889
+ // ClearWriteUserFileCompleteDelegate(WriteUserFileCompleteDelegate: FScriptDelegate): void
890
+ // AddWriteUserFileCompleteDelegate(WriteUserFileCompleteDelegate: FScriptDelegate): void
891
+ // CallWriteUserFileCompleteDelegates(bWasSuccessful: boolean, UserId: string, Filename: string): void
892
+ // OnWriteUserFileComplete(bWasSuccessful: boolean, UserId: string, Filename: string): void
893
+ // OnHTTPRequestWriteUserFileComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
894
+ // GetUserFileIndexForRequest(Request: UHttpRequestInterface, UserIdx: number, FileIdx: number): void
895
+ // WriteUserFile(UserId: string, Filename: string, FileContents: number[]): boolean
896
+ // ClearReadUserFileCompleteDelegate(ReadUserFileCompleteDelegate: FScriptDelegate): void
897
+ // AddReadUserFileCompleteDelegate(ReadUserFileCompleteDelegate: FScriptDelegate): void
898
+ // CallReadUserFileCompleteDelegates(bWasSuccessful: boolean, UserId: string, Filename: string): void
899
+ // OnReadUserFileComplete(bWasSuccessful: boolean, UserId: string, Filename: string): void
900
+ // OnHTTPRequestReadUserFileComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
901
+ // ReadUserFile(UserId: string, Filename: string): boolean
902
+ // GetUserFileList(UserId: string, UserFiles: FEmsFile[]): void
903
+ // ClearEnumerateUserFileCompleteDelegate(EnumerateUserFileCompleteDelegate: FScriptDelegate): void
904
+ // AddEnumerateUserFileCompleteDelegate(EnumerateUserFileCompleteDelegate: FScriptDelegate): void
905
+ // CallEnumerateUserFileCompleteDelegates(bWasSuccessful: boolean, UserId: string): void
906
+ // OnEnumerateUserFilesComplete(bWasSuccessful: boolean, UserId: string): void
907
+ // OnHTTPRequestEnumerateUserFilesComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
908
+ // EnumerateUserFiles(UserId: string): void
909
+ // ClearFile(UserId: string, Filename: string): boolean
910
+ // ClearFiles(UserId: string): boolean
911
+ // GetFileContents(UserId: string, Filename: string, FileContents: number[]): boolean
912
+
913
+ /**
914
+ * Class IpDrv.McpUserInventoryBase
915
+ * Size: 0x0178
916
+ * Extends: UMcpServiceBase
917
+ */
918
+ export type UMcpUserInventoryBase = UMcpServiceBase & {
919
+ McpUserInventoryClassName: string; // 0x0078 (0x0010) [FString]
920
+ __OnCreateSaveSlotComplete__Delegate: FScriptDelegate; // 0x0088 (0x0018) [FScriptDelegate]
921
+ __OnDeleteSaveSlotComplete__Delegate: FScriptDelegate; // 0x00a0 (0x0018) [FScriptDelegate]
922
+ __OnQuerySaveSlotListComplete__Delegate: FScriptDelegate; // 0x00b8 (0x0018) [FScriptDelegate]
923
+ __OnQueryInventoryItemsComplete__Delegate: FScriptDelegate; // 0x00d0 (0x0018) [FScriptDelegate]
924
+ __OnPurchaseItemComplete__Delegate: FScriptDelegate; // 0x00e8 (0x0018) [FScriptDelegate]
925
+ __OnSellItemComplete__Delegate: FScriptDelegate; // 0x0100 (0x0018) [FScriptDelegate]
926
+ __OnEarnItemComplete__Delegate: FScriptDelegate; // 0x0118 (0x0018) [FScriptDelegate]
927
+ __OnConsumeItemComplete__Delegate: FScriptDelegate; // 0x0130 (0x0018) [FScriptDelegate]
928
+ __OnDeleteItemComplete__Delegate: FScriptDelegate; // 0x0148 (0x0018) [FScriptDelegate]
929
+ __OnRecordIapComplete__Delegate: FScriptDelegate; // 0x0160 (0x0018) [FScriptDelegate]
930
+ };
931
+
932
+ // McpUserInventoryBase Functions
933
+ // OnRecordIapComplete(McpId: string, SaveSlotId: string, UpdatedItemIds: string[], bWasSuccessful: boolean, Error: string): void
934
+ // RecordIap(McpId: string, SaveSlotId: string, Receipt: string): void
935
+ // OnDeleteItemComplete(McpId: string, SaveSlotId: string, InstanceItemId: string, bWasSuccessful: boolean, Error: string): void
936
+ // DeleteItem(McpId: string, SaveSlotId: string, InstanceItemId: string, StoreVersion: number): void
937
+ // OnConsumeItemComplete(McpId: string, SaveSlotId: string, InstanceItemId: string, UpdatedItemIds: string[], bWasSuccessful: boolean, Error: string): void
938
+ // ConsumeItem(McpId: string, SaveSlotId: string, InstanceItemId: string, Quantity: number, StoreVersion: number): void
939
+ // OnEarnItemComplete(McpId: string, SaveSlotId: string, GlobalItemId: string, UpdatedItemIds: string[], bWasSuccessful: boolean, Error: string): void
940
+ // EarnItem(McpId: string, SaveSlotId: string, GlobalItemId: string, Quantity: number, StoreVersion: number): void
941
+ // OnSellItemComplete(McpId: string, SaveSlotId: string, InstanceItemId: string, UpdatedItemIds: string[], bWasSuccessful: boolean, Error: string): void
942
+ // SellItem(McpId: string, SaveSlotId: string, InstanceItemId: string, Quantity: number, StoreVersion: number, ExpectedResultItems: FMcpInventoryItemContainer[]): void
943
+ // OnPurchaseItemComplete(McpId: string, SaveSlotId: string, GlobalItemId: string, UpdatedItemIds: string[], bWasSuccessful: boolean, Error: string): void
944
+ // PurchaseItem(McpId: string, SaveSlotId: string, GlobalItemId: string, PurchaseItemIds: string[], Quantity: number, StoreVersion: number, Scalar: number): void
945
+ // GetInventoryItem(McpId: string, SaveSlotId: string, InstanceItemId: string, OutInventoryItem: FMcpInventoryItem): boolean
946
+ // GetInventoryItems(McpId: string, SaveSlotId: string, OutInventoryItems: FMcpInventoryItem[]): void
947
+ // OnQueryInventoryItemsComplete(McpId: string, SaveSlotId: string, bWasSuccessful: boolean, Error: string): void
948
+ // QueryInventoryItems(McpId: string, SaveSlotId: string): void
949
+ // OnQuerySaveSlotListComplete(McpId: string, bWasSuccessful: boolean, Error: string): void
950
+ // GetSaveSlotList(McpId: string): string[]
951
+ // QuerySaveSlotList(McpId: string): void
952
+ // OnDeleteSaveSlotComplete(McpId: string, SaveSlotId: string, bWasSuccessful: boolean, Error: string): void
953
+ // DeleteSaveSlot(McpId: string, SaveSlotId: string): void
954
+ // OnCreateSaveSlotComplete(McpId: string, SaveSlotId: string, bWasSuccessful: boolean, Error: string): void
955
+ // CreateSaveSlot(McpId: string, SaveSlotId: string, ParentSaveSlotId: string): void
956
+ // static CreateInstance(): UMcpUserInventoryBase
957
+
958
+ /**
959
+ * Class IpDrv.McpUserInventoryManager
960
+ * Size: 0x0268
961
+ * Extends: UMcpUserInventoryBase
962
+ */
963
+ export type UMcpUserInventoryManager = UMcpUserInventoryBase & {
964
+ CreateSaveSlotUrl: string; // 0x0178 (0x0010) [FString]
965
+ DeleteSaveSlotUrl: string; // 0x0188 (0x0010) [FString]
966
+ ListSaveSlotUrl: string; // 0x0198 (0x0010) [FString]
967
+ ListItemsUrl: string; // 0x01a8 (0x0010) [FString]
968
+ PurchaseItemUrl: string; // 0x01b8 (0x0010) [FString]
969
+ SellItemUrl: string; // 0x01c8 (0x0010) [FString]
970
+ EarnItemUrl: string; // 0x01d8 (0x0010) [FString]
971
+ ConsumeItemUrl: string; // 0x01e8 (0x0010) [FString]
972
+ DeleteItemUrl: string; // 0x01f8 (0x0010) [FString]
973
+ IapRecordUrl: string; // 0x0208 (0x0010) [FString]
974
+ SaveSlots: FMcpInventorySaveSlot[]; // 0x0218 (0x0010) [TArray<FMcpInventorySaveSlot>]
975
+ SaveSlotRequests: FSaveSlotRequestState[]; // 0x0228 (0x0010) [TArray<FSaveSlotRequestState>]
976
+ ListSaveSlotRequests: FSaveSlotRequestState[]; // 0x0238 (0x0010) [TArray<FSaveSlotRequestState>]
977
+ ListItemsRequests: FSaveSlotRequestState[]; // 0x0248 (0x0010) [TArray<FSaveSlotRequestState>]
978
+ ItemRequests: FInventoryItemRequestState[]; // 0x0258 (0x0010) [TArray<FInventoryItemRequestState>]
979
+ };
980
+
981
+ // McpUserInventoryManager Functions
982
+ // OnRecordIapRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
983
+ // RecordIap(McpId: string, SaveSlotId: string, Receipt: string): void
984
+ // OnDeleteItemRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
985
+ // DeleteItem(McpId: string, SaveSlotId: string, InstanceItemId: string, StoreVersion: number): void
986
+ // OnConsumeItemRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
987
+ // ConsumeItem(McpId: string, SaveSlotId: string, InstanceItemId: string, Quantity: number, StoreVersion: number): void
988
+ // OnEarnItemRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
989
+ // EarnItem(McpId: string, SaveSlotId: string, GlobalItemId: string, Quantity: number, StoreVersion: number): void
990
+ // OnSellItemRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
991
+ // SellItem(McpId: string, SaveSlotId: string, InstanceItemId: string, Quantity: number, StoreVersion: number, ExpectedResultItems: FMcpInventoryItemContainer[]): void
992
+ // OnPurchaseItemRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
993
+ // PurchaseItem(McpId: string, SaveSlotId: string, GlobalItemId: string, PurchaseItemIds: string[], Quantity: number, StoreVersion: number, Scalar: number): void
994
+ // FindItemRequest(McpId: string, SaveSlotId: string, ItemID: string, InItemRequests: FInventoryItemRequestState[]): number
995
+ // FindSaveSlotRequest(McpId: string, SaveSlotId: string, InSaveSlotRequests: FSaveSlotRequestState[]): number
996
+ // FindSaveSlotIndex(McpId: string, SaveSlotId: string): number
997
+ // ParseSaveSlotList(McpId: string, JsonPayload: string): void
998
+ // ParseInventoryForSaveSlot(McpId: string, SaveSlotId: string, JsonPayload: string): string[]
999
+ // GetInventoryItem(McpId: string, SaveSlotId: string, InstanceItemId: string, OutInventoryItem: FMcpInventoryItem): boolean
1000
+ // GetInventoryItems(McpId: string, SaveSlotId: string, OutInventoryItems: FMcpInventoryItem[]): void
1001
+ // OnQueryInventoryItemsRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1002
+ // QueryInventoryItems(McpId: string, SaveSlotId: string): void
1003
+ // GetSaveSlotList(McpId: string): string[]
1004
+ // OnQuerySaveSlotListRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1005
+ // QuerySaveSlotList(McpId: string): void
1006
+ // OnDeleteSaveSlotRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1007
+ // DeleteSaveSlot(McpId: string, SaveSlotId: string): void
1008
+ // OnCreateSaveSlotRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1009
+ // CreateSaveSlot(McpId: string, SaveSlotId: string, ParentSaveSlotId: string): void
1010
+
1011
+ /**
1012
+ * Class IpDrv.McpUserManagerBase
1013
+ * Size: 0x00E8
1014
+ * Extends: UMcpServiceBase
1015
+ */
1016
+ export type UMcpUserManagerBase = UMcpServiceBase & {
1017
+ McpUserManagerClassName: string; // 0x0078 (0x0010) [FString]
1018
+ __OnRegisterUserComplete__Delegate: FScriptDelegate; // 0x0088 (0x0018) [FScriptDelegate]
1019
+ __OnAuthenticateUserComplete__Delegate: FScriptDelegate; // 0x00a0 (0x0018) [FScriptDelegate]
1020
+ __OnQueryUsersComplete__Delegate: FScriptDelegate; // 0x00b8 (0x0018) [FScriptDelegate]
1021
+ __OnDeleteUserComplete__Delegate: FScriptDelegate; // 0x00d0 (0x0018) [FScriptDelegate]
1022
+ };
1023
+
1024
+ // McpUserManagerBase Functions
1025
+ // OnDeleteUserComplete(bWasSuccessful: boolean, Error: string): void
1026
+ // DeleteUser(McpId: string): void
1027
+ // GetUser(McpId: string, User: FMcpUserStatus): boolean
1028
+ // GetUsers(Users: FMcpUserStatus[]): void
1029
+ // OnQueryUsersComplete(bWasSuccessful: boolean, Error: string): void
1030
+ // QueryUsers(McpIds: string[]): void
1031
+ // QueryUser(McpId: string, bShouldUpdateLastActive: boolean): void
1032
+ // OnAuthenticateUserComplete(McpId: string, Token: string, bWasSuccessful: boolean, Error: string): void
1033
+ // AuthenticateUserMcp(McpId: string, ClientSecret: string, UDID: string): void
1034
+ // AuthenticateUserFacebook(FacebookId: string, FacebookToken: string, UDID: string): void
1035
+ // OnRegisterUserComplete(McpId: string, bWasSuccessful: boolean, Error: string): void
1036
+ // RegisterUserFacebook(FacebookId: string, FacebookAuthToken: string): void
1037
+ // RegisterUserGenerated(): void
1038
+ // static CreateInstance(): UMcpUserManagerBase
1039
+
1040
+ /**
1041
+ * Class IpDrv.McpUserManager
1042
+ * Size: 0x01A8
1043
+ * Extends: UMcpUserManagerBase
1044
+ */
1045
+ export type UMcpUserManager = UMcpUserManagerBase & {
1046
+ UserStatuses: FMcpUserStatus[]; // 0x00e8 (0x0010) [TArray<FMcpUserStatus>]
1047
+ RegisterUserMcpUrl: string; // 0x00f8 (0x0010) [FString]
1048
+ RegisterUserFacebookUrl: string; // 0x0108 (0x0010) [FString]
1049
+ QueryUserUrl: string; // 0x0118 (0x0010) [FString]
1050
+ QueryUsersUrl: string; // 0x0128 (0x0010) [FString]
1051
+ DeleteUserUrl: string; // 0x0138 (0x0010) [FString]
1052
+ FacebookAuthUrl: string; // 0x0148 (0x0010) [FString]
1053
+ McpAuthUrl: string; // 0x0158 (0x0010) [FString]
1054
+ RegisterUserRequests: UHttpRequestInterface[]; // 0x0168 (0x0010) [TArray<UHttpRequestInterface*>]
1055
+ QueryUsersRequests: UHttpRequestInterface[]; // 0x0178 (0x0010) [TArray<UHttpRequestInterface*>]
1056
+ DeleteUserRequests: FUserRequest[]; // 0x0188 (0x0010) [TArray<FUserRequest>]
1057
+ AuthUserRequests: UHttpRequestInterface[]; // 0x0198 (0x0010) [TArray<UHttpRequestInterface*>]
1058
+ };
1059
+
1060
+ // McpUserManager Functions
1061
+ // OnDeleteUserRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1062
+ // DeleteUser(McpId: string): void
1063
+ // GetUser(McpId: string, User: FMcpUserStatus): boolean
1064
+ // GetUsers(Users: FMcpUserStatus[]): void
1065
+ // OnQueryUsersRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1066
+ // ParseUsers(JsonPayload: string): void
1067
+ // QueryUsers(McpIds: string[]): void
1068
+ // OnQueryUserRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1069
+ // QueryUser(McpId: string, bShouldUpdateLastActive: boolean): void
1070
+ // OnAuthenticateUserRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1071
+ // AuthenticateUserMcp(McpId: string, ClientSecret: string, UDID: string): void
1072
+ // AuthenticateUserFacebook(FacebookId: string, FacebookToken: string, UDID: string): void
1073
+ // OnRegisterUserRequestComplete(Request: UHttpRequestInterface, Response: UHttpResponseInterface, bWasSuccessful: boolean): void
1074
+ // ParseUser(JsonPayload: string): number
1075
+ // RegisterUserFacebook(FacebookId: string, FacebookAuthToken: string): void
1076
+ // RegisterUserGenerated(): void
1077
+
1078
+ /**
1079
+ * Class IpDrv.MeshBeacon
1080
+ * Size: 0x00A8
1081
+ * Extends: UObject
1082
+ */
1083
+ export type UMeshBeacon = UObject & {
1084
+ VfTable_FTickableObject: FPointer; // 0x0060 (0x0008) [FPointer]
1085
+ MeshBeaconPort: number; // 0x0068 (0x0004) [int32]
1086
+ Socket: FPointer; // 0x0070 (0x0008) [FPointer]
1087
+ bIsInTick: boolean; // 0x0078 (0x0004) [bool : 0x1]
1088
+ bWantsDeferredDestroy: boolean; // 0x0078 (0x0004) [bool : 0x2]
1089
+ bShouldTick: boolean; // 0x0078 (0x0004) [bool : 0x4]
1090
+ HeartbeatTimeout: number; // 0x007c (0x0004) [float]
1091
+ ElapsedHeartbeatTime: number; // 0x0080 (0x0004) [float]
1092
+ BeaconName: FName; // 0x0084 (0x0008) [FName]
1093
+ SocketSendBufferSize: number; // 0x008c (0x0004) [int32]
1094
+ SocketReceiveBufferSize: number; // 0x0090 (0x0004) [int32]
1095
+ MaxBandwidthTestBufferSize: number; // 0x0094 (0x0004) [int32]
1096
+ MinBandwidthTestBufferSize: number; // 0x0098 (0x0004) [int32]
1097
+ MaxBandwidthTestSendTime: number; // 0x009c (0x0004) [float]
1098
+ MaxBandwidthTestReceiveTime: number; // 0x00a0 (0x0004) [float]
1099
+ MaxBandwidthHistoryEntries: number; // 0x00a4 (0x0004) [int32]
1100
+ };
1101
+
1102
+ // MeshBeacon Functions
1103
+ // DestroyBeacon(): void
1104
+
1105
+ /**
1106
+ * Class IpDrv.MeshBeaconClient
1107
+ * Size: 0x01E8
1108
+ * Extends: UMeshBeacon
1109
+ */
1110
+ export type UMeshBeaconClient = UMeshBeacon & {
1111
+ HostPendingRequest: FOnlineGameSearchResult; // 0x00a8 (0x0010) [FOnlineGameSearchResult]
1112
+ ClientPendingRequest: FClientConnectionRequest; // 0x00b8 (0x0070) [FClientConnectionRequest]
1113
+ CurrentBandwidthTest: FClientBandwidthTestData; // 0x0128 (0x0014) [FClientBandwidthTestData]
1114
+ ClientBeaconState: EMeshBeaconClientState; // 0x013c (0x0001) [EMeshBeaconClientState]
1115
+ ClientBeaconRequestType: EMeshBeaconPacketType; // 0x013d (0x0001) [EMeshBeaconPacketType]
1116
+ ConnectionRequestTimeout: number; // 0x0140 (0x0004) [float]
1117
+ ConnectionRequestElapsedTime: number; // 0x0144 (0x0004) [float]
1118
+ ResolverClassName: string; // 0x0148 (0x0010) [FString]
1119
+ ResolverClass: UClientBeaconAddressResolver; // 0x0158 (0x0008) [UClientBeaconAddressResolver*]
1120
+ Resolver: UClientBeaconAddressResolver; // 0x0160 (0x0008) [UClientBeaconAddressResolver*]
1121
+ bUsingRegisteredAddr: boolean; // 0x0168 (0x0004) [bool : 0x1]
1122
+ __OnConnectionRequestResult__Delegate: FScriptDelegate; // 0x0170 (0x0018) [FScriptDelegate]
1123
+ __OnReceivedBandwidthTestRequest__Delegate: FScriptDelegate; // 0x0188 (0x0018) [FScriptDelegate]
1124
+ __OnReceivedBandwidthTestResults__Delegate: FScriptDelegate; // 0x01a0 (0x0018) [FScriptDelegate]
1125
+ __OnTravelRequestReceived__Delegate: FScriptDelegate; // 0x01b8 (0x0018) [FScriptDelegate]
1126
+ __OnCreateNewSessionRequestReceived__Delegate: FScriptDelegate; // 0x01d0 (0x0018) [FScriptDelegate]
1127
+ };
1128
+
1129
+ // MeshBeaconClient Functions
1130
+ // SendHostNewGameSessionResponse(bSuccess: boolean, SessionName: FName, SearchClass: UOnlineGameSearch, PlatformSpecificInfo: number): boolean
1131
+ // OnCreateNewSessionRequestReceived(SessionName: FName, SearchClass: UOnlineGameSearch, Players: FPlayerMember[]): void
1132
+ // OnTravelRequestReceived(SessionName: FName, SearchClass: UOnlineGameSearch, PlatformSpecificInfo: number): void
1133
+ // OnReceivedBandwidthTestResults(TestType: EMeshBeaconBandwidthTestType, TestResult: EMeshBeaconBandwidthTestResult, BandwidthStats: FConnectionBandwidthStats): void
1134
+ // OnReceivedBandwidthTestRequest(TestType: EMeshBeaconBandwidthTestType): void
1135
+ // OnConnectionRequestResult(ConnectionResult: EMeshBeaconConnectionResult): void
1136
+ // BeginBandwidthTest(TestType: EMeshBeaconBandwidthTestType, TestBufferSize: number): boolean
1137
+ // RequestConnection(DesiredHost: FOnlineGameSearchResult, ClientRequest: FClientConnectionRequest, bRegisterSecureAddress: boolean): boolean
1138
+ // DestroyBeacon(): void
1139
+
1140
+ /**
1141
+ * Class IpDrv.MeshBeaconHost
1142
+ * Size: 0x0190
1143
+ * Extends: UMeshBeacon
1144
+ */
1145
+ export type UMeshBeaconHost = UMeshBeacon & {
1146
+ ClientConnections: FClientMeshBeaconConnection[]; // 0x00a8 (0x0010) [TArray<FClientMeshBeaconConnection>]
1147
+ PendingPlayerConnections: FUniqueNetId[]; // 0x00b8 (0x0010) [TArray<FUniqueNetId>]
1148
+ OwningPlayerId: FUniqueNetId; // 0x00c8 (0x0048) [FUniqueNetId]
1149
+ bAllowBandwidthTesting: boolean; // 0x0110 (0x0004) [bool : 0x1]
1150
+ ConnectionBacklog: number; // 0x0114 (0x0004) [int32]
1151
+ __OnReceivedClientConnectionRequest__Delegate: FScriptDelegate; // 0x0118 (0x0018) [FScriptDelegate]
1152
+ __OnStartedBandwidthTest__Delegate: FScriptDelegate; // 0x0130 (0x0018) [FScriptDelegate]
1153
+ __OnFinishedBandwidthTest__Delegate: FScriptDelegate; // 0x0148 (0x0018) [FScriptDelegate]
1154
+ __OnAllPendingPlayersConnected__Delegate: FScriptDelegate; // 0x0160 (0x0018) [FScriptDelegate]
1155
+ __OnReceivedClientCreateNewSessionResult__Delegate: FScriptDelegate; // 0x0178 (0x0018) [FScriptDelegate]
1156
+ };
1157
+
1158
+ // MeshBeaconHost Functions
1159
+ // OnReceivedClientCreateNewSessionResult(bSucceeded: boolean, SessionName: FName, SearchClass: UOnlineGameSearch, PlatformSpecificInfo: number): void
1160
+ // RequestClientCreateNewSession(PlayerNetId: FUniqueNetId, SessionName: FName, SearchClass: UOnlineGameSearch, Players: FPlayerMember[]): boolean
1161
+ // TellClientsToTravel(SessionName: FName, SearchClass: UOnlineGameSearch, PlatformSpecificInfo: number): void
1162
+ // OnAllPendingPlayersConnected(): void
1163
+ // AllPlayersConnected(Players: FUniqueNetId[]): boolean
1164
+ // GetConnectionIndexForPlayer(PlayerNetId: FUniqueNetId): number
1165
+ // SetPendingPlayerConnections(Players: FUniqueNetId[]): void
1166
+ // OnFinishedBandwidthTest(PlayerNetId: FUniqueNetId, TestType: EMeshBeaconBandwidthTestType, TestResult: EMeshBeaconBandwidthTestResult, BandwidthStats: FConnectionBandwidthStats): void
1167
+ // OnStartedBandwidthTest(PlayerNetId: FUniqueNetId, TestType: EMeshBeaconBandwidthTestType): void
1168
+ // OnReceivedClientConnectionRequest(NewClientConnection: FClientMeshBeaconConnection): void
1169
+ // AllowBandwidthTesting(bEnabled: boolean): void
1170
+ // CancelPendingBandwidthTests(): void
1171
+ // HasPendingBandwidthTest(): boolean
1172
+ // CancelInProgressBandwidthTests(): void
1173
+ // HasInProgressBandwidthTest(): boolean
1174
+ // RequestClientBandwidthTest(PlayerNetId: FUniqueNetId, TestType: EMeshBeaconBandwidthTestType, TestBufferSize: number): boolean
1175
+ // DestroyBeacon(): void
1176
+ // InitHostBeacon(InOwningPlayerId: FUniqueNetId): boolean
1177
+
1178
+ /**
1179
+ * Class IpDrv.OnlineAuthInterfaceImpl
1180
+ * Size: 0x03C8
1181
+ * Extends: UObject
1182
+ */
1183
+ export type UOnlineAuthInterfaceImpl = UObject & {
1184
+ VfTable_IOnlineAuthInterface: FPointer; // 0x0060 (0x0008) [FPointer]
1185
+ AuthCodeRequests: FAuthCodeRequest[]; // 0x0068 (0x0010) [TArray<FAuthCodeRequest>]
1186
+ NextAuthCodeID: number; // 0x0078 (0x0004) [int32]
1187
+ OwningSubsystem: UOnlineSubsystemCommonImpl; // 0x0080 (0x0008) [UOnlineSubsystemCommonImpl*]
1188
+ bAuthReady: boolean; // 0x0088 (0x0004) [bool : 0x1]
1189
+ ClientAuthSessions: FSparseArray_Mirror; // 0x0090 (0x0038) [FSparseArray_Mirror]
1190
+ ServerAuthSessions: FSparseArray_Mirror; // 0x00c8 (0x0038) [FSparseArray_Mirror]
1191
+ PeerAuthSessions: FSparseArray_Mirror; // 0x0100 (0x0038) [FSparseArray_Mirror]
1192
+ LocalClientAuthSessions: FSparseArray_Mirror; // 0x0138 (0x0038) [FSparseArray_Mirror]
1193
+ LocalServerAuthSessions: FSparseArray_Mirror; // 0x0170 (0x0038) [FSparseArray_Mirror]
1194
+ LocalPeerAuthSessions: FSparseArray_Mirror; // 0x01a8 (0x0038) [FSparseArray_Mirror]
1195
+ AuthReadyDelegates: FScriptDelegate[]; // 0x01e0 (0x0010) [TArray<FScriptDelegate>]
1196
+ ClientAuthRequestDelegates: FScriptDelegate[]; // 0x01f0 (0x0010) [TArray<FScriptDelegate>]
1197
+ ServerAuthRequestDelegates: FScriptDelegate[]; // 0x0200 (0x0010) [TArray<FScriptDelegate>]
1198
+ ClientAuthResponseDelegates: FScriptDelegate[]; // 0x0210 (0x0010) [TArray<FScriptDelegate>]
1199
+ ServerAuthResponseDelegates: FScriptDelegate[]; // 0x0220 (0x0010) [TArray<FScriptDelegate>]
1200
+ ClientAuthCompleteDelegates: FScriptDelegate[]; // 0x0230 (0x0010) [TArray<FScriptDelegate>]
1201
+ ServerAuthCompleteDelegates: FScriptDelegate[]; // 0x0240 (0x0010) [TArray<FScriptDelegate>]
1202
+ ClientAuthEndSessionRequestDelegates: FScriptDelegate[]; // 0x0250 (0x0010) [TArray<FScriptDelegate>]
1203
+ ServerAuthRetryRequestDelegates: FScriptDelegate[]; // 0x0260 (0x0010) [TArray<FScriptDelegate>]
1204
+ ClientConnectionCloseDelegates: FScriptDelegate[]; // 0x0270 (0x0010) [TArray<FScriptDelegate>]
1205
+ ServerConnectionCloseDelegates: FScriptDelegate[]; // 0x0280 (0x0010) [TArray<FScriptDelegate>]
1206
+ __OnAuthReady__Delegate: FScriptDelegate; // 0x0290 (0x0018) [FScriptDelegate]
1207
+ __OnClientAuthRequest__Delegate: FScriptDelegate; // 0x02a8 (0x0018) [FScriptDelegate]
1208
+ __OnServerAuthRequest__Delegate: FScriptDelegate; // 0x02c0 (0x0018) [FScriptDelegate]
1209
+ __OnClientAuthResponse__Delegate: FScriptDelegate; // 0x02d8 (0x0018) [FScriptDelegate]
1210
+ __OnServerAuthResponse__Delegate: FScriptDelegate; // 0x02f0 (0x0018) [FScriptDelegate]
1211
+ __OnClientAuthComplete__Delegate: FScriptDelegate; // 0x0308 (0x0018) [FScriptDelegate]
1212
+ __OnServerAuthComplete__Delegate: FScriptDelegate; // 0x0320 (0x0018) [FScriptDelegate]
1213
+ __OnClientAuthEndSessionRequest__Delegate: FScriptDelegate; // 0x0338 (0x0018) [FScriptDelegate]
1214
+ __OnServerAuthRetryRequest__Delegate: FScriptDelegate; // 0x0350 (0x0018) [FScriptDelegate]
1215
+ __OnClientConnectionClose__Delegate: FScriptDelegate; // 0x0368 (0x0018) [FScriptDelegate]
1216
+ __OnServerConnectionClose__Delegate: FScriptDelegate; // 0x0380 (0x0018) [FScriptDelegate]
1217
+ __OnReceivedAuthCode__Delegate: FScriptDelegate; // 0x0398 (0x0018) [FScriptDelegate]
1218
+ __OnAccountAuthorization__Delegate: FScriptDelegate; // 0x03b0 (0x0018) [FScriptDelegate]
1219
+ };
1220
+
1221
+ // OnlineAuthInterfaceImpl Functions
1222
+ // RequestAccountAuthorization(PlayerID: FUniqueNetId, Callback: FScriptDelegate): UAsyncTask
1223
+ // OnAccountAuthorization(Token: string): void
1224
+ // OnLoginChanged(bLoggedIn: boolean): void
1225
+ // RequestMtxCode(PlayerID: FUniqueNetId, Callback: FScriptDelegate): boolean
1226
+ // RequestAuthTicket(PlayerID: FUniqueNetId, Callback: FScriptDelegate): boolean
1227
+ // RequiresAuthTicket(): boolean
1228
+ // OnReceivedAuthCode(bSuccess: boolean, Code: string): void
1229
+ // GetServerAddr(OutServerIP: FIpAddr, OutServerPort: number): boolean
1230
+ // GetServerUniqueId(OutServerUID: FUniqueNetId): boolean
1231
+ // FindLocalServerAuthSession(ClientConnection: UPlayer, OutSessionInfo: FLocalAuthSession): boolean
1232
+ // FindServerAuthSession(ServerConnection: UPlayer, OutSessionInfo: FAuthSession): boolean
1233
+ // FindLocalClientAuthSession(ServerConnection: UPlayer, OutSessionInfo: FLocalAuthSession): boolean
1234
+ // FindClientAuthSession(ClientConnection: UPlayer, OutSessionInfo: FAuthSession): boolean
1235
+ // AllLocalServerAuthSessions(OutSessionInfo: FLocalAuthSession): void
1236
+ // AllServerAuthSessions(OutSessionInfo: FAuthSession): void
1237
+ // AllLocalClientAuthSessions(OutSessionInfo: FLocalAuthSession): void
1238
+ // AllClientAuthSessions(OutSessionInfo: FAuthSession): void
1239
+ // EndAllRemoteServerAuthSessions(): void
1240
+ // EndAllLocalServerAuthSessions(): void
1241
+ // EndRemoteServerAuthSession(ServerUID: FUniqueNetId, ServerIP: FIpAddr): void
1242
+ // EndLocalServerAuthSession(ClientUID: FUniqueNetId, ClientIP: FIpAddr): void
1243
+ // VerifyServerAuthSession(ServerUID: FUniqueNetId, ServerIP: FIpAddr, AuthTicketUID: number): boolean
1244
+ // CreateServerAuthSession(ClientUID: FUniqueNetId, ClientIP: FIpAddr, ClientPort: number, OutAuthTicketUID: number): boolean
1245
+ // EndAllRemoteClientAuthSessions(): void
1246
+ // EndAllLocalClientAuthSessions(): void
1247
+ // EndRemoteClientAuthSession(ClientUID: FUniqueNetId, ClientIP: FIpAddr): void
1248
+ // EndLocalClientAuthSession(ServerUID: FUniqueNetId, ServerIP: FIpAddr, ServerPort: number): void
1249
+ // VerifyClientAuthSession(ClientUID: FUniqueNetId, ClientIP: FIpAddr, ClientPort: number, AuthTicketUID: number): boolean
1250
+ // CreateClientAuthSession(ServerUID: FUniqueNetId, ServerIP: FIpAddr, ServerPort: number, bSecure: boolean, OutAuthTicketUID: number): boolean
1251
+ // SendServerAuthRetryRequest(): boolean
1252
+ // SendClientAuthEndSessionRequest(ClientConnection: UPlayer): boolean
1253
+ // SendServerAuthResponse(ClientConnection: UPlayer, AuthTicketUID: number): boolean
1254
+ // SendClientAuthResponse(AuthTicketUID: number): boolean
1255
+ // SendServerAuthRequest(ServerUID: FUniqueNetId): boolean
1256
+ // SendClientAuthRequest(ClientConnection: UPlayer, ClientUID: FUniqueNetId): boolean
1257
+ // ClearServerConnectionCloseDelegate(ServerConnectionCloseDelegate: FScriptDelegate): void
1258
+ // AddServerConnectionCloseDelegate(ServerConnectionCloseDelegate: FScriptDelegate): void
1259
+ // OnServerConnectionClose(ServerConnection: UPlayer): void
1260
+ // ClearClientConnectionCloseDelegate(ClientConnectionCloseDelegate: FScriptDelegate): void
1261
+ // AddClientConnectionCloseDelegate(ClientConnectionCloseDelegate: FScriptDelegate): void
1262
+ // OnClientConnectionClose(ClientConnection: UPlayer): void
1263
+ // ClearServerAuthRetryRequestDelegate(ServerAuthRetryRequestDelegate: FScriptDelegate): void
1264
+ // AddServerAuthRetryRequestDelegate(ServerAuthRetryRequestDelegate: FScriptDelegate): void
1265
+ // OnServerAuthRetryRequest(ClientConnection: UPlayer): void
1266
+ // ClearClientAuthEndSessionRequestDelegate(ClientAuthEndSessionRequestDelegate: FScriptDelegate): void
1267
+ // AddClientAuthEndSessionRequestDelegate(ClientAuthEndSessionRequestDelegate: FScriptDelegate): void
1268
+ // OnClientAuthEndSessionRequest(ServerConnection: UPlayer): void
1269
+ // ClearServerAuthCompleteDelegate(ServerAuthCompleteDelegate: FScriptDelegate): void
1270
+ // AddServerAuthCompleteDelegate(ServerAuthCompleteDelegate: FScriptDelegate): void
1271
+ // OnServerAuthComplete(bSuccess: boolean, ServerUID: FUniqueNetId, ServerConnection: UPlayer, ExtraInfo: string): void
1272
+ // ClearClientAuthCompleteDelegate(ClientAuthCompleteDelegate: FScriptDelegate): void
1273
+ // AddClientAuthCompleteDelegate(ClientAuthCompleteDelegate: FScriptDelegate): void
1274
+ // OnClientAuthComplete(bSuccess: boolean, ClientUID: FUniqueNetId, ClientConnection: UPlayer, ExtraInfo: string): void
1275
+ // ClearServerAuthResponseDelegate(ServerAuthResponseDelegate: FScriptDelegate): void
1276
+ // AddServerAuthResponseDelegate(ServerAuthResponseDelegate: FScriptDelegate): void
1277
+ // OnServerAuthResponse(ServerUID: FUniqueNetId, ServerIP: FIpAddr, AuthTicketUID: number): void
1278
+ // ClearClientAuthResponseDelegate(ClientAuthResponseDelegate: FScriptDelegate): void
1279
+ // AddClientAuthResponseDelegate(ClientAuthResponseDelegate: FScriptDelegate): void
1280
+ // OnClientAuthResponse(ClientUID: FUniqueNetId, ClientIP: FIpAddr, AuthTicketUID: number): void
1281
+ // ClearServerAuthRequestDelegate(ServerAuthRequestDelegate: FScriptDelegate): void
1282
+ // AddServerAuthRequestDelegate(ServerAuthRequestDelegate: FScriptDelegate): void
1283
+ // OnServerAuthRequest(ClientConnection: UPlayer, ClientUID: FUniqueNetId, ClientIP: FIpAddr, ClientPort: number): void
1284
+ // ClearClientAuthRequestDelegate(ClientAuthRequestDelegate: FScriptDelegate): void
1285
+ // AddClientAuthRequestDelegate(ClientAuthRequestDelegate: FScriptDelegate): void
1286
+ // OnClientAuthRequest(ServerUID: FUniqueNetId, ServerIP: FIpAddr, ServerPort: number, bSecure: boolean): void
1287
+ // ClearAuthReadyDelegate(AuthReadyDelegate: FScriptDelegate): void
1288
+ // AddAuthReadyDelegate(AuthReadyDelegate: FScriptDelegate): void
1289
+ // OnAuthReady(): void
1290
+ // IsReady(): boolean
1291
+
1292
+ /**
1293
+ * Class IpDrv.OnlineEventsInterfaceMcp
1294
+ * Size: 0x00B4
1295
+ * Extends: UMCPBase
1296
+ */
1297
+ export type UOnlineEventsInterfaceMcp = UMCPBase & {
1298
+ EventUploadConfigs: FEventUploadConfig[]; // 0x0080 (0x0010) [TArray<FEventUploadConfig>]
1299
+ MCPEventPostObjects: FPointer[]; // 0x0090 (0x0010) [TArray<FPointer>]
1300
+ DisabledUploadTypes: EEventUploadType[]; // 0x00a0 (0x0010) [TArray<EEventUploadType>]
1301
+ bBinaryStats: boolean; // 0x00b0 (0x0004) [bool : 0x1]
1302
+ };
1303
+
1304
+ // OnlineEventsInterfaceMcp Functions
1305
+ // UploadMatchmakingStats(UniqueId: FUniqueNetId, MMStats: UOnlineMatchmakingStats): boolean
1306
+ // UpdatePlaylistPopulation(PlaylistId: number, NumPlayers: number): boolean
1307
+ // UploadGameplayEventsData(UniqueId: FUniqueNetId, Payload: number[]): boolean
1308
+ // UploadPlayerData(UniqueId: FUniqueNetId, PlayerNick: string, ProfileSettings: UOnlineProfileSettings, PlayerStorage: UOnlinePlayerStorage): boolean
1309
+
1310
+ /**
1311
+ * Class IpDrv.OnlineFriendsInterfaceImpl
1312
+ * Size: 0x0080
1313
+ * Extends: UObject
1314
+ */
1315
+ export type UOnlineFriendsInterfaceImpl = UObject & {
1316
+ VfTable_IOnlineFriendsInterface: FPointer; // 0x0060 (0x0008) [FPointer]
1317
+ __OnReceivedLinkedAccount__Delegate: FScriptDelegate; // 0x0068 (0x0018) [FScriptDelegate]
1318
+ };
1319
+
1320
+ // OnlineFriendsInterfaceImpl Functions
1321
+ // GetActivePlatformId(LocalUserNum: number, AccountId: FUniqueNetId, PlatformId: FUniqueNetId): boolean
1322
+ // RequestLinkedAccounts(LocalUserNum: number, AccountIds: FUniqueNetId[], Callback: FScriptDelegate): boolean
1323
+ // OnReceivedLinkedAccount(bSuccess: boolean, LinkedAccountData: FLinkedAccountData[]): void
1324
+
1325
+ /**
1326
+ * Class IpDrv.OnlineGameInterfaceImpl
1327
+ * Size: 0x0318
1328
+ * Extends: UObject
1329
+ */
1330
+ export type UOnlineGameInterfaceImpl = UObject & {
1331
+ OwningSubsystem: UOnlineSubsystemCommonImpl; // 0x0060 (0x0008) [UOnlineSubsystemCommonImpl*]
1332
+ GameSettings: UOnlineGameSettings; // 0x0068 (0x0008) [UOnlineGameSettings*]
1333
+ GameSearch: UOnlineGameSearch; // 0x0070 (0x0008) [UOnlineGameSearch*]
1334
+ CreateOnlineGameCompleteDelegates: FScriptDelegate[]; // 0x0078 (0x0010) [TArray<FScriptDelegate>]
1335
+ UpdateOnlineGameCompleteDelegates: FScriptDelegate[]; // 0x0088 (0x0010) [TArray<FScriptDelegate>]
1336
+ DestroyOnlineGameCompleteDelegates: FScriptDelegate[]; // 0x0098 (0x0010) [TArray<FScriptDelegate>]
1337
+ JoinOnlineGameCompleteDelegates: FScriptDelegate[]; // 0x00a8 (0x0010) [TArray<FScriptDelegate>]
1338
+ MigrateOnlineGameCompleteDelegates: FScriptDelegate[]; // 0x00b8 (0x0010) [TArray<FScriptDelegate>]
1339
+ JoinMigratedOnlineGameCompleteDelegates: FScriptDelegate[]; // 0x00c8 (0x0010) [TArray<FScriptDelegate>]
1340
+ RecalculateSkillRatingCompleteDelegates: FScriptDelegate[]; // 0x00d8 (0x0010) [TArray<FScriptDelegate>]
1341
+ StartOnlineGameCompleteDelegates: FScriptDelegate[]; // 0x00e8 (0x0010) [TArray<FScriptDelegate>]
1342
+ EndOnlineGameCompleteDelegates: FScriptDelegate[]; // 0x00f8 (0x0010) [TArray<FScriptDelegate>]
1343
+ FindOnlineGamesCompleteDelegates: FScriptDelegate[]; // 0x0108 (0x0010) [TArray<FScriptDelegate>]
1344
+ CancelFindOnlineGamesCompleteDelegates: FScriptDelegate[]; // 0x0118 (0x0010) [TArray<FScriptDelegate>]
1345
+ LanBeaconState: ELanBeaconState; // 0x0128 (0x0001) [ELanBeaconState]
1346
+ LanNonce: number; // 0x0129 (0x0008) [uint8]
1347
+ LanAnnouncePort: number; // 0x0134 (0x0004) [int32]
1348
+ LanGameUniqueId: number; // 0x0138 (0x0004) [int32]
1349
+ LanPacketPlatformMask: number; // 0x013c (0x0004) [int32]
1350
+ LanQueryTimeLeft: number; // 0x0140 (0x0004) [float]
1351
+ LanQueryTimeout: number; // 0x0144 (0x0004) [float]
1352
+ LanBeacon: FPointer; // 0x0148 (0x0008) [FPointer]
1353
+ SessionInfo: FPointer; // 0x0150 (0x0008) [FPointer]
1354
+ GameInviteAcceptedDelegates: FScriptDelegate[]; // 0x0158 (0x0010) [TArray<FScriptDelegate>]
1355
+ __OnFindOnlineGamesComplete__Delegate: FScriptDelegate; // 0x0168 (0x0018) [FScriptDelegate]
1356
+ __OnCreateOnlineGameComplete__Delegate: FScriptDelegate; // 0x0180 (0x0018) [FScriptDelegate]
1357
+ __OnUpdateOnlineGameComplete__Delegate: FScriptDelegate; // 0x0198 (0x0018) [FScriptDelegate]
1358
+ __OnDestroyOnlineGameComplete__Delegate: FScriptDelegate; // 0x01b0 (0x0018) [FScriptDelegate]
1359
+ __OnCancelFindOnlineGamesComplete__Delegate: FScriptDelegate; // 0x01c8 (0x0018) [FScriptDelegate]
1360
+ __OnJoinOnlineGameComplete__Delegate: FScriptDelegate; // 0x01e0 (0x0018) [FScriptDelegate]
1361
+ __OnRegisterPlayerComplete__Delegate: FScriptDelegate; // 0x01f8 (0x0018) [FScriptDelegate]
1362
+ __OnUnregisterPlayerComplete__Delegate: FScriptDelegate; // 0x0210 (0x0018) [FScriptDelegate]
1363
+ __OnStartOnlineGameComplete__Delegate: FScriptDelegate; // 0x0228 (0x0018) [FScriptDelegate]
1364
+ __OnEndOnlineGameComplete__Delegate: FScriptDelegate; // 0x0240 (0x0018) [FScriptDelegate]
1365
+ __OnArbitrationRegistrationComplete__Delegate: FScriptDelegate; // 0x0258 (0x0018) [FScriptDelegate]
1366
+ __OnGameInviteAccepted__Delegate: FScriptDelegate; // 0x0270 (0x0018) [FScriptDelegate]
1367
+ __OnRecalculateSkillRatingComplete__Delegate: FScriptDelegate; // 0x0288 (0x0018) [FScriptDelegate]
1368
+ __OnMigrateOnlineGameComplete__Delegate: FScriptDelegate; // 0x02a0 (0x0018) [FScriptDelegate]
1369
+ __OnJoinMigratedOnlineGameComplete__Delegate: FScriptDelegate; // 0x02b8 (0x0018) [FScriptDelegate]
1370
+ __OnQosStatusChanged__Delegate: FScriptDelegate; // 0x02d0 (0x0018) [FScriptDelegate]
1371
+ __EventReportMatchmakingInfo__Delegate: FScriptDelegate; // 0x02e8 (0x0018) [FScriptDelegate]
1372
+ __OnGamePlayersChanged__Delegate: FScriptDelegate; // 0x0300 (0x0018) [FScriptDelegate]
1373
+ };
1374
+
1375
+ // OnlineGameInterfaceImpl Functions
1376
+ // ClearGamePlayersChangedDelegate(GamePlayersChangedDelegate: FScriptDelegate): void
1377
+ // AddGamePlayersChangedDelegate(GamePlayersChangedDelegate: FScriptDelegate): void
1378
+ // OnGamePlayersChanged(SessionName: FName, Players: FUniqueNetId[]): void
1379
+ // SetFriendJoinLocation(JoinablePlayerID: FUniqueNetId, ServerAddress: string, Visibility: ELobbyVisibility): void
1380
+ // ClearReportMatchmakingInfoDelegate(OldDelegate: FScriptDelegate): void
1381
+ // AddReportMatchmakingInfoDelegate(NewDelegate: FScriptDelegate): void
1382
+ // EventReportMatchmakingInfo(NewInfo: string): void
1383
+ // ClearQosStatusChangedDelegate(QosStatusChangedDelegate: FScriptDelegate): void
1384
+ // AddQosStatusChangedDelegate(QosStatusChangedDelegate: FScriptDelegate): void
1385
+ // OnQosStatusChanged(NumComplete: number, NumTotal: number): void
1386
+ // BindPlatformSpecificSessionToSearch(SearchingPlayerNum: number, SearchSettings: UOnlineGameSearch, PlatformSpecificInfo: number): boolean
1387
+ // ReadPlatformSpecificSessionInfoBySessionName(SessionName: FName, PlatformSpecificInfo: number): boolean
1388
+ // ReadPlatformSpecificSessionInfo(DesiredGame: FOnlineGameSearchResult, PlatformSpecificInfo: number): boolean
1389
+ // QueryNonAdvertisedData(StartAt: number, NumberToQuery: number): boolean
1390
+ // ClearJoinMigratedOnlineGameCompleteDelegate(JoinMigratedOnlineGameCompleteDelegate: FScriptDelegate): void
1391
+ // AddJoinMigratedOnlineGameCompleteDelegate(JoinMigratedOnlineGameCompleteDelegate: FScriptDelegate): void
1392
+ // OnJoinMigratedOnlineGameComplete(SessionName: FName, bWasSuccessful: boolean): void
1393
+ // JoinMigratedOnlineGame(PlayerNum: number, SessionName: FName, DesiredGame: FOnlineGameSearchResult): boolean
1394
+ // ClearMigrateOnlineGameCompleteDelegate(MigrateOnlineGameCompleteDelegate: FScriptDelegate): void
1395
+ // AddMigrateOnlineGameCompleteDelegate(MigrateOnlineGameCompleteDelegate: FScriptDelegate): void
1396
+ // OnMigrateOnlineGameComplete(SessionName: FName, bWasSuccessful: boolean): void
1397
+ // MigrateOnlineGame(HostingPlayerNum: number, SessionName: FName): boolean
1398
+ // ClearRecalculateSkillRatingCompleteDelegate(RecalculateSkillRatingGameCompleteDelegate: FScriptDelegate): void
1399
+ // AddRecalculateSkillRatingCompleteDelegate(RecalculateSkillRatingCompleteDelegate: FScriptDelegate): void
1400
+ // OnRecalculateSkillRatingComplete(SessionName: FName, bWasSuccessful: boolean): void
1401
+ // RecalculateSkillRating(SessionName: FName, Players: FUniqueNetId[]): boolean
1402
+ // AcceptGameInvite(LocalUserNum: number, SessionName: FName): boolean
1403
+ // ClearGameInviteAcceptedDelegate(LocalUserNum: number, GameInviteAcceptedDelegate: FScriptDelegate): void
1404
+ // AddGameInviteAcceptedDelegate(LocalUserNum: number, GameInviteAcceptedDelegate: FScriptDelegate): void
1405
+ // OnGameInviteAccepted(InviteResult: FOnlineGameSearchResult, ErrorString: string): void
1406
+ // GetArbitratedPlayers(SessionName: FName): FOnlineArbitrationRegistrant[]
1407
+ // ClearArbitrationRegistrationCompleteDelegate(ArbitrationRegistrationCompleteDelegate: FScriptDelegate): void
1408
+ // AddArbitrationRegistrationCompleteDelegate(ArbitrationRegistrationCompleteDelegate: FScriptDelegate): void
1409
+ // OnArbitrationRegistrationComplete(SessionName: FName, bWasSuccessful: boolean): void
1410
+ // RegisterForArbitration(SessionName: FName): boolean
1411
+ // ClearEndOnlineGameCompleteDelegate(EndOnlineGameCompleteDelegate: FScriptDelegate): void
1412
+ // AddEndOnlineGameCompleteDelegate(EndOnlineGameCompleteDelegate: FScriptDelegate): void
1413
+ // OnEndOnlineGameComplete(SessionName: FName, bWasSuccessful: boolean): void
1414
+ // EndOnlineGame(SessionName: FName): boolean
1415
+ // ClearStartOnlineGameCompleteDelegate(StartOnlineGameCompleteDelegate: FScriptDelegate): void
1416
+ // AddStartOnlineGameCompleteDelegate(StartOnlineGameCompleteDelegate: FScriptDelegate): void
1417
+ // OnStartOnlineGameComplete(SessionName: FName, bWasSuccessful: boolean): void
1418
+ // StartOnlineGame(SessionName: FName): boolean
1419
+ // ClearUnregisterPlayerCompleteDelegate(UnregisterPlayerCompleteDelegate: FScriptDelegate): void
1420
+ // AddUnregisterPlayerCompleteDelegate(UnregisterPlayerCompleteDelegate: FScriptDelegate): void
1421
+ // OnUnregisterPlayerComplete(SessionName: FName, PlayerID: FUniqueNetId, bWasSuccessful: boolean): void
1422
+ // UnregisterPlayers(SessionName: FName, Players: FUniqueNetId[]): boolean
1423
+ // UnregisterPlayer(SessionName: FName, PlayerID: FUniqueNetId): boolean
1424
+ // ClearRegisterPlayerCompleteDelegate(RegisterPlayerCompleteDelegate: FScriptDelegate): void
1425
+ // AddRegisterPlayerCompleteDelegate(RegisterPlayerCompleteDelegate: FScriptDelegate): void
1426
+ // OnRegisterPlayerComplete(SessionName: FName, PlayerID: FUniqueNetId, bWasSuccessful: boolean): void
1427
+ // RegisterPlayers(SessionName: FName, Players: FUniqueNetId[]): boolean
1428
+ // RegisterPlayer(SessionName: FName, PlayerID: FUniqueNetId, bWasInvited: boolean): boolean
1429
+ // GetResolvedConnectString(SessionName: FName, ConnectInfo: string): boolean
1430
+ // ClearJoinOnlineGameCompleteDelegate(JoinOnlineGameCompleteDelegate: FScriptDelegate): void
1431
+ // AddJoinOnlineGameCompleteDelegate(JoinOnlineGameCompleteDelegate: FScriptDelegate): void
1432
+ // OnJoinOnlineGameComplete(SessionName: FName, bWasSuccessful: boolean): void
1433
+ // JoinOnlineGame(PlayerNum: number, SessionName: FName, DesiredGame: FOnlineGameSearchResult): boolean
1434
+ // FreeSearchResults(Search: UOnlineGameSearch): boolean
1435
+ // ClearCancelFindOnlineGamesCompleteDelegate(CancelFindOnlineGamesCompleteDelegate: FScriptDelegate): void
1436
+ // AddCancelFindOnlineGamesCompleteDelegate(CancelFindOnlineGamesCompleteDelegate: FScriptDelegate): void
1437
+ // OnCancelFindOnlineGamesComplete(bWasSuccessful: boolean): void
1438
+ // CancelFindOnlineGames(): boolean
1439
+ // ClearFindOnlineGamesCompleteDelegate(FindOnlineGamesCompleteDelegate: FScriptDelegate): void
1440
+ // AddFindOnlineGamesCompleteDelegate(FindOnlineGamesCompleteDelegate: FScriptDelegate): void
1441
+ // FindOnlineGames(SearchingPlayerNum: number, SearchSettings: UOnlineGameSearch): boolean
1442
+ // ClearDestroyOnlineGameCompleteDelegate(DestroyOnlineGameCompleteDelegate: FScriptDelegate): void
1443
+ // AddDestroyOnlineGameCompleteDelegate(DestroyOnlineGameCompleteDelegate: FScriptDelegate): void
1444
+ // OnDestroyOnlineGameComplete(SessionName: FName, bWasSuccessful: boolean): void
1445
+ // DestroyOnlineGame(SessionName: FName): boolean
1446
+ // ClearUpdateOnlineGameCompleteDelegate(UpdateOnlineGameCompleteDelegate: FScriptDelegate): void
1447
+ // AddUpdateOnlineGameCompleteDelegate(UpdateOnlineGameCompleteDelegate: FScriptDelegate): void
1448
+ // OnUpdateOnlineGameComplete(SessionName: FName, bWasSuccessful: boolean): void
1449
+ // UpdateOnlineGame(SessionName: FName, UpdatedGameSettings: UOnlineGameSettings, bShouldRefreshOnlineData: boolean): boolean
1450
+ // ClearCreateOnlineGameCompleteDelegate(CreateOnlineGameCompleteDelegate: FScriptDelegate): void
1451
+ // AddCreateOnlineGameCompleteDelegate(CreateOnlineGameCompleteDelegate: FScriptDelegate): void
1452
+ // OnCreateOnlineGameComplete(SessionName: FName, bWasSuccessful: boolean): void
1453
+ // CreateOnlineGame(HostingPlayerNum: number, SessionName: FName, NewGameSettings: UOnlineGameSettings): boolean
1454
+ // GetGameSearch(): UOnlineGameSearch
1455
+ // GetGameSettings(SessionName: FName): UOnlineGameSettings
1456
+ // OnFindOnlineGamesComplete(bWasSuccessful: boolean): void
1457
+
1458
+ /**
1459
+ * Class IpDrv.OnlineImageDownloaderWeb
1460
+ * Size: 0x0110
1461
+ * Extends: UObject
1462
+ */
1463
+ export type UOnlineImageDownloaderWeb = UObject & {
1464
+ MaxSimultaneousDownloads: number; // 0x0060 (0x0004) [int32]
1465
+ Downloads: FMap_Mirror; // 0x0068 (0x0050) [FMap_Mirror]
1466
+ URLQueue: string[]; // 0x00b8 (0x0010) [TArray<FString>]
1467
+ Decoder: UImageDecoder; // 0x00c8 (0x0008) [UImageDecoder*]
1468
+ PendingDownloadCount: number; // 0x00d0 (0x0004) [int32]
1469
+ ActiveDownloadCount: number; // 0x00d4 (0x0004) [int32]
1470
+ SucceededDownloadCount: number; // 0x00d8 (0x0004) [int32]
1471
+ FailedDownloadCount: number; // 0x00dc (0x0004) [int32]
1472
+ __OnOnlineImageFinished__Delegate: FScriptDelegate; // 0x00e0 (0x0018) [FScriptDelegate]
1473
+ __EventImageDecoded__Delegate: FScriptDelegate; // 0x00f8 (0x0018) [FScriptDelegate]
1474
+ };
1475
+
1476
+ // OnlineImageDownloaderWeb Functions
1477
+ // static GetImageType(ContentType: string): EImageType
1478
+ // QueueURLForDownload(NewURL: string, InternalCallbackOnComplete: FScriptDelegate, ExternalCallback: FScriptDelegate, bSupportSRGB: boolean): void
1479
+ // DebugDraw(Canvas: UCanvas): void
1480
+ // OnDownloadComplete(OriginalRequest: UHttpRequestInterface, Response: UHttpResponseInterface, bDidSucceed: boolean): void
1481
+ // DownloadNextImage(): void
1482
+ // RequestOnlineImages(URLs: string[], FinishedCallback: FScriptDelegate, bSupportSRGB: boolean): void
1483
+ // GetOnlineImageTexture(URL: string): UTexture
1484
+ // ClearQueue(): void
1485
+ // Dequeue(): string
1486
+ // Enqueue(URL: string): void
1487
+ // ClearActiveDownloads(): void
1488
+ // ClearCompletedDownloads(): void
1489
+ // HandleImageDecoded_Native(RequestedURL: string, DecodedImage: FImageLayout): void
1490
+ // HandleImageDecoded(RequestedURL: string, DecodedImage: FImageLayout): void
1491
+ // RequeueFailedURL(URL: string): void
1492
+ // DownloadNextQueuedURL(): void
1493
+ // UpdateActiveDownloadFromResponse(URL: string, Response: UHttpResponseInterface, OnDecodedCallback: FScriptDelegate): void
1494
+ // MarkActiveDownloadFailed(URL: string): void
1495
+ // QueueURLForDownloadInternal(NewURL: string, Request: UHttpRequestInterface, TextureHolder: UTexture2DDynamic, OnDecodedCallback: FScriptDelegate): void
1496
+ // AddCallbackToDownload(URL: string, NewCallback: FScriptDelegate): void
1497
+ // GetDownload(URL: string): FOnlineImageDownload
1498
+ // IsURLQueued(URL: string): boolean
1499
+ // IsURLActive(URL: string): boolean
1500
+ // DidURLFail(URL: string): boolean
1501
+ // DidURLSucceed(URL: string): boolean
1502
+ // IsURLTracked(URL: string): boolean
1503
+ // AllValues(OutImage: FOnlineImageDownload, StartIndex: number, MaxValues: number): void
1504
+ // ClearPendingDownloads(): void
1505
+ // ClearAllDownloads(): void
1506
+ // EventImageDecoded(RequestURL: string, Image: FImageLayout): void
1507
+ // OnOnlineImageFinished(ImageInfo: FOnlineImageDownload): void
1508
+ // Construct(): void
1509
+
1510
+ /**
1511
+ * Class IpDrv.OnlineLobbyInterfaceImpl
1512
+ * Size: 0x02C0
1513
+ * Extends: UObject
1514
+ */
1515
+ export type UOnlineLobbyInterfaceImpl = UObject & {
1516
+ CreateLobbyCompleteDelegates: FScriptDelegate[]; // 0x0060 (0x0010) [TArray<FScriptDelegate>]
1517
+ FindLobbiesCompleteDelegates: FScriptDelegate[]; // 0x0070 (0x0010) [TArray<FScriptDelegate>]
1518
+ JoinLobbyCompleteDelegates: FScriptDelegate[]; // 0x0080 (0x0010) [TArray<FScriptDelegate>]
1519
+ LobbySettingsUpdateDelegates: FScriptDelegate[]; // 0x0090 (0x0010) [TArray<FScriptDelegate>]
1520
+ LobbyMemberSettingsUpdateDelegates: FScriptDelegate[]; // 0x00a0 (0x0010) [TArray<FScriptDelegate>]
1521
+ LobbyMemberStatusUpdateDelegates: FScriptDelegate[]; // 0x00b0 (0x0010) [TArray<FScriptDelegate>]
1522
+ LobbyReceiveMessageDelegates: FScriptDelegate[]; // 0x00c0 (0x0010) [TArray<FScriptDelegate>]
1523
+ LobbyReceiveBinaryDataDelegates: FScriptDelegate[]; // 0x00d0 (0x0010) [TArray<FScriptDelegate>]
1524
+ LobbyJoinGameDelegates: FScriptDelegate[]; // 0x00e0 (0x0010) [TArray<FScriptDelegate>]
1525
+ LobbyInviteDelegates: FScriptDelegate[]; // 0x00f0 (0x0010) [TArray<FScriptDelegate>]
1526
+ LobbyErrorDelegates: FScriptDelegate[]; // 0x0100 (0x0010) [TArray<FScriptDelegate>]
1527
+ LobbyDestroyedDelegates: FScriptDelegate[]; // 0x0110 (0x0010) [TArray<FScriptDelegate>]
1528
+ LobbySessionCreatedDelegates: FScriptDelegate[]; // 0x0120 (0x0010) [TArray<FScriptDelegate>]
1529
+ HostStartPlayTogetherDelegates: FScriptDelegate[]; // 0x0130 (0x0010) [TArray<FScriptDelegate>]
1530
+ ActiveLobbies: FActiveLobbyInfo[]; // 0x0140 (0x0010) [TArray<FActiveLobbyInfo>]
1531
+ CachedFindLobbyResults: FBasicLobbyInfo[]; // 0x0150 (0x0010) [TArray<FBasicLobbyInfo>]
1532
+ CachedBinaryData: number[]; // 0x0160 (0x0010) [TArray<uint8>]
1533
+ __OnCreateLobbyComplete__Delegate: FScriptDelegate; // 0x0170 (0x0018) [FScriptDelegate]
1534
+ __OnFindLobbiesComplete__Delegate: FScriptDelegate; // 0x0188 (0x0018) [FScriptDelegate]
1535
+ __OnJoinLobbyComplete__Delegate: FScriptDelegate; // 0x01a0 (0x0018) [FScriptDelegate]
1536
+ __OnLobbySettingsUpdate__Delegate: FScriptDelegate; // 0x01b8 (0x0018) [FScriptDelegate]
1537
+ __OnLobbyMemberSettingsUpdate__Delegate: FScriptDelegate; // 0x01d0 (0x0018) [FScriptDelegate]
1538
+ __OnLobbyMemberStatusUpdate__Delegate: FScriptDelegate; // 0x01e8 (0x0018) [FScriptDelegate]
1539
+ __OnLobbyReceiveMessage__Delegate: FScriptDelegate; // 0x0200 (0x0018) [FScriptDelegate]
1540
+ __OnLobbyReceiveBinaryData__Delegate: FScriptDelegate; // 0x0218 (0x0018) [FScriptDelegate]
1541
+ __OnLobbyJoinGame__Delegate: FScriptDelegate; // 0x0230 (0x0018) [FScriptDelegate]
1542
+ __OnLobbyInvite__Delegate: FScriptDelegate; // 0x0248 (0x0018) [FScriptDelegate]
1543
+ __OnLobbyDestroyed__Delegate: FScriptDelegate; // 0x0260 (0x0018) [FScriptDelegate]
1544
+ __OnLobbySessionCreated__Delegate: FScriptDelegate; // 0x0278 (0x0018) [FScriptDelegate]
1545
+ __OnLobbyError__Delegate: FScriptDelegate; // 0x0290 (0x0018) [FScriptDelegate]
1546
+ __OnHostStartPlayTogether__Delegate: FScriptDelegate; // 0x02a8 (0x0018) [FScriptDelegate]
1547
+ };
1548
+
1549
+ // OnlineLobbyInterfaceImpl Functions
1550
+ // ClearHostStartPlayTogetherDelegate(InDelegate: FScriptDelegate): void
1551
+ // AddHostStartPlayTogetherDelegate(InDelegate: FScriptDelegate): void
1552
+ // OnHostStartPlayTogether(LocalUserNum: number): void
1553
+ // ClearLobbyErrorDelegate(LobbyErrorDelegate: FScriptDelegate): void
1554
+ // AddLobbyErrorDelegate(LobbyErrorDelegate: FScriptDelegate): void
1555
+ // OnLobbyError(Error: string): void
1556
+ // GetLobbyMembers(LobbyId: FUniqueLobbyId, Members: FLobbyMember[]): boolean
1557
+ // ClearLobbySessionCretedeDelegate(LobbySessionCreatedDelegate: FScriptDelegate): void
1558
+ // ClearLobbySessionCreatedDelegate(LobbySessionCreatedDelegate: FScriptDelegate): void
1559
+ // AddLobbySessionCreatedDelegate(LobbySessionCreatedDelegate: FScriptDelegate): void
1560
+ // TriggerLobbySessionCreatedDelegates(): void
1561
+ // OnLobbySessionCreated(): void
1562
+ // GetLobbyIndex(LobbyId: FUniqueLobbyId): number
1563
+ // RemoveLocalPlayerFromSession(PartyMember: FUniqueNetId): void
1564
+ // AddLocalPartyMemberToSession(NewPartyMember: FUniqueNetId): void
1565
+ // KickPlayer(LobbyId: FUniqueLobbyId, PlayerID: FUniqueNetId, Reason: ELobbyKickReason): boolean
1566
+ // ShowInviteUI(LocalUserNum: number, LobbyId: FUniqueLobbyId): boolean
1567
+ // TriggerLobbyDestroyedDelegates(LobbyIndex: number, Reason: ELobbyKickReason): void
1568
+ // ClearLobbyDestroyedDelegate(LobbyDestroyedDelegate: FScriptDelegate): void
1569
+ // AddLobbyDestroyedDelegate(LobbyDestroyedDelegate: FScriptDelegate): void
1570
+ // OnLobbyDestroyed(LobbyId: FUniqueLobbyId, Reason: ELobbyKickReason): void
1571
+ // ClearLobbyInviteDelegate(LobbyInviteDelegate: FScriptDelegate): void
1572
+ // AddLobbyInviteDelegate(LobbyInviteDelegate: FScriptDelegate): void
1573
+ // OnLobbyInvite(LobbyId: FUniqueLobbyId, FriendId: FUniqueNetId, bAccepted: boolean): void
1574
+ // InviteToLobby(LobbyId: FUniqueLobbyId, PlayerID: FUniqueNetId): boolean
1575
+ // CanInviteToLobby(LobbyId: FUniqueLobbyId, PlayerID: FUniqueNetId): boolean
1576
+ // SetLobbyOwner(LobbyId: FUniqueLobbyId, NewOwner: FUniqueNetId): boolean
1577
+ // SetLobbyLock(LobbyId: FUniqueLobbyId, bLocked: boolean): boolean
1578
+ // SetLobbyServer(LobbyId: FUniqueLobbyId, ServerUID: FUniqueNetId, ServerIP: string): boolean
1579
+ // RemoveLobbySetting(LobbyId: FUniqueLobbyId, Key: string): boolean
1580
+ // SetLobbySetting(LobbyId: FUniqueLobbyId, Key: string, Value: string): boolean
1581
+ // GetLobbyAdmin(LobbyId: FUniqueLobbyId, AdminId: FUniqueNetId): boolean
1582
+ // ClearLobbyJoinGameDelegate(LobbyJoinGameDelegate: FScriptDelegate): void
1583
+ // AddLobbyJoinGameDelegate(LobbyJoinGameDelegate: FScriptDelegate): void
1584
+ // TriggerLobbyJoinGameDelegates(LobbyIndex: number, ServerId: FUniqueNetId, ServerIP: string): void
1585
+ // OnLobbyJoinGame(LobbyInfo: FActiveLobbyInfo, ServerId: FUniqueNetId, ServerIP: string): void
1586
+ // ClearLobbyReceiveBinaryDataDelegate(LobbyReceiveBinaryDataDelegate: FScriptDelegate): void
1587
+ // AddLobbyReceiveBinaryDataDelegate(LobbyReceiveBinaryDataDelegate: FScriptDelegate): void
1588
+ // TriggerLobbyReceiveBinaryDataDelegates(LobbyIndex: number, MemberIndex: number): void
1589
+ // OnLobbyReceiveBinaryData(LobbyInfo: FActiveLobbyInfo, MemberIndex: number, Data: number[]): void
1590
+ // SendLobbyBinaryData(LobbyId: FUniqueLobbyId, Data: number[]): boolean
1591
+ // ClearLobbyReceiveMessageDelegate(LobbyReceiveMessageDelegate: FScriptDelegate): void
1592
+ // AddLobbyReceiveMessageDelegate(LobbyReceiveMessageDelegate: FScriptDelegate): void
1593
+ // TriggerLobbyReceiveMessageDelegates(LobbyIndex: number, MemberIndex: number, Type: string, Message: string): void
1594
+ // OnLobbyReceiveMessage(LobbyInfo: FActiveLobbyInfo, MemberIndex: number, Type: string, Message: string): void
1595
+ // SendLobbyMessage(LobbyId: FUniqueLobbyId, Message: string): boolean
1596
+ // ClearLobbyMemberStatusUpdateDelegate(LobbyMemberStatusUpdateDelegate: FScriptDelegate): void
1597
+ // AddLobbyMemberStatusUpdateDelegate(LobbyMemberStatusUpdateDelegate: FScriptDelegate): void
1598
+ // TriggerLobbyMemberStatusUpdateDelegates(LobbyIndex: number, MemberIndex: number, InstigatorIndex: number, Status: string): void
1599
+ // OnLobbyMemberStatusUpdate(LobbyInfo: FActiveLobbyInfo, MemberIndex: number, InstigatorIndex: number, Status: string): void
1600
+ // ClearLobbyMemberSettingsUpdateDelegate(LobbyMemberSettingsUpdateDelegate: FScriptDelegate): void
1601
+ // AddLobbyMemberSettingsUpdateDelegate(LobbyMemberSettingsUpdateDelegate: FScriptDelegate): void
1602
+ // TriggerLobbyMemberSettingsUpdateDelegates(LobbyIndex: number, MemberIndex: number): void
1603
+ // OnLobbyMemberSettingsUpdate(LobbyInfo: FActiveLobbyInfo, MemberIndex: number): void
1604
+ // ClearLobbySettingsUpdateDelegate(LobbySettingsUpdateDelegate: FScriptDelegate): void
1605
+ // AddLobbySettingsUpdateDelegate(LobbySettingsUpdateDelegate: FScriptDelegate): void
1606
+ // TriggerLobbySettingsUpdateDelegates(LobbyIndex: number): void
1607
+ // OnLobbySettingsUpdate(LobbyInfo: FActiveLobbyInfo): void
1608
+ // SetLobbyUserSetting(LobbyId: FUniqueLobbyId, Key: string, Value: string): boolean
1609
+ // LeaveLobby(LobbyId: FUniqueLobbyId): boolean
1610
+ // ClearJoinLobbyCompleteDelegate(JoinLobbyCompleteDelegate: FScriptDelegate): void
1611
+ // AddJoinLobbyCompleteDelegate(JoinLobbyCompleteDelegate: FScriptDelegate): void
1612
+ // TriggerJoinLobbyCompleteDelegates(bWasSuccessful: boolean, LobbyInfo: FActiveLobbyInfo, LobbyUID: FUniqueLobbyId, Error: string): void
1613
+ // OnJoinLobbyComplete(bWasSuccessful: boolean, LobbyInfo: FActiveLobbyInfo, LobbyUID: FUniqueLobbyId, Error: string): void
1614
+ // JoinLobby(LocalPlayerNum: number, LobbyId: FUniqueLobbyId): boolean
1615
+ // ClearFindLobbiesCompleteDelegate(FindLobbiesCompleteDelegate: FScriptDelegate): void
1616
+ // AddFindLobbiesCompleteDelegate(FindLobbiesCompleteDelegate: FScriptDelegate): void
1617
+ // TriggerFindLobbiesCompleteDelegates(bWasSuccessful: boolean): void
1618
+ // OnFindLobbiesComplete(bWasSuccessful: boolean, LobbyList: FBasicLobbyInfo[]): void
1619
+ // UpdateFoundLobbies(LobbyId: FUniqueLobbyId): boolean
1620
+ // FindLobbies(MaxResults: number, Filters: FLobbyFilter[], SortFilters: FLobbySortFilter[], MinSlots: number, Distance: ELobbyDistance): boolean
1621
+ // ClearCreateLobbyCompleteDelegate(CreateLobbyCompleteDelegate: FScriptDelegate): void
1622
+ // AddCreateLobbyCompleteDelegate(CreateLobbyCompleteDelegate: FScriptDelegate): void
1623
+ // OnCreateLobbyComplete(bWasSuccessful: boolean, LobbyId: FUniqueLobbyId, Error: string): void
1624
+ // CreateLobby(LocalPlayerNum: number, MaxPlayers: number, Type: ELobbyVisibility, InitialSettings: FLobbyMetaData[]): boolean
1625
+
1626
+ /**
1627
+ * Class IpDrv.OnlineNewsInterfaceMcp
1628
+ * Size: 0x00C0
1629
+ * Extends: UMCPBase
1630
+ */
1631
+ export type UOnlineNewsInterfaceMcp = UMCPBase & {
1632
+ NewsItems: FNewsCacheEntry[]; // 0x0080 (0x0010) [TArray<FNewsCacheEntry>]
1633
+ ReadNewsDelegates: FScriptDelegate[]; // 0x0090 (0x0010) [TArray<FScriptDelegate>]
1634
+ bNeedsTicking: boolean; // 0x00a0 (0x0004) [bool : 0x1]
1635
+ __OnReadNewsCompleted__Delegate: FScriptDelegate; // 0x00a8 (0x0018) [FScriptDelegate]
1636
+ };
1637
+
1638
+ // OnlineNewsInterfaceMcp Functions
1639
+ // GetNews(LocalUserNum: number, NewsType: EOnlineNewsType): string
1640
+ // ClearReadNewsCompletedDelegate(ReadGameNewsDelegate: FScriptDelegate): void
1641
+ // AddReadNewsCompletedDelegate(ReadNewsDelegate: FScriptDelegate): void
1642
+ // OnReadNewsCompleted(bWasSuccessful: boolean, NewsType: EOnlineNewsType): void
1643
+ // ReadNews(LocalUserNum: number, NewsType: EOnlineNewsType): boolean
1644
+
1645
+ /**
1646
+ * Class IpDrv.OnlinePersistentAuthInterfaceImpl
1647
+ * Size: 0x00B8
1648
+ * Extends: UObject
1649
+ */
1650
+ export type UOnlinePersistentAuthInterfaceImpl = UObject & {
1651
+ VfTable_IOnlinePersistentAuthInterface: FPointer; // 0x0060 (0x0008) [FPointer]
1652
+ RequestPinGrantCodeDelegates: FScriptDelegate[]; // 0x0068 (0x0010) [TArray<FScriptDelegate>]
1653
+ UnderageUserDetectedDelegates: FScriptDelegate[]; // 0x0078 (0x0010) [TArray<FScriptDelegate>]
1654
+ __OnReceievedPinGrantCode__Delegate: FScriptDelegate; // 0x0088 (0x0018) [FScriptDelegate]
1655
+ __OnUnderageUserDetected__Delegate: FScriptDelegate; // 0x00a0 (0x0018) [FScriptDelegate]
1656
+ };
1657
+
1658
+ // OnlinePersistentAuthInterfaceImpl Functions
1659
+ // AuthWithNintendoAccountToken(LocalUserNum: number, NintendoAccountToken: string): boolean
1660
+ // GetTimeUntilAuthExpiration(LocalUserNum: number): bigint
1661
+ // GetAuthExpirationTimestamp(LocalUserNum: number): UDateTime
1662
+ // LaunchAccountPortal(LocalUserNum: number): boolean
1663
+ // GetClientSecret(): string
1664
+ // GetClientID(): string
1665
+ // GetClientCredentials(): string
1666
+ // GetContinuanceToken(LocalUserNum: number): string
1667
+ // UseRefreshToken(LocalUserNum: number, RefreshToken: string): boolean
1668
+ // GetRefreshToken(LocalUserNum: number): string
1669
+ // RequestPinGrantCode(LocalUserNum: number): boolean
1670
+ // ClearUnderageUserDetectedDelegate(Callback: FScriptDelegate): void
1671
+ // AddUnderageUserDetectedDelegate(Callback: FScriptDelegate): void
1672
+ // OnUnderageUserDetected(LocalUserNum: number, ParentalConsentURL: string): void
1673
+ // ClearRequestPinGrantCodeDelegate(LocalUserNum: number, Callback: FScriptDelegate): void
1674
+ // AddRequestPinGrantCodeDelegate(LocalUserNum: number, Callback: FScriptDelegate): void
1675
+ // OnReceievedPinGrantCode(Result: EPinGrantResult, LocalUserNum: number, Code: string, URL: string, SecondsUntilExpiration: number): void
1676
+
1677
+ /**
1678
+ * Class IpDrv.OnlinePlaylistManager
1679
+ * Size: 0x0148
1680
+ * Extends: UObject
1681
+ */
1682
+ export type UOnlinePlaylistManager = UObject & {
1683
+ VfTable_FTickableObject: FPointer; // 0x0060 (0x0008) [FPointer]
1684
+ Playlists: FPlaylist[]; // 0x0068 (0x0010) [TArray<FPlaylist>]
1685
+ PlaylistFileNames: string[]; // 0x0078 (0x0010) [TArray<FString>]
1686
+ DatastoresToRefresh: FName[]; // 0x0088 (0x0010) [TArray<FName>]
1687
+ DownloadCount: number; // 0x0098 (0x0004) [int32]
1688
+ SuccessfulCount: number; // 0x009c (0x0004) [int32]
1689
+ VersionNumber: number; // 0x00a0 (0x0004) [int32]
1690
+ PopulationData: FPlaylistPopulation[]; // 0x00a8 (0x0010) [TArray<FPlaylistPopulation>]
1691
+ WorldwideTotalPlayers: number; // 0x00b8 (0x0004) [int32]
1692
+ RegionTotalPlayers: number; // 0x00bc (0x0004) [int32]
1693
+ TitleFileInterface: UOnlineTitleFileInterface; // 0x00c0 (0x0010) [UOnlineTitleFileInterface*]
1694
+ PopulationFileName: string; // 0x00d0 (0x0010) [FString]
1695
+ NextPlaylistPopulationUpdateTime: number; // 0x00e0 (0x0004) [float]
1696
+ PlaylistPopulationUpdateInterval: number; // 0x00e4 (0x0004) [float]
1697
+ MinPlaylistIdToReport: number; // 0x00e8 (0x0004) [int32]
1698
+ CurrentPlaylistId: number; // 0x00ec (0x0004) [int32]
1699
+ EventsInterfaceName: FName; // 0x00f0 (0x0008) [FName]
1700
+ DataCenterId: number; // 0x00f8 (0x0004) [int32]
1701
+ DataCenterFileName: string; // 0x0100 (0x0010) [FString]
1702
+ LastPlaylistDownloadTime: number; // 0x0110 (0x0004) [float]
1703
+ PlaylistRefreshInterval: number; // 0x0114 (0x0004) [float]
1704
+ __OnReadPlaylistComplete__Delegate: FScriptDelegate; // 0x0118 (0x0018) [FScriptDelegate]
1705
+ __OnPlaylistPopulationDataUpdated__Delegate: FScriptDelegate; // 0x0130 (0x0018) [FScriptDelegate]
1706
+ };
1707
+
1708
+ // OnlinePlaylistManager Functions
1709
+ // ParseDataCenterId(Data: number[]): void
1710
+ // OnReadDataCenterIdComplete(bWasSuccessful: boolean, Filename: string): void
1711
+ // ReadDataCenterId(): void
1712
+ // SendPlaylistPopulationUpdate(NumPlayers: number): void
1713
+ // GetPopulationInfoFromPlaylist(PlaylistId: number, WorldwideTotal: number, RegionTotal: number): void
1714
+ // ParsePlaylistPopulationData(Data: number[]): void
1715
+ // OnPlaylistPopulationDataUpdated(): void
1716
+ // OnReadPlaylistPopulationComplete(bWasSuccessful: boolean, Filename: string): void
1717
+ // ReadPlaylistPopulation(): void
1718
+ // Reset(): void
1719
+ // GetContentIdsFromPlaylist(PlaylistId: number, ContentIds: number[]): void
1720
+ // GetMapCycleFromPlaylist(PlaylistId: number, MapCycle: FName[]): void
1721
+ // GetUrlFromPlaylist(PlaylistId: number): string
1722
+ // GetMatchType(PlaylistId: number): number
1723
+ // IsPlaylistArbitrated(PlaylistId: number): boolean
1724
+ // GetLoadBalanceIdFromPlaylist(PlaylistId: number, LoadBalanceId: number): void
1725
+ // GetTeamInfoFromPlaylist(PlaylistId: number, TeamSize: number, TeamCount: number, MaxPartySize: number): void
1726
+ // PlaylistSupportsDedicatedServers(PlaylistId: number): boolean
1727
+ // HasAnyGameSettings(PlaylistId: number): boolean
1728
+ // GetGameSettings(PlaylistId: number, GameSettingsId: number): UOnlineGameSettings
1729
+ // FinalizePlaylistObjects(): void
1730
+ // OnReadTitleFileComplete(bWasSuccessful: boolean, Filename: string): void
1731
+ // ShouldRefreshPlaylists(): boolean
1732
+ // DetermineFilesToDownload(): void
1733
+ // DownloadPlaylist(): void
1734
+ // OnReadPlaylistComplete(bWasSuccessful: boolean): void
1735
+
1736
+ /**
1737
+ * Class IpDrv.OnlinePlaylistProvider
1738
+ * Size: 0x00CC
1739
+ * Extends: UUIResourceDataProvider
1740
+ */
1741
+ export type UOnlinePlaylistProvider = UUIResourceDataProvider & {
1742
+ PlaylistId: number; // 0x00a0 (0x0004) [int32]
1743
+ PlaylistGameTypeNames: FName[]; // 0x00a8 (0x0010) [TArray<FName>]
1744
+ DisplayName: string; // 0x00b8 (0x0010) [FString]
1745
+ Priority: number; // 0x00c8 (0x0004) [int32]
1746
+ };
1747
+
1748
+ /**
1749
+ * Class IpDrv.OnlinePurchaseInterfaceImpl
1750
+ * Size: 0x0090
1751
+ * Extends: UObject
1752
+ */
1753
+ export type UOnlinePurchaseInterfaceImpl = UObject & {
1754
+ __EventGetAppPriceInfoComplete__Delegate: FScriptDelegate; // 0x0060 (0x0018) [FScriptDelegate]
1755
+ __OnMicroTxnResponse__Delegate: FScriptDelegate; // 0x0078 (0x0018) [FScriptDelegate]
1756
+ };
1757
+
1758
+ // OnlinePurchaseInterfaceImpl Functions
1759
+ // ClearMicroTxnResponseDelegate(ResponseMicroTxnDelegate: FScriptDelegate): void
1760
+ // AddMicroTxnResponseDelegate(ResponseMicroTxnDelegate: FScriptDelegate): void
1761
+ // OnMicroTxnResponse(bAuthorized: boolean, OrderId: bigint): void
1762
+ // FormatCurrency(Currency: string, Price: number): string
1763
+ // GetAppPriceInfo(PlayerID: FUniqueNetId, AppNames: FName[], Callback: FScriptDelegate): boolean
1764
+ // EventGetAppPriceInfoComplete(AppName: FName, Price: string, DiscountPrice: string, DiscountPercentage: number): void
1765
+
1766
+ /**
1767
+ * Class IpDrv.OnlineSubsystemCommonImpl
1768
+ * Size: 0x03C0
1769
+ * Extends: UOnlineSubsystem
1770
+ */
1771
+ export type UOnlineSubsystemCommonImpl = UOnlineSubsystem & {
1772
+ VoiceEngine: FPointer; // 0x0378 (0x0008) [FPointer]
1773
+ MaxLocalTalkers: number; // 0x0380 (0x0004) [int32]
1774
+ MaxRemoteTalkers: number; // 0x0384 (0x0004) [int32]
1775
+ bIsUsingSpeechRecognition: boolean; // 0x0388 (0x0004) [bool : 0x1]
1776
+ GameInterfaceImpl: UOnlineGameInterfaceImpl; // 0x0390 (0x0008) [UOnlineGameInterfaceImpl*]
1777
+ AuthInterfaceImpl: UOnlineAuthInterfaceImpl; // 0x0398 (0x0008) [UOnlineAuthInterfaceImpl*]
1778
+ PurchaseInterfaceImpl: UOnlinePurchaseInterfaceImpl; // 0x03a0 (0x0008) [UOnlinePurchaseInterfaceImpl*]
1779
+ __OnSanitizeStringComplete__Delegate: FScriptDelegate; // 0x03a8 (0x0018) [FScriptDelegate]
1780
+ };
1781
+
1782
+ // OnlineSubsystemCommonImpl Functions
1783
+ // GetRegisteredPlayers(SessionName: FName, OutRegisteredPlayers: FUniqueNetId[]): void
1784
+ // IsPlayerInSession(SessionName: FName, PlayerID: FUniqueNetId): boolean
1785
+ // GetPlayerNicknameFromIndex(UserIndex: number): string
1786
+ // OnSanitizeStringComplete(Result: FWordFilterResult): void
1787
+
1788
+ /**
1789
+ * Class IpDrv.OnlineTitleFileDownloadMcp
1790
+ * Size: 0x012C
1791
+ * Extends: UOnlineTitleFileDownloadBase
1792
+ */
1793
+ export type UOnlineTitleFileDownloadMcp = UOnlineTitleFileDownloadBase & {
1794
+ TitleFiles: FTitleFileMcp[]; // 0x0118 (0x0010) [TArray<FTitleFileMcp>]
1795
+ DownloadCount: number; // 0x0128 (0x0004) [int32]
1796
+ };
1797
+
1798
+ // OnlineTitleFileDownloadMcp Functions
1799
+ // ClearDownloadedFile(Filename: string): boolean
1800
+ // ClearDownloadedFiles(): boolean
1801
+ // GetTitleFileState(Filename: string): EOnlineEnumerationReadState
1802
+ // GetTitleFileContents(Filename: string, FileContents: number[]): boolean
1803
+ // ReadTitleFile(FileToRead: string, FileType: EOnlineFileType): boolean
1804
+
1805
+ /**
1806
+ * Class IpDrv.PartyBeacon
1807
+ * Size: 0x00A8
1808
+ * Extends: UObject
1809
+ */
1810
+ export type UPartyBeacon = UObject & {
1811
+ VfTable_FTickableObject: FPointer; // 0x0060 (0x0008) [FPointer]
1812
+ PartyBeaconPort: number; // 0x0068 (0x0004) [int32]
1813
+ Socket: FPointer; // 0x0070 (0x0008) [FPointer]
1814
+ bIsInTick: boolean; // 0x0078 (0x0004) [bool : 0x1]
1815
+ bWantsDeferredDestroy: boolean; // 0x0078 (0x0004) [bool : 0x2]
1816
+ bShouldTick: boolean; // 0x0078 (0x0004) [bool : 0x4]
1817
+ HeartbeatTimeout: number; // 0x007c (0x0004) [float]
1818
+ ElapsedHeartbeatTime: number; // 0x0080 (0x0004) [float]
1819
+ BeaconName: FName; // 0x0084 (0x0008) [FName]
1820
+ __OnDestroyComplete__Delegate: FScriptDelegate; // 0x0090 (0x0018) [FScriptDelegate]
1821
+ };
1822
+
1823
+ // PartyBeacon Functions
1824
+ // OnDestroyComplete(): void
1825
+ // DestroyBeacon(): void
1826
+
1827
+ /**
1828
+ * Class IpDrv.PartyBeaconClient
1829
+ * Size: 0x01C0
1830
+ * Extends: UPartyBeacon
1831
+ */
1832
+ export type UPartyBeaconClient = UPartyBeacon & {
1833
+ HostPendingRequest: FOnlineGameSearchResult; // 0x00a8 (0x0010) [FOnlineGameSearchResult]
1834
+ PendingRequest: FPartyReservation; // 0x00b8 (0x0060) [FPartyReservation]
1835
+ ClientBeaconState: EPartyBeaconClientState; // 0x0118 (0x0001) [EPartyBeaconClientState]
1836
+ ClientBeaconRequestType: EPartyBeaconClientRequest; // 0x0119 (0x0001) [EPartyBeaconClientRequest]
1837
+ ReservationRequestTimeout: number; // 0x011c (0x0004) [float]
1838
+ ReservationRequestElapsedTime: number; // 0x0120 (0x0004) [float]
1839
+ ResolverClassName: string; // 0x0128 (0x0010) [FString]
1840
+ ResolverClass: UClientBeaconAddressResolver; // 0x0138 (0x0008) [UClientBeaconAddressResolver*]
1841
+ Resolver: UClientBeaconAddressResolver; // 0x0140 (0x0008) [UClientBeaconAddressResolver*]
1842
+ __OnReservationRequestComplete__Delegate: FScriptDelegate; // 0x0148 (0x0018) [FScriptDelegate]
1843
+ __OnReservationCountUpdated__Delegate: FScriptDelegate; // 0x0160 (0x0018) [FScriptDelegate]
1844
+ __OnTravelRequestReceived__Delegate: FScriptDelegate; // 0x0178 (0x0018) [FScriptDelegate]
1845
+ __OnHostIsReady__Delegate: FScriptDelegate; // 0x0190 (0x0018) [FScriptDelegate]
1846
+ __OnHostHasCancelled__Delegate: FScriptDelegate; // 0x01a8 (0x0018) [FScriptDelegate]
1847
+ };
1848
+
1849
+ // PartyBeaconClient Functions
1850
+ // DestroyBeacon(): void
1851
+ // CancelReservation(CancellingPartyLeader: FUniqueNetId): boolean
1852
+ // RequestReservationUpdate(DesiredHost: FOnlineGameSearchResult, RequestingPartyLeader: FUniqueNetId, PlayersToAdd: FPlayerReservation[]): boolean
1853
+ // RequestReservation(DesiredHost: FOnlineGameSearchResult, RequestingPartyLeader: FUniqueNetId, Players: FPlayerReservation[]): boolean
1854
+ // OnHostHasCancelled(): void
1855
+ // OnHostIsReady(): void
1856
+ // OnTravelRequestReceived(SessionName: FName, SearchClass: UOnlineGameSearch, PlatformSpecificInfo: number): void
1857
+ // OnReservationCountUpdated(ReservationRemaining: number): void
1858
+ // OnReservationRequestComplete(ReservationResult: EPartyReservationResult): void
1859
+
1860
+ /**
1861
+ * Class IpDrv.PartyBeaconHost
1862
+ * Size: 0x0140
1863
+ * Extends: UPartyBeacon
1864
+ */
1865
+ export type UPartyBeaconHost = UPartyBeacon & {
1866
+ Clients: FClientBeaconConnection[]; // 0x00a8 (0x0010) [TArray<FClientBeaconConnection>]
1867
+ NumTeams: number; // 0x00b8 (0x0004) [int32]
1868
+ NumPlayersPerTeam: number; // 0x00bc (0x0004) [int32]
1869
+ NumReservations: number; // 0x00c0 (0x0004) [int32]
1870
+ NumConsumedReservations: number; // 0x00c4 (0x0004) [int32]
1871
+ Reservations: FPartyReservation[]; // 0x00c8 (0x0010) [TArray<FPartyReservation>]
1872
+ OnlineSessionName: FName; // 0x00d8 (0x0008) [FName]
1873
+ ConnectionBacklog: number; // 0x00e0 (0x0004) [int32]
1874
+ ForceTeamNum: number; // 0x00e4 (0x0004) [int32]
1875
+ ReservedHostTeamNum: number; // 0x00e8 (0x0004) [int32]
1876
+ bBestFitTeamAssignment: boolean; // 0x00ec (0x0004) [bool : 0x1]
1877
+ BeaconState: EPartyBeaconHostState; // 0x00f0 (0x0001) [EPartyBeaconHostState]
1878
+ __OnReservationChange__Delegate: FScriptDelegate; // 0x00f8 (0x0018) [FScriptDelegate]
1879
+ __OnReservationsFull__Delegate: FScriptDelegate; // 0x0110 (0x0018) [FScriptDelegate]
1880
+ __OnClientCancellationReceived__Delegate: FScriptDelegate; // 0x0128 (0x0018) [FScriptDelegate]
1881
+ };
1882
+
1883
+ // PartyBeaconHost Functions
1884
+ // GetMaxAvailableTeamSize(): number
1885
+ // GetPartyLeaders(PartyLeaders: FUniqueNetId[]): void
1886
+ // GetPlayers(Players: FUniqueNetId[]): void
1887
+ // AppendReservationSkillsToSearch(Search: UOnlineGameSearch): void
1888
+ // UnregisterParty(PartyLeader: FUniqueNetId): void
1889
+ // UnregisterPartyMembers(): void
1890
+ // RegisterPartyMembers(): void
1891
+ // AreReservationsFull(): boolean
1892
+ // TellClientsHostHasCancelled(): void
1893
+ // TellClientsHostIsReady(): void
1894
+ // TellClientsToTravel(SessionName: FName, SearchClass: UOnlineGameSearch, PlatformSpecificInfo: number): void
1895
+ // DestroyBeacon(): void
1896
+ // OnClientCancellationReceived(PartyLeader: FUniqueNetId): void
1897
+ // OnReservationsFull(): void
1898
+ // OnReservationChange(): void
1899
+ // HandlePlayerLogout(PlayerID: FUniqueNetId, bMaintainParty: boolean): void
1900
+ // GetExistingReservation(PartyLeader: FUniqueNetId): number
1901
+ // UpdatePartyReservationEntry(PartyLeader: FUniqueNetId, PlayerMembers: FPlayerReservation[]): EPartyReservationResult
1902
+ // AddPartyReservationEntry(PartyLeader: FUniqueNetId, PlayerMembers: FPlayerReservation[], TeamNum: number, bIsHost: boolean): EPartyReservationResult
1903
+ // InitHostBeacon(InNumTeams: number, InNumPlayersPerTeam: number, InNumReservations: number, InSessionName: FName, InForceTeamNum: number): boolean
1904
+ // PauseReservationRequests(bPause: boolean): void
1905
+
1906
+ /**
1907
+ * Class IpDrv.TargetUserChatPermChangedEvent
1908
+ * Size: 0x00F4
1909
+ * Extends: UObject
1910
+ */
1911
+ export type UTargetUserChatPermChangedEvent = UObject & {
1912
+ PlayerID: FUniqueNetId; // 0x0060 (0x0048) [FUniqueNetId]
1913
+ TargetId: FUniqueNetId; // 0x00a8 (0x0048) [FUniqueNetId]
1914
+ bAllowed: boolean; // 0x00f0 (0x0004) [bool : 0x1]
1915
+ };
1916
+
1917
+ /**
1918
+ * Class IpDrv.TcpipConnection
1919
+ * Size: 0xB218
1920
+ * Extends: UNetConnection
1921
+ */
1922
+ export type UTcpipConnection = UNetConnection & {};
1923
+
1924
+ /**
1925
+ * Class IpDrv.TcpLink
1926
+ * Size: 0x02D8
1927
+ * Extends: UInternetLink
1928
+ */
1929
+ export type UTcpLink = UInternetLink & {
1930
+ LinkState: ELinkState; // 0x0298 (0x0001) [ELinkState]
1931
+ RemoteAddr: FIpAddr; // 0x029c (0x0014) [FIpAddr]
1932
+ AcceptClass: UTcpLink; // 0x02b0 (0x0008) [UTcpLink*]
1933
+ SendFIFO: number[]; // 0x02b8 (0x0010) [TArray<uint8>]
1934
+ RecvBuf: string; // 0x02c8 (0x0010) [FString]
1935
+ };
1936
+
1937
+ // TcpLink Functions
1938
+ // ReceivedBinary(Count: number, B: number): void
1939
+ // ReceivedLine(Line: string): void
1940
+ // ReceivedText(Text: string): void
1941
+ // Closed(): void
1942
+ // Opened(): void
1943
+ // Accepted(): void
1944
+ // ReadBinary(Count: number, B: number): number
1945
+ // ReadText(Str: string): number
1946
+ // SendBinary(Count: number, B: number): number
1947
+ // SendText(Str: string): number
1948
+ // IsConnected(): boolean
1949
+ // Close(): boolean
1950
+ // Open(Addr: FIpAddr): boolean
1951
+ // Listen(): boolean
1952
+ // BindPort(PortNum: number, bUseNextAvailable: boolean): number
1953
+
1954
+ /**
1955
+ * Class IpDrv.TcpNetDriver
1956
+ * Size: 0x0320
1957
+ * Extends: UNetDriver
1958
+ */
1959
+ export type UTcpNetDriver = UNetDriver & {
1960
+ AllowPlayerPortUnreach: boolean; // 0x02f8 (0x0004) [bool : 0x1]
1961
+ LogPortUnreach: boolean; // 0x02fc (0x0004) [bool : 0x1]
1962
+ };
1963
+
1964
+ /**
1965
+ * Class IpDrv.TitleFileDownloadCache
1966
+ * Size: 0x00E0
1967
+ * Extends: UMCPBase
1968
+ */
1969
+ export type UTitleFileDownloadCache = UMCPBase & {
1970
+ TitleFiles: FTitleFileCacheEntry[]; // 0x0080 (0x0010) [TArray<FTitleFileCacheEntry>]
1971
+ LoadCompleteDelegates: FScriptDelegate[]; // 0x0090 (0x0010) [TArray<FScriptDelegate>]
1972
+ SaveCompleteDelegates: FScriptDelegate[]; // 0x00a0 (0x0010) [TArray<FScriptDelegate>]
1973
+ __OnLoadTitleFileComplete__Delegate: FScriptDelegate; // 0x00b0 (0x0018) [FScriptDelegate]
1974
+ __OnSaveTitleFileComplete__Delegate: FScriptDelegate; // 0x00c8 (0x0018) [FScriptDelegate]
1975
+ };
1976
+
1977
+ // TitleFileDownloadCache Functions
1978
+ // DeleteTitleFile(Filename: string): boolean
1979
+ // DeleteTitleFiles(MaxAgeSeconds: number): boolean
1980
+ // ClearCachedFile(Filename: string): boolean
1981
+ // ClearCachedFiles(): boolean
1982
+ // GetTitleFileLogicalName(Filename: string): string
1983
+ // GetTitleFileHash(Filename: string): string
1984
+ // GetTitleFileState(Filename: string): EOnlineEnumerationReadState
1985
+ // GetTitleFileContents(Filename: string, FileContents: number[]): boolean
1986
+ // ClearSaveTitleFileCompleteDelegate(SaveCompleteDelegate: FScriptDelegate): void
1987
+ // AddSaveTitleFileCompleteDelegate(SaveCompleteDelegate: FScriptDelegate): void
1988
+ // OnSaveTitleFileComplete(bWasSuccessful: boolean, Filename: string): void
1989
+ // SaveTitleFile(Filename: string, LogicalName: string, FileContents: number[]): boolean
1990
+ // ClearLoadTitleFileCompleteDelegate(LoadCompleteDelegate: FScriptDelegate): void
1991
+ // AddLoadTitleFileCompleteDelegate(LoadCompleteDelegate: FScriptDelegate): void
1992
+ // OnLoadTitleFileComplete(bWasSuccessful: boolean, Filename: string): void
1993
+ // LoadTitleFile(Filename: string): boolean
1994
+
1995
+ /**
1996
+ * Class IpDrv.UIDataStore_OnlinePlaylists
1997
+ * Size: 0x0100
1998
+ * Extends: UUIDataStore
1999
+ */
2000
+ export type UUIDataStore_OnlinePlaylists = UUIDataStore & {
2001
+ ProviderClassName: string; // 0x00a0 (0x0010) [FString]
2002
+ ProviderClass: UUIResourceDataProvider; // 0x00b0 (0x0008) [UUIResourceDataProvider*]
2003
+ RankedDataProviders: UUIResourceDataProvider[]; // 0x00b8 (0x0010) [TArray<UUIResourceDataProvider*>]
2004
+ UnrankedDataProviders: UUIResourceDataProvider[]; // 0x00c8 (0x0010) [TArray<UUIResourceDataProvider*>]
2005
+ RecModeDataProviders: UUIResourceDataProvider[]; // 0x00d8 (0x0010) [TArray<UUIResourceDataProvider*>]
2006
+ PrivateDataProviders: UUIResourceDataProvider[]; // 0x00e8 (0x0010) [TArray<UUIResourceDataProvider*>]
2007
+ PlaylistMan: UOnlinePlaylistManager; // 0x00f8 (0x0008) [UOnlinePlaylistManager*]
2008
+ };
2009
+
2010
+ // UIDataStore_OnlinePlaylists Functions
2011
+ // GetMatchTypeForPlaylistId(PlaylistId: number): number
2012
+ // static GetOnlinePlaylistProvider(ProviderTag: FName, PlaylistId: number, ProviderIndex: number): UOnlinePlaylistProvider
2013
+ // GetPlaylistProvider(ProviderTag: FName, ProviderIndex: number, out_Provider: UUIResourceDataProvider): boolean
2014
+ // GetResourceProviders(ProviderTag: FName, out_Providers: UUIResourceDataProvider[]): boolean
2015
+ // Init(): void
2016
+
2017
+ /**
2018
+ * Class IpDrv.WebConnection
2019
+ * Size: 0x031C
2020
+ * Extends: UTcpLink
2021
+ */
2022
+ export type UWebConnection = UTcpLink & {
2023
+ WebServer: UWebServer; // 0x02d8 (0x0008) [UWebServer*]
2024
+ ReceivedData: string; // 0x02e0 (0x0010) [FString]
2025
+ Request: UWebRequest; // 0x02f0 (0x0008) [UWebRequest*]
2026
+ Response: UWebResponse; // 0x02f8 (0x0008) [UWebResponse*]
2027
+ Application: UWebApplication; // 0x0300 (0x0008) [UWebApplication*]
2028
+ bDelayCleanup: boolean; // 0x0308 (0x0004) [bool : 0x1]
2029
+ RawBytesExpecting: number; // 0x030c (0x0004) [int32]
2030
+ MaxValueLength: number; // 0x0310 (0x0004) [int32]
2031
+ MaxLineLength: number; // 0x0314 (0x0004) [int32]
2032
+ ConnID: number; // 0x0318 (0x0004) [int32]
2033
+ };
2034
+
2035
+ // WebConnection Functions
2036
+ // IsHanging(): boolean
2037
+ // Cleanup(): void
2038
+ // CheckRawBytes(): void
2039
+ // EndOfHeaders(): void
2040
+ // CreateResponseObject(): void
2041
+ // ProcessPost(S: string): void
2042
+ // ProcessGet(S: string): void
2043
+ // ProcessHead(S: string): void
2044
+ // ReceivedLine(S: string): void
2045
+ // ReceivedText(Text: string): void
2046
+ // Timer(): void
2047
+ // Closed(): void
2048
+ // Accepted(): void
2049
+
2050
+ /**
2051
+ * Class IpDrv.WebRequest
2052
+ * Size: 0x0160
2053
+ * Extends: UObject
2054
+ */
2055
+ export type UWebRequest = UObject & {
2056
+ RemoteAddr: string; // 0x0060 (0x0010) [FString]
2057
+ URI: string; // 0x0070 (0x0010) [FString]
2058
+ Username: string; // 0x0080 (0x0010) [FString]
2059
+ Password: string; // 0x0090 (0x0010) [FString]
2060
+ ContentLength: number; // 0x00a0 (0x0004) [int32]
2061
+ ContentType: string; // 0x00a8 (0x0010) [FString]
2062
+ RequestType: ERequestType; // 0x00b8 (0x0001) [ERequestType]
2063
+ HeaderMap: FMap_Mirror; // 0x00c0 (0x0050) [FMap_Mirror]
2064
+ VariableMap: FMap_Mirror; // 0x0110 (0x0050) [FMap_Mirror]
2065
+ };
2066
+
2067
+ // WebRequest Functions
2068
+ // GetHexDigit(D: string): number
2069
+ // DecodeFormData(Data: string): void
2070
+ // ProcessHeaderString(S: string): void
2071
+ // Dump(): void
2072
+ // GetVariables(varNames: string[]): void
2073
+ // GetVariableNumber(VariableName: string, Number: number, DefaultValue: string): string
2074
+ // GetVariableCount(VariableName: string): number
2075
+ // GetVariable(VariableName: string, DefaultValue: string): string
2076
+ // AddVariable(VariableName: string, Value: string): void
2077
+ // GetHeaders(Headers: string[]): void
2078
+ // GetHeader(HeaderName: string, DefaultValue: string): string
2079
+ // AddHeader(HeaderName: string, Value: string): void
2080
+ // static EncodeBase64(Decoded: string): string
2081
+ // static DecodeBase64(Encoded: string): string
2082
+
2083
+ /**
2084
+ * Class IpDrv.WebResponse
2085
+ * Size: 0x00EC
2086
+ * Extends: UObject
2087
+ */
2088
+ export type UWebResponse = UObject & {
2089
+ Headers: string[]; // 0x0060 (0x0010) [TArray<FString>]
2090
+ ReplacementMap: FMap_Mirror; // 0x0070 (0x0050) [FMap_Mirror]
2091
+ IncludePath: string; // 0x00c0 (0x0010) [FString]
2092
+ CharSet: string; // 0x00d0 (0x0010) [FString]
2093
+ Connection: UWebConnection; // 0x00e0 (0x0008) [UWebConnection*]
2094
+ bSentText: boolean; // 0x00e8 (0x0004) [bool : 0x1]
2095
+ bSentResponse: boolean; // 0x00e8 (0x0004) [bool : 0x2]
2096
+ };
2097
+
2098
+ // WebResponse Functions
2099
+ // SentResponse(): boolean
2100
+ // SentText(): boolean
2101
+ // Redirect(URL: string): void
2102
+ // SendStandardHeaders(ContentType: string, bCache: boolean): void
2103
+ // HTTPError(ErrorNum: number, Data: string): void
2104
+ // SendHeaders(): void
2105
+ // AddHeader(Header: string, bReplace: boolean): void
2106
+ // HTTPHeader(Header: string): void
2107
+ // HttpResponse(Header: string): void
2108
+ // FailAuthentication(Realm: string): void
2109
+ // SendCachedFile(Filename: string, ContentType: string): boolean
2110
+ // SendBinary(Count: number, B: number): void
2111
+ // SendText(Text: string, bNoCRLF: boolean): void
2112
+ // Dump(): void
2113
+ // GetHTTPExpiration(OffsetSeconds: number): string
2114
+ // LoadParsedUHTM(Filename: string): string
2115
+ // IncludeBinaryFile(Filename: string): boolean
2116
+ // IncludeUHTM(Filename: string): boolean
2117
+ // ClearSubst(): void
2118
+ // Subst(Variable: string, Value: string, bClear: boolean): void
2119
+ // FileExists(Filename: string): boolean
2120
+
2121
+ /**
2122
+ * Class IpDrv.WebServer
2123
+ * Size: 0x04A8
2124
+ * Extends: UTcpLink
2125
+ */
2126
+ export type UWebServer = UTcpLink & {
2127
+ ServerName: string; // 0x02d8 (0x0010) [FString]
2128
+ Applications: string; // 0x02e8 (0x00a0) [FString]
2129
+ ApplicationPaths: string; // 0x0388 (0x00a0) [FString]
2130
+ bEnabled: boolean; // 0x0428 (0x0004) [bool : 0x1]
2131
+ ListenPort: number; // 0x042c (0x0004) [int32]
2132
+ MaxConnections: number; // 0x0430 (0x0004) [int32]
2133
+ DefaultApplication: number; // 0x0434 (0x0004) [int32]
2134
+ ExpirationSeconds: number; // 0x0438 (0x0004) [int32]
2135
+ ServerURL: string; // 0x0440 (0x0010) [FString]
2136
+ ApplicationObjects: UWebApplication; // 0x0450 (0x0050) [UWebApplication*]
2137
+ ConnectionCount: number; // 0x04a0 (0x0004) [int32]
2138
+ ConnID: number; // 0x04a4 (0x0004) [int32]
2139
+ };
2140
+
2141
+ // WebServer Functions
2142
+ // GetApplication(URI: string, SubURI: string): UWebApplication
2143
+ // LostChild(C: UActor): void
2144
+ // GainedChild(C: UActor): void
2145
+ // Destroyed(): void
2146
+ // PostBeginPlay(): void