rocketleaguesdk 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 (53) hide show
  1. package/README.md +152 -0
  2. package/classes/AkAudio.ts +577 -0
  3. package/classes/Core.ts +1559 -0
  4. package/classes/Engine.ts +23515 -0
  5. package/classes/GFxUI.ts +425 -0
  6. package/classes/IpDrv.ts +1902 -0
  7. package/classes/OnlineSubsystemEOS.ts +800 -0
  8. package/classes/ProjectX.ts +13294 -0
  9. package/classes/TAGame.ts +49959 -0
  10. package/classes/WinDrv.ts +110 -0
  11. package/classes/XAudio2.ts +15 -0
  12. package/classes/index.ts +19 -0
  13. package/constants/Core.ts +27 -0
  14. package/constants/Engine.ts +109 -0
  15. package/constants/IpDrv.ts +13 -0
  16. package/constants/ProjectX.ts +19 -0
  17. package/constants/TAGame.ts +78 -0
  18. package/constants/index.ts +14 -0
  19. package/enums/AkAudio.ts +121 -0
  20. package/enums/Core.ts +1528 -0
  21. package/enums/Engine.ts +3761 -0
  22. package/enums/GFxUI.ts +111 -0
  23. package/enums/IpDrv.ts +321 -0
  24. package/enums/OnlineSubsystemEOS.ts +25 -0
  25. package/enums/ProjectX.ts +593 -0
  26. package/enums/TAGame.ts +2586 -0
  27. package/enums/index.ts +17 -0
  28. package/examples/basic.ts +236 -0
  29. package/index.ts +33 -0
  30. package/package.json +100 -0
  31. package/parameters/AkAudio.ts +598 -0
  32. package/parameters/Core.ts +4062 -0
  33. package/parameters/Engine.ts +30205 -0
  34. package/parameters/GFxUI.ts +1282 -0
  35. package/parameters/IpDrv.ts +6486 -0
  36. package/parameters/OnlineSubsystemEOS.ts +3733 -0
  37. package/parameters/ProjectX.ts +23169 -0
  38. package/parameters/TAGame.ts +92073 -0
  39. package/parameters/WinDrv.ts +237 -0
  40. package/parameters/index.ts +18 -0
  41. package/structs/AkAudio.ts +115 -0
  42. package/structs/Core.ts +666 -0
  43. package/structs/Engine.ts +5185 -0
  44. package/structs/GFxUI.ts +117 -0
  45. package/structs/IpDrv.ts +601 -0
  46. package/structs/OnlineSubsystemEOS.ts +20 -0
  47. package/structs/ProjectX.ts +2110 -0
  48. package/structs/TAGame.ts +6273 -0
  49. package/structs/index.ts +17 -0
  50. package/tsconfig.json +28 -0
  51. package/types/core.ts +16 -0
  52. package/types/index.ts +8 -0
  53. package/types/offsets.ts +29 -0
@@ -0,0 +1,3733 @@
1
+ /**
2
+ * OnlineSubsystemEOS Package - Function Parameters
3
+ * Auto-generated by Stev Peifer
4
+ */
5
+
6
+ import type { FName, FScriptDelegate } from '../types/core';
7
+
8
+ /**
9
+ * Function OnlineSubsystemEOS.__OnlinePlayerInterfaceEOS__LinkedAccount_0x1.__OnlinePlayerInterfaceEOS__LinkedAccount_0x1
10
+ */
11
+ export type __OnlinePlayerInterfaceEOS__LinkedAccount_0x1___OnlinePlayerInterfaceEOS__LinkedAccount_0x1_Params = {
12
+ _: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
13
+ PlatformAuthTicket: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
14
+ };
15
+
16
+ /**
17
+ * Function OnlineSubsystemEOS.__OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1.__OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1
18
+ */
19
+ export type __OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1___OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1_Params = {
20
+ bSuccess: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
21
+ Code: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
22
+ };
23
+
24
+ /**
25
+ * Function OnlineSubsystemEOS.OnlineAuthInterfaceEOS.RequestAuthTicket
26
+ */
27
+ export type OnlineAuthInterfaceEOS_RequestAuthTicket_Params = {
28
+ Callback: FScriptDelegate; // 0x0048 (0x0018) [FScriptDelegate] [CPF_Parm]
29
+ ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
30
+ };
31
+
32
+ /**
33
+ * Function OnlineSubsystemEOS.OnlineAuthInterfaceEOS.RequestMtxCode
34
+ */
35
+ export type OnlineAuthInterfaceEOS_RequestMtxCode_Params = {
36
+ Callback: FScriptDelegate; // 0x0048 (0x0018) [FScriptDelegate] [CPF_Parm]
37
+ ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
38
+ };
39
+
40
+ /**
41
+ * Function OnlineSubsystemEOS.OnlineAuthInterfaceEOS.RequiresAuthTicket
42
+ */
43
+ export type OnlineAuthInterfaceEOS_RequiresAuthTicket_Params = {
44
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
45
+ };
46
+
47
+ /**
48
+ * Function OnlineSubsystemEOS.OnlineFriendsInterfaceEOS.GetActivePlatformId
49
+ */
50
+ export type OnlineFriendsInterfaceEOS_GetActivePlatformId_Params = {
51
+ ReturnValue: boolean; // 0x0098 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
52
+ };
53
+
54
+ /**
55
+ * Function OnlineSubsystemEOS.OnlineFriendsInterfaceEOS.RequestLinkedAccounts
56
+ */
57
+ export type OnlineFriendsInterfaceEOS_RequestLinkedAccounts_Params = {
58
+ Callback: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate] [CPF_Parm]
59
+ ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
60
+ };
61
+
62
+ /**
63
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.CreateClip
64
+ */
65
+ export type OnlineGameClipsInterfaceEOS_CreateClip_Params = {
66
+ InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
67
+ InClipType: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
68
+ ReturnValue: number; // 0x0020 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
69
+ };
70
+
71
+ /**
72
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.DisableMaskArea
73
+ */
74
+ export type OnlineGameClipsInterfaceEOS_DisableMaskArea_Params = {
75
+ InMaskAreaHandle: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
76
+ };
77
+
78
+ /**
79
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EnableMaskArea
80
+ */
81
+ export type OnlineGameClipsInterfaceEOS_EnableMaskArea_Params = {
82
+ ReturnValue: bigint; // 0x0018 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
83
+ };
84
+
85
+ /**
86
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventAvailabilityChanged
87
+ */
88
+ export type OnlineGameClipsInterfaceEOS_EventAvailabilityChanged_Params = {
89
+ };
90
+
91
+ /**
92
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventClipErrorOccurred
93
+ */
94
+ export type OnlineGameClipsInterfaceEOS_EventClipErrorOccurred_Params = {
95
+ InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
96
+ ClipId: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
97
+ };
98
+
99
+ /**
100
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventClipStatusChanged
101
+ */
102
+ export type OnlineGameClipsInterfaceEOS_EventClipStatusChanged_Params = {
103
+ InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
104
+ InClipId: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
105
+ };
106
+
107
+ /**
108
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventConnectionStatusChanged
109
+ */
110
+ export type OnlineGameClipsInterfaceEOS_EventConnectionStatusChanged_Params = {
111
+ InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
112
+ };
113
+
114
+ /**
115
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventGeneralErrorOccurred
116
+ */
117
+ export type OnlineGameClipsInterfaceEOS_EventGeneralErrorOccurred_Params = {
118
+ };
119
+
120
+ /**
121
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventMaskStatusChanged
122
+ */
123
+ export type OnlineGameClipsInterfaceEOS_EventMaskStatusChanged_Params = {
124
+ InMaskAreaHandle: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
125
+ };
126
+
127
+ /**
128
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventRecordingChanged
129
+ */
130
+ export type OnlineGameClipsInterfaceEOS_EventRecordingChanged_Params = {
131
+ };
132
+
133
+ /**
134
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.GetTimeUntilUnthrottled
135
+ */
136
+ export type OnlineGameClipsInterfaceEOS_GetTimeUntilUnthrottled_Params = {
137
+ InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
138
+ ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
139
+ };
140
+
141
+ /**
142
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsAccountLinked
143
+ */
144
+ export type OnlineGameClipsInterfaceEOS_IsAccountLinked_Params = {
145
+ InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
146
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
147
+ };
148
+
149
+ /**
150
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsAvailable
151
+ */
152
+ export type OnlineGameClipsInterfaceEOS_IsAvailable_Params = {
153
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
154
+ };
155
+
156
+ /**
157
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsClipUploadingLimitReached
158
+ */
159
+ export type OnlineGameClipsInterfaceEOS_IsClipUploadingLimitReached_Params = {
160
+ InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
161
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
162
+ };
163
+
164
+ /**
165
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsRecording
166
+ */
167
+ export type OnlineGameClipsInterfaceEOS_IsRecording_Params = {
168
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
169
+ };
170
+
171
+ /**
172
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsUploading
173
+ */
174
+ export type OnlineGameClipsInterfaceEOS_IsUploading_Params = {
175
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
176
+ };
177
+
178
+ /**
179
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventAvailabilityChanged
180
+ */
181
+ export type OnlineGameClipsInterfaceEOS_NotifyEventAvailabilityChanged_Params = {
182
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
183
+ };
184
+
185
+ /**
186
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventClipErrorOccurred
187
+ */
188
+ export type OnlineGameClipsInterfaceEOS_NotifyEventClipErrorOccurred_Params = {
189
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
190
+ };
191
+
192
+ /**
193
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventClipStatusChanged
194
+ */
195
+ export type OnlineGameClipsInterfaceEOS_NotifyEventClipStatusChanged_Params = {
196
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
197
+ };
198
+
199
+ /**
200
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventConnectionStatusChanged
201
+ */
202
+ export type OnlineGameClipsInterfaceEOS_NotifyEventConnectionStatusChanged_Params = {
203
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
204
+ };
205
+
206
+ /**
207
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventGeneralErrorOccurred
208
+ */
209
+ export type OnlineGameClipsInterfaceEOS_NotifyEventGeneralErrorOccurred_Params = {
210
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
211
+ };
212
+
213
+ /**
214
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventMaskStatusChanged
215
+ */
216
+ export type OnlineGameClipsInterfaceEOS_NotifyEventMaskStatusChanged_Params = {
217
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
218
+ };
219
+
220
+ /**
221
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventRecordingChanged
222
+ */
223
+ export type OnlineGameClipsInterfaceEOS_NotifyEventRecordingChanged_Params = {
224
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
225
+ };
226
+
227
+ /**
228
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.SetUserMaxClipUploadsPerMinute
229
+ */
230
+ export type OnlineGameClipsInterfaceEOS_SetUserMaxClipUploadsPerMinute_Params = {
231
+ InMaxClipUploadsPerMinute: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
232
+ };
233
+
234
+ /**
235
+ * Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.StartRecording
236
+ */
237
+ export type OnlineGameClipsInterfaceEOS_StartRecording_Params = {
238
+ InClipDuration: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
239
+ };
240
+
241
+ /**
242
+ * Function OnlineSubsystemEOS.OnlineGameInterfaceEOS.AcceptGameInvite
243
+ */
244
+ export type OnlineGameInterfaceEOS_AcceptGameInvite_Params = {
245
+ SessionName: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
246
+ ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
247
+ };
248
+
249
+ /**
250
+ * Function OnlineSubsystemEOS.OnlineGameInterfaceEOS.FreeSearchResults
251
+ */
252
+ export type OnlineGameInterfaceEOS_FreeSearchResults_Params = {
253
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
254
+ };
255
+
256
+ /**
257
+ * Function OnlineSubsystemEOS.OnlineGameInterfaceEOS.UpdateOnlineGame
258
+ */
259
+ export type OnlineGameInterfaceEOS_UpdateOnlineGame_Params = {
260
+ SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
261
+ bShouldRefreshOnlineData: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
262
+ ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
263
+ };
264
+
265
+ /**
266
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.AuthWithNintendoAccountToken
267
+ */
268
+ export type OnlinePersistentAuthInterfaceEOS_AuthWithNintendoAccountToken_Params = {
269
+ NintendoAccountToken: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
270
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
271
+ };
272
+
273
+ /**
274
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.GetAuthExpirationTimestamp
275
+ */
276
+ export type OnlinePersistentAuthInterfaceEOS_GetAuthExpirationTimestamp_Params = {
277
+ };
278
+
279
+ /**
280
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.GetClientCredentials
281
+ */
282
+ export type OnlinePersistentAuthInterfaceEOS_GetClientCredentials_Params = {
283
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
284
+ };
285
+
286
+ /**
287
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.GetClientID
288
+ */
289
+ export type OnlinePersistentAuthInterfaceEOS_GetClientID_Params = {
290
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
291
+ };
292
+
293
+ /**
294
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.GetClientSecret
295
+ */
296
+ export type OnlinePersistentAuthInterfaceEOS_GetClientSecret_Params = {
297
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
298
+ };
299
+
300
+ /**
301
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.GetContinuanceToken
302
+ */
303
+ export type OnlinePersistentAuthInterfaceEOS_GetContinuanceToken_Params = {
304
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
305
+ };
306
+
307
+ /**
308
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.GetRefreshToken
309
+ */
310
+ export type OnlinePersistentAuthInterfaceEOS_GetRefreshToken_Params = {
311
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
312
+ };
313
+
314
+ /**
315
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.GetTimeUntilAuthExpiration
316
+ */
317
+ export type OnlinePersistentAuthInterfaceEOS_GetTimeUntilAuthExpiration_Params = {
318
+ ReturnValue: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
319
+ };
320
+
321
+ /**
322
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.LaunchAccountPortal
323
+ */
324
+ export type OnlinePersistentAuthInterfaceEOS_LaunchAccountPortal_Params = {
325
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
326
+ };
327
+
328
+ /**
329
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.RequestPinGrantCode
330
+ */
331
+ export type OnlinePersistentAuthInterfaceEOS_RequestPinGrantCode_Params = {
332
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
333
+ };
334
+
335
+ /**
336
+ * Function OnlineSubsystemEOS.OnlinePersistentAuthInterfaceEOS.UseRefreshToken
337
+ */
338
+ export type OnlinePersistentAuthInterfaceEOS_UseRefreshToken_Params = {
339
+ RefreshToken: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
340
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
341
+ };
342
+
343
+ /**
344
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AcceptFriendInvite
345
+ */
346
+ export type OnlinePlayerInterfaceEOS_AcceptFriendInvite_Params = {
347
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
348
+ };
349
+
350
+ /**
351
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddAcceptFriendInviteCompleteDelegate
352
+ */
353
+ export type OnlinePlayerInterfaceEOS_AddAcceptFriendInviteCompleteDelegate_Params = {
354
+ FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
355
+ };
356
+
357
+ /**
358
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddAddFriendByNameCompleteDelegate
359
+ */
360
+ export type OnlinePlayerInterfaceEOS_AddAddFriendByNameCompleteDelegate_Params = {
361
+ FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
362
+ };
363
+
364
+ /**
365
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddAddFriendCompleteDelegate
366
+ */
367
+ export type OnlinePlayerInterfaceEOS_AddAddFriendCompleteDelegate_Params = {
368
+ FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
369
+ };
370
+
371
+ /**
372
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddAvatarChangeDelegate
373
+ */
374
+ export type OnlinePlayerInterfaceEOS_AddAvatarChangeDelegate_Params = {
375
+ AvatarDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
376
+ };
377
+
378
+ /**
379
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddBlockListUpdatedDelegate
380
+ */
381
+ export type OnlinePlayerInterfaceEOS_AddBlockListUpdatedDelegate_Params = {
382
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
383
+ };
384
+
385
+ /**
386
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddCanPlayOnlineChangedDelegate
387
+ */
388
+ export type OnlinePlayerInterfaceEOS_AddCanPlayOnlineChangedDelegate_Params = {
389
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
390
+ };
391
+
392
+ /**
393
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddDenyFriendInviteCompleteDelegate
394
+ */
395
+ export type OnlinePlayerInterfaceEOS_AddDenyFriendInviteCompleteDelegate_Params = {
396
+ FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
397
+ };
398
+
399
+ /**
400
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddDeviceSelectionDoneDelegate
401
+ */
402
+ export type OnlinePlayerInterfaceEOS_AddDeviceSelectionDoneDelegate_Params = {
403
+ DeviceDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
404
+ };
405
+
406
+ /**
407
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddFriend
408
+ */
409
+ export type OnlinePlayerInterfaceEOS_AddFriend_Params = {
410
+ Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
411
+ ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
412
+ };
413
+
414
+ /**
415
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddFriendByName
416
+ */
417
+ export type OnlinePlayerInterfaceEOS_AddFriendByName_Params = {
418
+ FriendName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
419
+ Message: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
420
+ ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
421
+ };
422
+
423
+ /**
424
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddFriendInviteAcceptedDelegate
425
+ */
426
+ export type OnlinePlayerInterfaceEOS_AddFriendInviteAcceptedDelegate_Params = {
427
+ InviteAccepted: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
428
+ };
429
+
430
+ /**
431
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddFriendInviteCanceledDelegate
432
+ */
433
+ export type OnlinePlayerInterfaceEOS_AddFriendInviteCanceledDelegate_Params = {
434
+ InviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
435
+ };
436
+
437
+ /**
438
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddFriendInviteReceivedDelegate
439
+ */
440
+ export type OnlinePlayerInterfaceEOS_AddFriendInviteReceivedDelegate_Params = {
441
+ InviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
442
+ };
443
+
444
+ /**
445
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddFriendMessageReceivedDelegate
446
+ */
447
+ export type OnlinePlayerInterfaceEOS_AddFriendMessageReceivedDelegate_Params = {
448
+ MessageDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
449
+ };
450
+
451
+ /**
452
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddFriendPresenceChangeDelegate
453
+ */
454
+ export type OnlinePlayerInterfaceEOS_AddFriendPresenceChangeDelegate_Params = {
455
+ PresenceDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
456
+ };
457
+
458
+ /**
459
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddFriendsChangeDelegate
460
+ */
461
+ export type OnlinePlayerInterfaceEOS_AddFriendsChangeDelegate_Params = {
462
+ FriendsDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
463
+ };
464
+
465
+ /**
466
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddInGamePost
467
+ */
468
+ export type OnlinePlayerInterfaceEOS_AddInGamePost_Params = {
469
+ InPostID: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
470
+ ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
471
+ };
472
+
473
+ /**
474
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddInputAPIChangedDelegate
475
+ */
476
+ export type OnlinePlayerInterfaceEOS_AddInputAPIChangedDelegate_Params = {
477
+ InputAPIChangedDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
478
+ };
479
+
480
+ /**
481
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddJoinFriendGameCompleteDelegate
482
+ */
483
+ export type OnlinePlayerInterfaceEOS_AddJoinFriendGameCompleteDelegate_Params = {
484
+ JoinFriendGameCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
485
+ };
486
+
487
+ /**
488
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddKeyboardInputDoneDelegate
489
+ */
490
+ export type OnlinePlayerInterfaceEOS_AddKeyboardInputDoneDelegate_Params = {
491
+ InputDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
492
+ };
493
+
494
+ /**
495
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddLoginCancelledDelegate
496
+ */
497
+ export type OnlinePlayerInterfaceEOS_AddLoginCancelledDelegate_Params = {
498
+ CancelledDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
499
+ };
500
+
501
+ /**
502
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddLoginChangeDelegate
503
+ */
504
+ export type OnlinePlayerInterfaceEOS_AddLoginChangeDelegate_Params = {
505
+ LoginDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
506
+ };
507
+
508
+ /**
509
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddLoginFailedDelegate
510
+ */
511
+ export type OnlinePlayerInterfaceEOS_AddLoginFailedDelegate_Params = {
512
+ LoginFailedDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
513
+ };
514
+
515
+ /**
516
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddLoginStatusChangeDelegate
517
+ */
518
+ export type OnlinePlayerInterfaceEOS_AddLoginStatusChangeDelegate_Params = {
519
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
520
+ };
521
+
522
+ /**
523
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddLogoutCompletedDelegate
524
+ */
525
+ export type OnlinePlayerInterfaceEOS_AddLogoutCompletedDelegate_Params = {
526
+ LogoutDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
527
+ };
528
+
529
+ /**
530
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddMutingChangeDelegate
531
+ */
532
+ export type OnlinePlayerInterfaceEOS_AddMutingChangeDelegate_Params = {
533
+ MutingDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
534
+ };
535
+
536
+ /**
537
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddPlayerBlockedDelegate
538
+ */
539
+ export type OnlinePlayerInterfaceEOS_AddPlayerBlockedDelegate_Params = {
540
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
541
+ };
542
+
543
+ /**
544
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddPlayerUnblockedDelegate
545
+ */
546
+ export type OnlinePlayerInterfaceEOS_AddPlayerUnblockedDelegate_Params = {
547
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
548
+ };
549
+
550
+ /**
551
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddProfileDataChangedDelegate
552
+ */
553
+ export type OnlinePlayerInterfaceEOS_AddProfileDataChangedDelegate_Params = {
554
+ ProfileDataChangedDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
555
+ };
556
+
557
+ /**
558
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddQueryUserByDisplayNameCompleteDelegate
559
+ */
560
+ export type OnlinePlayerInterfaceEOS_AddQueryUserByDisplayNameCompleteDelegate_Params = {
561
+ QueryDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
562
+ };
563
+
564
+ /**
565
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddReadAchievementsCompleteDelegate
566
+ */
567
+ export type OnlinePlayerInterfaceEOS_AddReadAchievementsCompleteDelegate_Params = {
568
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
569
+ };
570
+
571
+ /**
572
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddReadCrossTitleProfileSettingsCompleteDelegate
573
+ */
574
+ export type OnlinePlayerInterfaceEOS_AddReadCrossTitleProfileSettingsCompleteDelegate_Params = {
575
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
576
+ };
577
+
578
+ /**
579
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddReadFriendsCompleteDelegate
580
+ */
581
+ export type OnlinePlayerInterfaceEOS_AddReadFriendsCompleteDelegate_Params = {
582
+ ReadFriendsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
583
+ };
584
+
585
+ /**
586
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddReadPlayerStorageCompleteDelegate
587
+ */
588
+ export type OnlinePlayerInterfaceEOS_AddReadPlayerStorageCompleteDelegate_Params = {
589
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
590
+ };
591
+
592
+ /**
593
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddReadPlayerStorageForNetIdCompleteDelegate
594
+ */
595
+ export type OnlinePlayerInterfaceEOS_AddReadPlayerStorageForNetIdCompleteDelegate_Params = {
596
+ InDelegate: FScriptDelegate; // 0x0048 (0x0018) [FScriptDelegate] [CPF_Parm]
597
+ };
598
+
599
+ /**
600
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddReadProfileSettingsCompleteDelegate
601
+ */
602
+ export type OnlinePlayerInterfaceEOS_AddReadProfileSettingsCompleteDelegate_Params = {
603
+ ReadProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
604
+ };
605
+
606
+ /**
607
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddReceivedGameInviteDelegate
608
+ */
609
+ export type OnlinePlayerInterfaceEOS_AddReceivedGameInviteDelegate_Params = {
610
+ ReceivedGameInviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
611
+ };
612
+
613
+ /**
614
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddRegisteredControllerDelegate
615
+ */
616
+ export type OnlinePlayerInterfaceEOS_AddRegisteredControllerDelegate_Params = {
617
+ RegisteredControllerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
618
+ };
619
+
620
+ /**
621
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddRemoveFriendCompleteDelegate
622
+ */
623
+ export type OnlinePlayerInterfaceEOS_AddRemoveFriendCompleteDelegate_Params = {
624
+ RemoveFriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
625
+ };
626
+
627
+ /**
628
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddSaveDataNoSpaceDialogCompleteDelegate
629
+ */
630
+ export type OnlinePlayerInterfaceEOS_AddSaveDataNoSpaceDialogCompleteDelegate_Params = {
631
+ DeviceDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
632
+ };
633
+
634
+ /**
635
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddUnlockAchievementCompleteDelegate
636
+ */
637
+ export type OnlinePlayerInterfaceEOS_AddUnlockAchievementCompleteDelegate_Params = {
638
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
639
+ };
640
+
641
+ /**
642
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddUnregisteredControllerDelegate
643
+ */
644
+ export type OnlinePlayerInterfaceEOS_AddUnregisteredControllerDelegate_Params = {
645
+ UnregisteredControllerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
646
+ };
647
+
648
+ /**
649
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddUserSignInCompleteDelegate
650
+ */
651
+ export type OnlinePlayerInterfaceEOS_AddUserSignInCompleteDelegate_Params = {
652
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
653
+ };
654
+
655
+ /**
656
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddUserSwitchCompleteDelegate
657
+ */
658
+ export type OnlinePlayerInterfaceEOS_AddUserSwitchCompleteDelegate_Params = {
659
+ UserSwitchCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
660
+ };
661
+
662
+ /**
663
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddWritePlayerStorageCompleteDelegate
664
+ */
665
+ export type OnlinePlayerInterfaceEOS_AddWritePlayerStorageCompleteDelegate_Params = {
666
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
667
+ };
668
+
669
+ /**
670
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AddWriteProfileSettingsCompleteDelegate
671
+ */
672
+ export type OnlinePlayerInterfaceEOS_AddWriteProfileSettingsCompleteDelegate_Params = {
673
+ WriteProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
674
+ };
675
+
676
+ /**
677
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AreAnyFriends
678
+ */
679
+ export type OnlinePlayerInterfaceEOS_AreAnyFriends_Params = {
680
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
681
+ };
682
+
683
+ /**
684
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.AutoLogin
685
+ */
686
+ export type OnlinePlayerInterfaceEOS_AutoLogin_Params = {
687
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
688
+ };
689
+
690
+ /**
691
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanAccessPremiumContent
692
+ */
693
+ export type OnlinePlayerInterfaceEOS_CanAccessPremiumContent_Params = {
694
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
695
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
696
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
697
+ };
698
+
699
+ /**
700
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanAccessPremiumVideoContent
701
+ */
702
+ export type OnlinePlayerInterfaceEOS_CanAccessPremiumVideoContent_Params = {
703
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
704
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
705
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
706
+ };
707
+
708
+ /**
709
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanBrowseInternet
710
+ */
711
+ export type OnlinePlayerInterfaceEOS_CanBrowseInternet_Params = {
712
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
713
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
714
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
715
+ };
716
+
717
+ /**
718
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanCommunicate
719
+ */
720
+ export type OnlinePlayerInterfaceEOS_CanCommunicate_Params = {
721
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
722
+ };
723
+
724
+ /**
725
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanCommunicateText
726
+ */
727
+ export type OnlinePlayerInterfaceEOS_CanCommunicateText_Params = {
728
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
729
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
730
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
731
+ };
732
+
733
+ /**
734
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanCommunicateVideo
735
+ */
736
+ export type OnlinePlayerInterfaceEOS_CanCommunicateVideo_Params = {
737
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
738
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
739
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
740
+ };
741
+
742
+ /**
743
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanCommunicateVoice
744
+ */
745
+ export type OnlinePlayerInterfaceEOS_CanCommunicateVoice_Params = {
746
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
747
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
748
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
749
+ };
750
+
751
+ /**
752
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanDownloadUserContent
753
+ */
754
+ export type OnlinePlayerInterfaceEOS_CanDownloadUserContent_Params = {
755
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
756
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
757
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
758
+ };
759
+
760
+ /**
761
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanPlayOnline
762
+ */
763
+ export type OnlinePlayerInterfaceEOS_CanPlayOnline_Params = {
764
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
765
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
766
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
767
+ };
768
+
769
+ /**
770
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanPlayOnlineChanged
771
+ */
772
+ export type OnlinePlayerInterfaceEOS_CanPlayOnlineChanged_Params = {
773
+ };
774
+
775
+ /**
776
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanPurchaseContent
777
+ */
778
+ export type OnlinePlayerInterfaceEOS_CanPurchaseContent_Params = {
779
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
780
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
781
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
782
+ };
783
+
784
+ /**
785
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanRecordDVRClips
786
+ */
787
+ export type OnlinePlayerInterfaceEOS_CanRecordDVRClips_Params = {
788
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
789
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
790
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
791
+ };
792
+
793
+ /**
794
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanRegisterController
795
+ */
796
+ export type OnlinePlayerInterfaceEOS_CanRegisterController_Params = {
797
+ LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
798
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
799
+ };
800
+
801
+ /**
802
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanShareKinectContent
803
+ */
804
+ export type OnlinePlayerInterfaceEOS_CanShareKinectContent_Params = {
805
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
806
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
807
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
808
+ };
809
+
810
+ /**
811
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanShareUserCreatedContent
812
+ */
813
+ export type OnlinePlayerInterfaceEOS_CanShareUserCreatedContent_Params = {
814
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
815
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
816
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
817
+ };
818
+
819
+ /**
820
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanShareWithSocialNetwork
821
+ */
822
+ export type OnlinePlayerInterfaceEOS_CanShareWithSocialNetwork_Params = {
823
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
824
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
825
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
826
+ };
827
+
828
+ /**
829
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanShowPresenceInformation
830
+ */
831
+ export type OnlinePlayerInterfaceEOS_CanShowPresenceInformation_Params = {
832
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
833
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
834
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
835
+ };
836
+
837
+ /**
838
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanUploadFitnessData
839
+ */
840
+ export type OnlinePlayerInterfaceEOS_CanUploadFitnessData_Params = {
841
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
842
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
843
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
844
+ };
845
+
846
+ /**
847
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanUseCloudStorage
848
+ */
849
+ export type OnlinePlayerInterfaceEOS_CanUseCloudStorage_Params = {
850
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
851
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
852
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
853
+ };
854
+
855
+ /**
856
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CanViewPlayerProfiles
857
+ */
858
+ export type OnlinePlayerInterfaceEOS_CanViewPlayerProfiles_Params = {
859
+ bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
860
+ Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
861
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
862
+ };
863
+
864
+ /**
865
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.CheckParentalControlInfo
866
+ */
867
+ export type OnlinePlayerInterfaceEOS_CheckParentalControlInfo_Params = {
868
+ bShowUi: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
869
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
870
+ };
871
+
872
+ /**
873
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearAcceptFriendInviteCompleteDelegate
874
+ */
875
+ export type OnlinePlayerInterfaceEOS_ClearAcceptFriendInviteCompleteDelegate_Params = {
876
+ FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
877
+ };
878
+
879
+ /**
880
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearAddFriendByNameCompleteDelegate
881
+ */
882
+ export type OnlinePlayerInterfaceEOS_ClearAddFriendByNameCompleteDelegate_Params = {
883
+ FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
884
+ };
885
+
886
+ /**
887
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearAddFriendCompleteDelegate
888
+ */
889
+ export type OnlinePlayerInterfaceEOS_ClearAddFriendCompleteDelegate_Params = {
890
+ FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
891
+ };
892
+
893
+ /**
894
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearAvatarChangeDelegate
895
+ */
896
+ export type OnlinePlayerInterfaceEOS_ClearAvatarChangeDelegate_Params = {
897
+ AvatarDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
898
+ };
899
+
900
+ /**
901
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearCrossTitleProfileSettings
902
+ */
903
+ export type OnlinePlayerInterfaceEOS_ClearCrossTitleProfileSettings_Params = {
904
+ TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
905
+ };
906
+
907
+ /**
908
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearDenyFriendInviteCompleteDelegate
909
+ */
910
+ export type OnlinePlayerInterfaceEOS_ClearDenyFriendInviteCompleteDelegate_Params = {
911
+ FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
912
+ };
913
+
914
+ /**
915
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearDeviceSelectionDoneDelegate
916
+ */
917
+ export type OnlinePlayerInterfaceEOS_ClearDeviceSelectionDoneDelegate_Params = {
918
+ DeviceDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
919
+ };
920
+
921
+ /**
922
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearFriendInviteCanceledDelegate
923
+ */
924
+ export type OnlinePlayerInterfaceEOS_ClearFriendInviteCanceledDelegate_Params = {
925
+ InviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
926
+ };
927
+
928
+ /**
929
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearFriendInviteReceivedDelegate
930
+ */
931
+ export type OnlinePlayerInterfaceEOS_ClearFriendInviteReceivedDelegate_Params = {
932
+ InviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
933
+ };
934
+
935
+ /**
936
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearFriendMessageReceivedDelegate
937
+ */
938
+ export type OnlinePlayerInterfaceEOS_ClearFriendMessageReceivedDelegate_Params = {
939
+ MessageDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
940
+ };
941
+
942
+ /**
943
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearFriendPresenceChangeDelegate
944
+ */
945
+ export type OnlinePlayerInterfaceEOS_ClearFriendPresenceChangeDelegate_Params = {
946
+ PresenceDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
947
+ };
948
+
949
+ /**
950
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearFriendsChangeDelegate
951
+ */
952
+ export type OnlinePlayerInterfaceEOS_ClearFriendsChangeDelegate_Params = {
953
+ FriendsDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
954
+ RemoveIndex: number; // 0x0020 (0x0004) [int32]
955
+ };
956
+
957
+ /**
958
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearInputAPIChangedDelegate
959
+ */
960
+ export type OnlinePlayerInterfaceEOS_ClearInputAPIChangedDelegate_Params = {
961
+ InputAPIChangedDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
962
+ };
963
+
964
+ /**
965
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearJoinFriendGameCompleteDelegate
966
+ */
967
+ export type OnlinePlayerInterfaceEOS_ClearJoinFriendGameCompleteDelegate_Params = {
968
+ JoinFriendGameCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
969
+ RemoveIndex: number; // 0x0018 (0x0004) [int32]
970
+ };
971
+
972
+ /**
973
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearKeyboardInputDoneDelegate
974
+ */
975
+ export type OnlinePlayerInterfaceEOS_ClearKeyboardInputDoneDelegate_Params = {
976
+ InputDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
977
+ };
978
+
979
+ /**
980
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearLoginCancelledDelegate
981
+ */
982
+ export type OnlinePlayerInterfaceEOS_ClearLoginCancelledDelegate_Params = {
983
+ CancelledDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
984
+ RemoveIndex: number; // 0x0018 (0x0004) [int32]
985
+ };
986
+
987
+ /**
988
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearLoginChangeDelegate
989
+ */
990
+ export type OnlinePlayerInterfaceEOS_ClearLoginChangeDelegate_Params = {
991
+ LoginDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
992
+ };
993
+
994
+ /**
995
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearLoginFailedDelegate
996
+ */
997
+ export type OnlinePlayerInterfaceEOS_ClearLoginFailedDelegate_Params = {
998
+ LoginFailedDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
999
+ };
1000
+
1001
+ /**
1002
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearLoginStatusChangeDelegate
1003
+ */
1004
+ export type OnlinePlayerInterfaceEOS_ClearLoginStatusChangeDelegate_Params = {
1005
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
1006
+ };
1007
+
1008
+ /**
1009
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearLogoutCompletedDelegate
1010
+ */
1011
+ export type OnlinePlayerInterfaceEOS_ClearLogoutCompletedDelegate_Params = {
1012
+ LogoutDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1013
+ RemoveIndex: number; // 0x0020 (0x0004) [int32]
1014
+ };
1015
+
1016
+ /**
1017
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearMutingChangeDelegate
1018
+ */
1019
+ export type OnlinePlayerInterfaceEOS_ClearMutingChangeDelegate_Params = {
1020
+ MutingDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
1021
+ RemoveIndex: number; // 0x0018 (0x0004) [int32]
1022
+ };
1023
+
1024
+ /**
1025
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearProfileDataChangedDelegate
1026
+ */
1027
+ export type OnlinePlayerInterfaceEOS_ClearProfileDataChangedDelegate_Params = {
1028
+ ProfileDataChangedDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1029
+ };
1030
+
1031
+ /**
1032
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearQueryUserByDisplayNameCompleteDelegate
1033
+ */
1034
+ export type OnlinePlayerInterfaceEOS_ClearQueryUserByDisplayNameCompleteDelegate_Params = {
1035
+ QueryDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1036
+ };
1037
+
1038
+ /**
1039
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearReadAchievementsCompleteDelegate
1040
+ */
1041
+ export type OnlinePlayerInterfaceEOS_ClearReadAchievementsCompleteDelegate_Params = {
1042
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1043
+ };
1044
+
1045
+ /**
1046
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearReadCrossTitleProfileSettingsCompleteDelegate
1047
+ */
1048
+ export type OnlinePlayerInterfaceEOS_ClearReadCrossTitleProfileSettingsCompleteDelegate_Params = {
1049
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1050
+ };
1051
+
1052
+ /**
1053
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearReadFriendsCompleteDelegate
1054
+ */
1055
+ export type OnlinePlayerInterfaceEOS_ClearReadFriendsCompleteDelegate_Params = {
1056
+ ReadFriendsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1057
+ RemoveIndex: number; // 0x0020 (0x0004) [int32]
1058
+ };
1059
+
1060
+ /**
1061
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearReadPlayerStorageCompleteDelegate
1062
+ */
1063
+ export type OnlinePlayerInterfaceEOS_ClearReadPlayerStorageCompleteDelegate_Params = {
1064
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1065
+ };
1066
+
1067
+ /**
1068
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearReadPlayerStorageForNetIdCompleteDelegate
1069
+ */
1070
+ export type OnlinePlayerInterfaceEOS_ClearReadPlayerStorageForNetIdCompleteDelegate_Params = {
1071
+ InDelegate: FScriptDelegate; // 0x0048 (0x0018) [FScriptDelegate] [CPF_Parm]
1072
+ };
1073
+
1074
+ /**
1075
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearReadProfileSettingsCompleteDelegate
1076
+ */
1077
+ export type OnlinePlayerInterfaceEOS_ClearReadProfileSettingsCompleteDelegate_Params = {
1078
+ ReadProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1079
+ RemoveIndex: number; // 0x0020 (0x0004) [int32]
1080
+ };
1081
+
1082
+ /**
1083
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearReceivedGameInviteDelegate
1084
+ */
1085
+ export type OnlinePlayerInterfaceEOS_ClearReceivedGameInviteDelegate_Params = {
1086
+ ReceivedGameInviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1087
+ RemoveIndex: number; // 0x0020 (0x0004) [int32]
1088
+ };
1089
+
1090
+ /**
1091
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearRegisteredControllerDelegate
1092
+ */
1093
+ export type OnlinePlayerInterfaceEOS_ClearRegisteredControllerDelegate_Params = {
1094
+ RegisteredControllerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
1095
+ };
1096
+
1097
+ /**
1098
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearRemoveFriendCompleteDelegate
1099
+ */
1100
+ export type OnlinePlayerInterfaceEOS_ClearRemoveFriendCompleteDelegate_Params = {
1101
+ RemoveFriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1102
+ };
1103
+
1104
+ /**
1105
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearSaveDataNoSpaceDialogCompleteDelegate
1106
+ */
1107
+ export type OnlinePlayerInterfaceEOS_ClearSaveDataNoSpaceDialogCompleteDelegate_Params = {
1108
+ DeviceDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
1109
+ };
1110
+
1111
+ /**
1112
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearUnlockAchievementCompleteDelegate
1113
+ */
1114
+ export type OnlinePlayerInterfaceEOS_ClearUnlockAchievementCompleteDelegate_Params = {
1115
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1116
+ };
1117
+
1118
+ /**
1119
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearUnregisteredControllerDelegate
1120
+ */
1121
+ export type OnlinePlayerInterfaceEOS_ClearUnregisteredControllerDelegate_Params = {
1122
+ UnregisteredControllerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
1123
+ };
1124
+
1125
+ /**
1126
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearUserSignInCompleteDelegate
1127
+ */
1128
+ export type OnlinePlayerInterfaceEOS_ClearUserSignInCompleteDelegate_Params = {
1129
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
1130
+ };
1131
+
1132
+ /**
1133
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearUserSwitchCompleteDelegate
1134
+ */
1135
+ export type OnlinePlayerInterfaceEOS_ClearUserSwitchCompleteDelegate_Params = {
1136
+ UserSwitchCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
1137
+ };
1138
+
1139
+ /**
1140
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearWritePlayerStorageCompleteDelegate
1141
+ */
1142
+ export type OnlinePlayerInterfaceEOS_ClearWritePlayerStorageCompleteDelegate_Params = {
1143
+ InDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1144
+ };
1145
+
1146
+ /**
1147
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ClearWriteProfileSettingsCompleteDelegate
1148
+ */
1149
+ export type OnlinePlayerInterfaceEOS_ClearWriteProfileSettingsCompleteDelegate_Params = {
1150
+ WriteProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1151
+ RemoveIndex: number; // 0x0020 (0x0004) [int32]
1152
+ };
1153
+
1154
+ /**
1155
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ConnectLogin
1156
+ */
1157
+ export type OnlinePlayerInterfaceEOS_ConnectLogin_Params = {
1158
+ LocalUserNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1159
+ };
1160
+
1161
+ /**
1162
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.DeleteMessage
1163
+ */
1164
+ export type OnlinePlayerInterfaceEOS_DeleteMessage_Params = {
1165
+ MessageIndex: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1166
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1167
+ };
1168
+
1169
+ /**
1170
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.DenyFriendInvite
1171
+ */
1172
+ export type OnlinePlayerInterfaceEOS_DenyFriendInvite_Params = {
1173
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1174
+ };
1175
+
1176
+ /**
1177
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.EpicIDToPlatformID
1178
+ */
1179
+ export type OnlinePlayerInterfaceEOS_EpicIDToPlatformID_Params = {
1180
+ Callback: FScriptDelegate; // 0x0050 (0x0018) [FScriptDelegate] [CPF_Parm]
1181
+ };
1182
+
1183
+ /**
1184
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.EpicIDToPlatformIDCallback
1185
+ */
1186
+ export type OnlinePlayerInterfaceEOS_EpicIDToPlatformIDCallback_Params = {
1187
+ Error: string; // 0x0048 (0x0010) [FString] [CPF_Parm]
1188
+ };
1189
+
1190
+ /**
1191
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.FriendPresenceChange
1192
+ */
1193
+ export type OnlinePlayerInterfaceEOS_FriendPresenceChange_Params = {
1194
+ };
1195
+
1196
+ /**
1197
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetAchievements
1198
+ */
1199
+ export type OnlinePlayerInterfaceEOS_GetAchievements_Params = {
1200
+ TitleId: number; // 0x0018 (0x0004) [int32] [CPF_Parm]
1201
+ };
1202
+
1203
+ /**
1204
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetActiveDiscDLC
1205
+ */
1206
+ export type OnlinePlayerInterfaceEOS_GetActiveDiscDLC_Params = {
1207
+ };
1208
+
1209
+ /**
1210
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetBlockList
1211
+ */
1212
+ export type OnlinePlayerInterfaceEOS_GetBlockList_Params = {
1213
+ };
1214
+
1215
+ /**
1216
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetConnectedControllerNames
1217
+ */
1218
+ export type OnlinePlayerInterfaceEOS_GetConnectedControllerNames_Params = {
1219
+ };
1220
+
1221
+ /**
1222
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetControllerID
1223
+ */
1224
+ export type OnlinePlayerInterfaceEOS_GetControllerID_Params = {
1225
+ LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1226
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1227
+ };
1228
+
1229
+ /**
1230
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetCrossTitleProfileSettings
1231
+ */
1232
+ export type OnlinePlayerInterfaceEOS_GetCrossTitleProfileSettings_Params = {
1233
+ TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1234
+ };
1235
+
1236
+ /**
1237
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetDeviceSelectionResults
1238
+ */
1239
+ export type OnlinePlayerInterfaceEOS_GetDeviceSelectionResults_Params = {
1240
+ DeviceName: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
1241
+ ReturnValue: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1242
+ };
1243
+
1244
+ /**
1245
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetEpicAccountId
1246
+ */
1247
+ export type OnlinePlayerInterfaceEOS_GetEpicAccountId_Params = {
1248
+ };
1249
+
1250
+ /**
1251
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetFriendMessages
1252
+ */
1253
+ export type OnlinePlayerInterfaceEOS_GetFriendMessages_Params = {
1254
+ };
1255
+
1256
+ /**
1257
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetFriendPresence
1258
+ */
1259
+ export type OnlinePlayerInterfaceEOS_GetFriendPresence_Params = {
1260
+ };
1261
+
1262
+ /**
1263
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetFriendsList
1264
+ */
1265
+ export type OnlinePlayerInterfaceEOS_GetFriendsList_Params = {
1266
+ Count: number; // 0x0018 (0x0004) [int32] [CPF_Parm]
1267
+ StartingAt: number; // 0x001c (0x0004) [int32] [CPF_Parm]
1268
+ };
1269
+
1270
+ /**
1271
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetKeyboardInputResults
1272
+ */
1273
+ export type OnlinePlayerInterfaceEOS_GetKeyboardInputResults_Params = {
1274
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1275
+ };
1276
+
1277
+ /**
1278
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetLoginStatus
1279
+ */
1280
+ export type OnlinePlayerInterfaceEOS_GetLoginStatus_Params = {
1281
+ };
1282
+
1283
+ /**
1284
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetPlayerCountry
1285
+ */
1286
+ export type OnlinePlayerInterfaceEOS_GetPlayerCountry_Params = {
1287
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1288
+ };
1289
+
1290
+ /**
1291
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetPlayerLanguage
1292
+ */
1293
+ export type OnlinePlayerInterfaceEOS_GetPlayerLanguage_Params = {
1294
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1295
+ };
1296
+
1297
+ /**
1298
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetPlayerNickname
1299
+ */
1300
+ export type OnlinePlayerInterfaceEOS_GetPlayerNickname_Params = {
1301
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1302
+ };
1303
+
1304
+ /**
1305
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetPlayerStorage
1306
+ */
1307
+ export type OnlinePlayerInterfaceEOS_GetPlayerStorage_Params = {
1308
+ };
1309
+
1310
+ /**
1311
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetPlayHistoryRegistrationKey
1312
+ */
1313
+ export type OnlinePlayerInterfaceEOS_GetPlayHistoryRegistrationKey_Params = {
1314
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1315
+ };
1316
+
1317
+ /**
1318
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetProfileSettings
1319
+ */
1320
+ export type OnlinePlayerInterfaceEOS_GetProfileSettings_Params = {
1321
+ };
1322
+
1323
+ /**
1324
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetSyncedAchievements
1325
+ */
1326
+ export type OnlinePlayerInterfaceEOS_GetSyncedAchievements_Params = {
1327
+ };
1328
+
1329
+ /**
1330
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.GetUniquePlayerId
1331
+ */
1332
+ export type OnlinePlayerInterfaceEOS_GetUniquePlayerId_Params = {
1333
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1334
+ };
1335
+
1336
+ /**
1337
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.HasFriendsFunctionality
1338
+ */
1339
+ export type OnlinePlayerInterfaceEOS_HasFriendsFunctionality_Params = {
1340
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1341
+ };
1342
+
1343
+ /**
1344
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.HasIncomingFriendInvite
1345
+ */
1346
+ export type OnlinePlayerInterfaceEOS_HasIncomingFriendInvite_Params = {
1347
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1348
+ };
1349
+
1350
+ /**
1351
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.HideKeyboardUI
1352
+ */
1353
+ export type OnlinePlayerInterfaceEOS_HideKeyboardUI_Params = {
1354
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1355
+ };
1356
+
1357
+ /**
1358
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.IsAchievementUnlocked
1359
+ */
1360
+ export type OnlinePlayerInterfaceEOS_IsAchievementUnlocked_Params = {
1361
+ AchievementId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1362
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1363
+ };
1364
+
1365
+ /**
1366
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.IsDeviceValid
1367
+ */
1368
+ export type OnlinePlayerInterfaceEOS_IsDeviceValid_Params = {
1369
+ DeviceID: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1370
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1371
+ };
1372
+
1373
+ /**
1374
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.IsFriend
1375
+ */
1376
+ export type OnlinePlayerInterfaceEOS_IsFriend_Params = {
1377
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1378
+ };
1379
+
1380
+ /**
1381
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.IsGuestLogin
1382
+ */
1383
+ export type OnlinePlayerInterfaceEOS_IsGuestLogin_Params = {
1384
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1385
+ };
1386
+
1387
+ /**
1388
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.IsMuted
1389
+ */
1390
+ export type OnlinePlayerInterfaceEOS_IsMuted_Params = {
1391
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1392
+ };
1393
+
1394
+ /**
1395
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.IsUserSwitchActive
1396
+ */
1397
+ export type OnlinePlayerInterfaceEOS_IsUserSwitchActive_Params = {
1398
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1399
+ };
1400
+
1401
+ /**
1402
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.JoinFriendGame
1403
+ */
1404
+ export type OnlinePlayerInterfaceEOS_JoinFriendGame_Params = {
1405
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1406
+ };
1407
+
1408
+ /**
1409
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.LinkedAccount
1410
+ */
1411
+ export type OnlinePlayerInterfaceEOS_LinkedAccount_Params = {
1412
+ LocalUserNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1413
+ };
1414
+
1415
+ /**
1416
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.Login
1417
+ */
1418
+ export type OnlinePlayerInterfaceEOS_Login_Params = {
1419
+ LoginName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1420
+ Password: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
1421
+ bWantsLocalOnly: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm]
1422
+ ReturnValue: boolean; // 0x002c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1423
+ };
1424
+
1425
+ /**
1426
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.Logout
1427
+ */
1428
+ export type OnlinePlayerInterfaceEOS_Logout_Params = {
1429
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1430
+ };
1431
+
1432
+ /**
1433
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnAcceptFriendInviteComplete
1434
+ */
1435
+ export type OnlinePlayerInterfaceEOS_OnAcceptFriendInviteComplete_Params = {
1436
+ };
1437
+
1438
+ /**
1439
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnAddFriendByNameComplete
1440
+ */
1441
+ export type OnlinePlayerInterfaceEOS_OnAddFriendByNameComplete_Params = {
1442
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1443
+ };
1444
+
1445
+ /**
1446
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnAddFriendComplete
1447
+ */
1448
+ export type OnlinePlayerInterfaceEOS_OnAddFriendComplete_Params = {
1449
+ };
1450
+
1451
+ /**
1452
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnAvatarChange
1453
+ */
1454
+ export type OnlinePlayerInterfaceEOS_OnAvatarChange_Params = {
1455
+ };
1456
+
1457
+ /**
1458
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnBlockListUpdated
1459
+ */
1460
+ export type OnlinePlayerInterfaceEOS_OnBlockListUpdated_Params = {
1461
+ };
1462
+
1463
+ /**
1464
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnDenyFriendInviteComplete
1465
+ */
1466
+ export type OnlinePlayerInterfaceEOS_OnDenyFriendInviteComplete_Params = {
1467
+ };
1468
+
1469
+ /**
1470
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnDeviceSelectionComplete
1471
+ */
1472
+ export type OnlinePlayerInterfaceEOS_OnDeviceSelectionComplete_Params = {
1473
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1474
+ };
1475
+
1476
+ /**
1477
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnFriendInviteAccepted
1478
+ */
1479
+ export type OnlinePlayerInterfaceEOS_OnFriendInviteAccepted_Params = {
1480
+ };
1481
+
1482
+ /**
1483
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnFriendInviteCanceled
1484
+ */
1485
+ export type OnlinePlayerInterfaceEOS_OnFriendInviteCanceled_Params = {
1486
+ };
1487
+
1488
+ /**
1489
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnFriendInviteReceived
1490
+ */
1491
+ export type OnlinePlayerInterfaceEOS_OnFriendInviteReceived_Params = {
1492
+ RequestingNick: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
1493
+ Message: string; // 0x0060 (0x0010) [FString] [CPF_Parm]
1494
+ };
1495
+
1496
+ /**
1497
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnFriendMessageReceived
1498
+ */
1499
+ export type OnlinePlayerInterfaceEOS_OnFriendMessageReceived_Params = {
1500
+ SendingNick: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
1501
+ Message: string; // 0x0060 (0x0010) [FString] [CPF_Parm]
1502
+ };
1503
+
1504
+ /**
1505
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnInputAPIChanged
1506
+ */
1507
+ export type OnlinePlayerInterfaceEOS_OnInputAPIChanged_Params = {
1508
+ };
1509
+
1510
+ /**
1511
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnJoinFriendGameComplete
1512
+ */
1513
+ export type OnlinePlayerInterfaceEOS_OnJoinFriendGameComplete_Params = {
1514
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1515
+ };
1516
+
1517
+ /**
1518
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnKeyboardInputComplete
1519
+ */
1520
+ export type OnlinePlayerInterfaceEOS_OnKeyboardInputComplete_Params = {
1521
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1522
+ };
1523
+
1524
+ /**
1525
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnLocalPlayerRemoved
1526
+ */
1527
+ export type OnlinePlayerInterfaceEOS_OnLocalPlayerRemoved_Params = {
1528
+ LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1529
+ };
1530
+
1531
+ /**
1532
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnLoginChange
1533
+ */
1534
+ export type OnlinePlayerInterfaceEOS_OnLoginChange_Params = {
1535
+ };
1536
+
1537
+ /**
1538
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnLoginFailed
1539
+ */
1540
+ export type OnlinePlayerInterfaceEOS_OnLoginFailed_Params = {
1541
+ };
1542
+
1543
+ /**
1544
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnLoginStatusChange
1545
+ */
1546
+ export type OnlinePlayerInterfaceEOS_OnLoginStatusChange_Params = {
1547
+ };
1548
+
1549
+ /**
1550
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnLogoutCompleted
1551
+ */
1552
+ export type OnlinePlayerInterfaceEOS_OnLogoutCompleted_Params = {
1553
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1554
+ };
1555
+
1556
+ /**
1557
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnPlayerBlocked
1558
+ */
1559
+ export type OnlinePlayerInterfaceEOS_OnPlayerBlocked_Params = {
1560
+ };
1561
+
1562
+ /**
1563
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnPlayerUnblocked
1564
+ */
1565
+ export type OnlinePlayerInterfaceEOS_OnPlayerUnblocked_Params = {
1566
+ };
1567
+
1568
+ /**
1569
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnQueryUserByDisplayName
1570
+ */
1571
+ export type OnlinePlayerInterfaceEOS_OnQueryUserByDisplayName_Params = {
1572
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1573
+ QueriedDisplayName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1574
+ };
1575
+
1576
+ /**
1577
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnReadAchievementsComplete
1578
+ */
1579
+ export type OnlinePlayerInterfaceEOS_OnReadAchievementsComplete_Params = {
1580
+ TitleId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1581
+ };
1582
+
1583
+ /**
1584
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnReadCrossTitleProfileSettingsComplete
1585
+ */
1586
+ export type OnlinePlayerInterfaceEOS_OnReadCrossTitleProfileSettingsComplete_Params = {
1587
+ TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1588
+ bWasSuccessful: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
1589
+ };
1590
+
1591
+ /**
1592
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnReadFriendsComplete
1593
+ */
1594
+ export type OnlinePlayerInterfaceEOS_OnReadFriendsComplete_Params = {
1595
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1596
+ };
1597
+
1598
+ /**
1599
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnReadPlayerStorageComplete
1600
+ */
1601
+ export type OnlinePlayerInterfaceEOS_OnReadPlayerStorageComplete_Params = {
1602
+ bWasSuccessful: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
1603
+ };
1604
+
1605
+ /**
1606
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnReadPlayerStorageForNetIdComplete
1607
+ */
1608
+ export type OnlinePlayerInterfaceEOS_OnReadPlayerStorageForNetIdComplete_Params = {
1609
+ bWasSuccessful: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm]
1610
+ };
1611
+
1612
+ /**
1613
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnReadProfileSettingsComplete
1614
+ */
1615
+ export type OnlinePlayerInterfaceEOS_OnReadProfileSettingsComplete_Params = {
1616
+ bWasSuccessful: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
1617
+ };
1618
+
1619
+ /**
1620
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnReceievedPinGrantCode
1621
+ */
1622
+ export type OnlinePlayerInterfaceEOS_OnReceievedPinGrantCode_Params = {
1623
+ Code: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1624
+ URL: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
1625
+ SecondsUntilExpiration: number; // 0x0028 (0x0004) [int32] [CPF_Parm]
1626
+ };
1627
+
1628
+ /**
1629
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnReceivedGameInvite
1630
+ */
1631
+ export type OnlinePlayerInterfaceEOS_OnReceivedGameInvite_Params = {
1632
+ InviterName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1633
+ };
1634
+
1635
+ /**
1636
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnRegisteredController
1637
+ */
1638
+ export type OnlinePlayerInterfaceEOS_OnRegisteredController_Params = {
1639
+ LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1640
+ ControllerId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1641
+ };
1642
+
1643
+ /**
1644
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnRemoveFriendComplete
1645
+ */
1646
+ export type OnlinePlayerInterfaceEOS_OnRemoveFriendComplete_Params = {
1647
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1648
+ };
1649
+
1650
+ /**
1651
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnRequestNativePlatformAuthTicketComplete
1652
+ */
1653
+ export type OnlinePlayerInterfaceEOS_OnRequestNativePlatformAuthTicketComplete_Params = {
1654
+ LocalUserNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1655
+ PlatformAuthTicket: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1656
+ };
1657
+
1658
+ /**
1659
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnSanitizeStringComplete
1660
+ */
1661
+ export type OnlinePlayerInterfaceEOS_OnSanitizeStringComplete_Params = {
1662
+ };
1663
+
1664
+ /**
1665
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnSaveDataNoSpaceDialogComplete
1666
+ */
1667
+ export type OnlinePlayerInterfaceEOS_OnSaveDataNoSpaceDialogComplete_Params = {
1668
+ bContinueWithoutSave: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1669
+ };
1670
+
1671
+ /**
1672
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnUnlockAchievementComplete
1673
+ */
1674
+ export type OnlinePlayerInterfaceEOS_OnUnlockAchievementComplete_Params = {
1675
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1676
+ };
1677
+
1678
+ /**
1679
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnUnregisteredController
1680
+ */
1681
+ export type OnlinePlayerInterfaceEOS_OnUnregisteredController_Params = {
1682
+ LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1683
+ };
1684
+
1685
+ /**
1686
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnUserSignInComplete
1687
+ */
1688
+ export type OnlinePlayerInterfaceEOS_OnUserSignInComplete_Params = {
1689
+ };
1690
+
1691
+ /**
1692
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnUserSwitchComplete
1693
+ */
1694
+ export type OnlinePlayerInterfaceEOS_OnUserSwitchComplete_Params = {
1695
+ };
1696
+
1697
+ /**
1698
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnWritePlayerStorageComplete
1699
+ */
1700
+ export type OnlinePlayerInterfaceEOS_OnWritePlayerStorageComplete_Params = {
1701
+ bWasSuccessful: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
1702
+ };
1703
+
1704
+ /**
1705
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnWriteProfileSettingsComplete
1706
+ */
1707
+ export type OnlinePlayerInterfaceEOS_OnWriteProfileSettingsComplete_Params = {
1708
+ bWasSuccessful: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
1709
+ };
1710
+
1711
+ /**
1712
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.QueryUserByDisplayName
1713
+ */
1714
+ export type OnlinePlayerInterfaceEOS_QueryUserByDisplayName_Params = {
1715
+ DisplayName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1716
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1717
+ };
1718
+
1719
+ /**
1720
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ReadAchievements
1721
+ */
1722
+ export type OnlinePlayerInterfaceEOS_ReadAchievements_Params = {
1723
+ TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1724
+ bShouldReadText: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
1725
+ bShouldReadImages: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm]
1726
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1727
+ };
1728
+
1729
+ /**
1730
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ReadBlockList
1731
+ */
1732
+ export type OnlinePlayerInterfaceEOS_ReadBlockList_Params = {
1733
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1734
+ };
1735
+
1736
+ /**
1737
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ReadCrossTitleProfileSettings
1738
+ */
1739
+ export type OnlinePlayerInterfaceEOS_ReadCrossTitleProfileSettings_Params = {
1740
+ TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1741
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1742
+ };
1743
+
1744
+ /**
1745
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ReadFriendsList
1746
+ */
1747
+ export type OnlinePlayerInterfaceEOS_ReadFriendsList_Params = {
1748
+ Count: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1749
+ StartingAt: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
1750
+ ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1751
+ };
1752
+
1753
+ /**
1754
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ReadPlayerStorage
1755
+ */
1756
+ export type OnlinePlayerInterfaceEOS_ReadPlayerStorage_Params = {
1757
+ DeviceID: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
1758
+ ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1759
+ };
1760
+
1761
+ /**
1762
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ReadPlayerStorageForNetId
1763
+ */
1764
+ export type OnlinePlayerInterfaceEOS_ReadPlayerStorageForNetId_Params = {
1765
+ ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1766
+ };
1767
+
1768
+ /**
1769
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ReadProfileSettings
1770
+ */
1771
+ export type OnlinePlayerInterfaceEOS_ReadProfileSettings_Params = {
1772
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1773
+ };
1774
+
1775
+ /**
1776
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.RecordPlayersRecentlyMet
1777
+ */
1778
+ export type OnlinePlayerInterfaceEOS_RecordPlayersRecentlyMet_Params = {
1779
+ GameDescription: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
1780
+ ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1781
+ };
1782
+
1783
+ /**
1784
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.RecordPlayersRecentlyMetKeys
1785
+ */
1786
+ export type OnlinePlayerInterfaceEOS_RecordPlayersRecentlyMetKeys_Params = {
1787
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1788
+ };
1789
+
1790
+ /**
1791
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.RegisterController
1792
+ */
1793
+ export type OnlinePlayerInterfaceEOS_RegisterController_Params = {
1794
+ LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1795
+ ControllerId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1796
+ };
1797
+
1798
+ /**
1799
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.RemoveCanPlayOnlineChangedDelegate
1800
+ */
1801
+ export type OnlinePlayerInterfaceEOS_RemoveCanPlayOnlineChangedDelegate_Params = {
1802
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
1803
+ };
1804
+
1805
+ /**
1806
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.RemoveFriend
1807
+ */
1808
+ export type OnlinePlayerInterfaceEOS_RemoveFriend_Params = {
1809
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1810
+ };
1811
+
1812
+ /**
1813
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.RequestNativePlatformAuthTicket
1814
+ */
1815
+ export type OnlinePlayerInterfaceEOS_RequestNativePlatformAuthTicket_Params = {
1816
+ LocalUserNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1817
+ Callback: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
1818
+ };
1819
+
1820
+ /**
1821
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.RequestRestrictedFeatureMessaging
1822
+ */
1823
+ export type OnlinePlayerInterfaceEOS_RequestRestrictedFeatureMessaging_Params = {
1824
+ };
1825
+
1826
+ /**
1827
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SendGameInviteToFriend
1828
+ */
1829
+ export type OnlinePlayerInterfaceEOS_SendGameInviteToFriend_Params = {
1830
+ Text: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
1831
+ ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1832
+ };
1833
+
1834
+ /**
1835
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SendGameInviteToFriends
1836
+ */
1837
+ export type OnlinePlayerInterfaceEOS_SendGameInviteToFriends_Params = {
1838
+ Text: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
1839
+ ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1840
+ };
1841
+
1842
+ /**
1843
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SendMessageToFriend
1844
+ */
1845
+ export type OnlinePlayerInterfaceEOS_SendMessageToFriend_Params = {
1846
+ Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
1847
+ ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1848
+ };
1849
+
1850
+ /**
1851
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SetControllerLayout
1852
+ */
1853
+ export type OnlinePlayerInterfaceEOS_SetControllerLayout_Params = {
1854
+ ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1855
+ LayoutName: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
1856
+ };
1857
+
1858
+ /**
1859
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SetInputAPI
1860
+ */
1861
+ export type OnlinePlayerInterfaceEOS_SetInputAPI_Params = {
1862
+ };
1863
+
1864
+ /**
1865
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SetKickPlayerDialogActive
1866
+ */
1867
+ export type OnlinePlayerInterfaceEOS_SetKickPlayerDialogActive_Params = {
1868
+ Active: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1869
+ };
1870
+
1871
+ /**
1872
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SetKickPreviousUser
1873
+ */
1874
+ export type OnlinePlayerInterfaceEOS_SetKickPreviousUser_Params = {
1875
+ };
1876
+
1877
+ /**
1878
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SetOnlineStatus
1879
+ */
1880
+ export type OnlinePlayerInterfaceEOS_SetOnlineStatus_Params = {
1881
+ StatusId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1882
+ };
1883
+
1884
+ /**
1885
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SetOnlineSubscriptionRequirement
1886
+ */
1887
+ export type OnlinePlayerInterfaceEOS_SetOnlineSubscriptionRequirement_Params = {
1888
+ bRequiresOnlineSubscription: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1889
+ };
1890
+
1891
+ /**
1892
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SetRichPresence
1893
+ */
1894
+ export type OnlinePlayerInterfaceEOS_SetRichPresence_Params = {
1895
+ PresenceString: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1896
+ GameDataString: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
1897
+ };
1898
+
1899
+ /**
1900
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowAchievementsUI
1901
+ */
1902
+ export type OnlinePlayerInterfaceEOS_ShowAchievementsUI_Params = {
1903
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1904
+ };
1905
+
1906
+ /**
1907
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowBindings
1908
+ */
1909
+ export type OnlinePlayerInterfaceEOS_ShowBindings_Params = {
1910
+ ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1911
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1912
+ };
1913
+
1914
+ /**
1915
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowContentMarketplaceUI
1916
+ */
1917
+ export type OnlinePlayerInterfaceEOS_ShowContentMarketplaceUI_Params = {
1918
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1919
+ };
1920
+
1921
+ /**
1922
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowControllerUI
1923
+ */
1924
+ export type OnlinePlayerInterfaceEOS_ShowControllerUI_Params = {
1925
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1926
+ };
1927
+
1928
+ /**
1929
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowCustomMessageUI
1930
+ */
1931
+ export type OnlinePlayerInterfaceEOS_ShowCustomMessageUI_Params = {
1932
+ MessageTitle: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
1933
+ NonEditableMessage: string; // 0x0028 (0x0010) [FString] [CPF_Parm]
1934
+ EditableMessage: string; // 0x0038 (0x0010) [FString] [CPF_Parm]
1935
+ ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1936
+ };
1937
+
1938
+ /**
1939
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowCustomPlayersUI
1940
+ */
1941
+ export type OnlinePlayerInterfaceEOS_ShowCustomPlayersUI_Params = {
1942
+ Title: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
1943
+ Description: string; // 0x0028 (0x0010) [FString] [CPF_Parm]
1944
+ ReturnValue: boolean; // 0x0038 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1945
+ };
1946
+
1947
+ /**
1948
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowDeviceSelectionUI
1949
+ */
1950
+ export type OnlinePlayerInterfaceEOS_ShowDeviceSelectionUI_Params = {
1951
+ SizeNeeded: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1952
+ bForceShowUI: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
1953
+ ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1954
+ };
1955
+
1956
+ /**
1957
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowFeedbackUI
1958
+ */
1959
+ export type OnlinePlayerInterfaceEOS_ShowFeedbackUI_Params = {
1960
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1961
+ };
1962
+
1963
+ /**
1964
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowFriendsInviteUI
1965
+ */
1966
+ export type OnlinePlayerInterfaceEOS_ShowFriendsInviteUI_Params = {
1967
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1968
+ };
1969
+
1970
+ /**
1971
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowFriendsUI
1972
+ */
1973
+ export type OnlinePlayerInterfaceEOS_ShowFriendsUI_Params = {
1974
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1975
+ };
1976
+
1977
+ /**
1978
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowGamerCardUI
1979
+ */
1980
+ export type OnlinePlayerInterfaceEOS_ShowGamerCardUI_Params = {
1981
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1982
+ };
1983
+
1984
+ /**
1985
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowInviteUI
1986
+ */
1987
+ export type OnlinePlayerInterfaceEOS_ShowInviteUI_Params = {
1988
+ InviteText: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1989
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1990
+ };
1991
+
1992
+ /**
1993
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowKeyboardUI
1994
+ */
1995
+ export type OnlinePlayerInterfaceEOS_ShowKeyboardUI_Params = {
1996
+ TitleText: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
1997
+ DescriptionText: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
1998
+ bIsPassword: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm]
1999
+ bShouldValidate: boolean; // 0x002c (0x0004) [bool : 0x1] [CPF_Parm]
2000
+ DefaultText: string; // 0x0030 (0x0010) [FString] [CPF_Parm]
2001
+ MaxResultLength: number; // 0x0040 (0x0004) [int32] [CPF_Parm]
2002
+ ReturnValue: boolean; // 0x0044 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2003
+ };
2004
+
2005
+ /**
2006
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowLoginUI
2007
+ */
2008
+ export type OnlinePlayerInterfaceEOS_ShowLoginUI_Params = {
2009
+ bShowOnlineOnly: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
2010
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2011
+ };
2012
+
2013
+ /**
2014
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowLoginUIForOrphanedUser
2015
+ */
2016
+ export type OnlinePlayerInterfaceEOS_ShowLoginUIForOrphanedUser_Params = {
2017
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2018
+ };
2019
+
2020
+ /**
2021
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowMessagesUI
2022
+ */
2023
+ export type OnlinePlayerInterfaceEOS_ShowMessagesUI_Params = {
2024
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2025
+ };
2026
+
2027
+ /**
2028
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.ShowPlayersUI
2029
+ */
2030
+ export type OnlinePlayerInterfaceEOS_ShowPlayersUI_Params = {
2031
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2032
+ };
2033
+
2034
+ /**
2035
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.SupportInGameLogin
2036
+ */
2037
+ export type OnlinePlayerInterfaceEOS_SupportInGameLogin_Params = {
2038
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2039
+ };
2040
+
2041
+ /**
2042
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.UnlockAchievement
2043
+ */
2044
+ export type OnlinePlayerInterfaceEOS_UnlockAchievement_Params = {
2045
+ AchievementId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2046
+ PercentComplete: number; // 0x0008 (0x0004) [float] [CPF_Parm]
2047
+ ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2048
+ };
2049
+
2050
+ /**
2051
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.UnlockGamerPicture
2052
+ */
2053
+ export type OnlinePlayerInterfaceEOS_UnlockGamerPicture_Params = {
2054
+ PictureId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2055
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2056
+ };
2057
+
2058
+ /**
2059
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.UnregisterController
2060
+ */
2061
+ export type OnlinePlayerInterfaceEOS_UnregisterController_Params = {
2062
+ LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2063
+ };
2064
+
2065
+ /**
2066
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.UpdateStat
2067
+ */
2068
+ export type OnlinePlayerInterfaceEOS_UpdateStat_Params = {
2069
+ StatName: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
2070
+ Points: number; // 0x000c (0x0004) [int32] [CPF_Parm]
2071
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2072
+ };
2073
+
2074
+ /**
2075
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.WordFilterSanitizeString
2076
+ */
2077
+ export type OnlinePlayerInterfaceEOS_WordFilterSanitizeString_Params = {
2078
+ Comment: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2079
+ SanitizeDelegate: FScriptDelegate; // 0x0010 (0x0018) [FScriptDelegate] [CPF_Parm]
2080
+ ReturnValue: boolean; // 0x0070 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2081
+ };
2082
+
2083
+ /**
2084
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.WritePlayerStorage
2085
+ */
2086
+ export type OnlinePlayerInterfaceEOS_WritePlayerStorage_Params = {
2087
+ DeviceID: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
2088
+ ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2089
+ };
2090
+
2091
+ /**
2092
+ * Function OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.WriteProfileSettings
2093
+ */
2094
+ export type OnlinePlayerInterfaceEOS_WriteProfileSettings_Params = {
2095
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2096
+ };
2097
+
2098
+ /**
2099
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.AddFlushOnlineStatsCompleteDelegate
2100
+ */
2101
+ export type OnlineStatsInterfaceEOS_AddFlushOnlineStatsCompleteDelegate_Params = {
2102
+ FlushOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2103
+ };
2104
+
2105
+ /**
2106
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.AddReadOnlineStatsCompleteDelegate
2107
+ */
2108
+ export type OnlineStatsInterfaceEOS_AddReadOnlineStatsCompleteDelegate_Params = {
2109
+ ReadOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2110
+ };
2111
+
2112
+ /**
2113
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.AddRegisterHostStatGuidCompleteDelegate
2114
+ */
2115
+ export type OnlineStatsInterfaceEOS_AddRegisterHostStatGuidCompleteDelegate_Params = {
2116
+ RegisterHostStatGuidCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2117
+ };
2118
+
2119
+ /**
2120
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.ClearFlushOnlineStatsCompleteDelegate
2121
+ */
2122
+ export type OnlineStatsInterfaceEOS_ClearFlushOnlineStatsCompleteDelegate_Params = {
2123
+ FlushOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2124
+ };
2125
+
2126
+ /**
2127
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.ClearReadOnlineStatsCompleteDelegate
2128
+ */
2129
+ export type OnlineStatsInterfaceEOS_ClearReadOnlineStatsCompleteDelegate_Params = {
2130
+ ReadOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2131
+ RemoveIndex: number; // 0x0018 (0x0004) [int32]
2132
+ };
2133
+
2134
+ /**
2135
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.ClearRegisterHostStatGuidCompleteDelegateDelegate
2136
+ */
2137
+ export type OnlineStatsInterfaceEOS_ClearRegisterHostStatGuidCompleteDelegateDelegate_Params = {
2138
+ RegisterHostStatGuidCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2139
+ };
2140
+
2141
+ /**
2142
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.FlushOnlineStats
2143
+ */
2144
+ export type OnlineStatsInterfaceEOS_FlushOnlineStats_Params = {
2145
+ SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2146
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2147
+ };
2148
+
2149
+ /**
2150
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.FreeStats
2151
+ */
2152
+ export type OnlineStatsInterfaceEOS_FreeStats_Params = {
2153
+ };
2154
+
2155
+ /**
2156
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.GetClientStatGuid
2157
+ */
2158
+ export type OnlineStatsInterfaceEOS_GetClientStatGuid_Params = {
2159
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2160
+ };
2161
+
2162
+ /**
2163
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.GetHostStatGuid
2164
+ */
2165
+ export type OnlineStatsInterfaceEOS_GetHostStatGuid_Params = {
2166
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2167
+ };
2168
+
2169
+ /**
2170
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.OnFlushOnlineStatsComplete
2171
+ */
2172
+ export type OnlineStatsInterfaceEOS_OnFlushOnlineStatsComplete_Params = {
2173
+ SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2174
+ bWasSuccessful: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
2175
+ };
2176
+
2177
+ /**
2178
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.OnReadOnlineStatsComplete
2179
+ */
2180
+ export type OnlineStatsInterfaceEOS_OnReadOnlineStatsComplete_Params = {
2181
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2182
+ };
2183
+
2184
+ /**
2185
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.OnRegisterHostStatGuidComplete
2186
+ */
2187
+ export type OnlineStatsInterfaceEOS_OnRegisterHostStatGuidComplete_Params = {
2188
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2189
+ };
2190
+
2191
+ /**
2192
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.ReadOnlineStats
2193
+ */
2194
+ export type OnlineStatsInterfaceEOS_ReadOnlineStats_Params = {
2195
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2196
+ };
2197
+
2198
+ /**
2199
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.ReadOnlineStatsByRank
2200
+ */
2201
+ export type OnlineStatsInterfaceEOS_ReadOnlineStatsByRank_Params = {
2202
+ StartIndex: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
2203
+ NumToRead: number; // 0x0014 (0x0004) [int32] [CPF_Parm]
2204
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2205
+ };
2206
+
2207
+ /**
2208
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.ReadOnlineStatsByRankAroundPlayer
2209
+ */
2210
+ export type OnlineStatsInterfaceEOS_ReadOnlineStatsByRankAroundPlayer_Params = {
2211
+ NumRows: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
2212
+ ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2213
+ };
2214
+
2215
+ /**
2216
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.ReadOnlineStatsForFriends
2217
+ */
2218
+ export type OnlineStatsInterfaceEOS_ReadOnlineStatsForFriends_Params = {
2219
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2220
+ };
2221
+
2222
+ /**
2223
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.RegisterHostStatGuid
2224
+ */
2225
+ export type OnlineStatsInterfaceEOS_RegisterHostStatGuid_Params = {
2226
+ HostStatGuid: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
2227
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2228
+ };
2229
+
2230
+ /**
2231
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.RegisterStatGuid
2232
+ */
2233
+ export type OnlineStatsInterfaceEOS_RegisterStatGuid_Params = {
2234
+ ClientStatGuid: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
2235
+ ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2236
+ };
2237
+
2238
+ /**
2239
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.WriteOnlinePlayerScores
2240
+ */
2241
+ export type OnlineStatsInterfaceEOS_WriteOnlinePlayerScores_Params = {
2242
+ SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2243
+ LeaderboardId: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
2244
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2245
+ };
2246
+
2247
+ /**
2248
+ * Function OnlineSubsystemEOS.OnlineStatsInterfaceEOS.WriteOnlineStats
2249
+ */
2250
+ export type OnlineStatsInterfaceEOS_WriteOnlineStats_Params = {
2251
+ SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2252
+ ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2253
+ };
2254
+
2255
+ /**
2256
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddCaptureAvailabilityChangeDelegate
2257
+ */
2258
+ export type OnlineSubsystemEOS_AddCaptureAvailabilityChangeDelegate_Params = {
2259
+ CaptureAvailabilityDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2260
+ };
2261
+
2262
+ /**
2263
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddCloseKickPlayerDialogDelegate
2264
+ */
2265
+ export type OnlineSubsystemEOS_AddCloseKickPlayerDialogDelegate_Params = {
2266
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2267
+ };
2268
+
2269
+ /**
2270
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddCommerceDialogClosedDelegate
2271
+ */
2272
+ export type OnlineSubsystemEOS_AddCommerceDialogClosedDelegate_Params = {
2273
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2274
+ };
2275
+
2276
+ /**
2277
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddConnectionStatusChangeDelegate
2278
+ */
2279
+ export type OnlineSubsystemEOS_AddConnectionStatusChangeDelegate_Params = {
2280
+ ConnectionStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2281
+ };
2282
+
2283
+ /**
2284
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddControllerChangeDelegate
2285
+ */
2286
+ export type OnlineSubsystemEOS_AddControllerChangeDelegate_Params = {
2287
+ ControllerChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2288
+ };
2289
+
2290
+ /**
2291
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddCreateOnlineAccountCompletedDelegate
2292
+ */
2293
+ export type OnlineSubsystemEOS_AddCreateOnlineAccountCompletedDelegate_Params = {
2294
+ AccountCreateDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2295
+ };
2296
+
2297
+ /**
2298
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddErrorDialogClosedDelegate
2299
+ */
2300
+ export type OnlineSubsystemEOS_AddErrorDialogClosedDelegate_Params = {
2301
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2302
+ };
2303
+
2304
+ /**
2305
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddExternalUIChangeDelegate
2306
+ */
2307
+ export type OnlineSubsystemEOS_AddExternalUIChangeDelegate_Params = {
2308
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2309
+ };
2310
+
2311
+ /**
2312
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddLinkStatusChangeDelegate
2313
+ */
2314
+ export type OnlineSubsystemEOS_AddLinkStatusChangeDelegate_Params = {
2315
+ LinkStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2316
+ };
2317
+
2318
+ /**
2319
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddMicroTxnResponseDelegate
2320
+ */
2321
+ export type OnlineSubsystemEOS_AddMicroTxnResponseDelegate_Params = {
2322
+ ResponseMicroTxnDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2323
+ };
2324
+
2325
+ /**
2326
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddPlayerSigningOutDelegate
2327
+ */
2328
+ export type OnlineSubsystemEOS_AddPlayerSigningOutDelegate_Params = {
2329
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2330
+ };
2331
+
2332
+ /**
2333
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddPlayerTalkingDelegate
2334
+ */
2335
+ export type OnlineSubsystemEOS_AddPlayerTalkingDelegate_Params = {
2336
+ TalkerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2337
+ };
2338
+
2339
+ /**
2340
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddReadOnlineStatsCompleteDelegate
2341
+ */
2342
+ export type OnlineSubsystemEOS_AddReadOnlineStatsCompleteDelegate_Params = {
2343
+ ReadOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2344
+ };
2345
+
2346
+ /**
2347
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddRecognitionCompleteDelegate
2348
+ */
2349
+ export type OnlineSubsystemEOS_AddRecognitionCompleteDelegate_Params = {
2350
+ RecognitionDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
2351
+ };
2352
+
2353
+ /**
2354
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddRegisterHostStatGuidCompleteDelegate
2355
+ */
2356
+ export type OnlineSubsystemEOS_AddRegisterHostStatGuidCompleteDelegate_Params = {
2357
+ RegisterHostStatGuidCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2358
+ };
2359
+
2360
+ /**
2361
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddStorageDeviceChangeDelegate
2362
+ */
2363
+ export type OnlineSubsystemEOS_AddStorageDeviceChangeDelegate_Params = {
2364
+ StorageDeviceChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2365
+ };
2366
+
2367
+ /**
2368
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddUnlockedDLCChangeDelegate
2369
+ */
2370
+ export type OnlineSubsystemEOS_AddUnlockedDLCChangeDelegate_Params = {
2371
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2372
+ };
2373
+
2374
+ /**
2375
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddUserOrphanedDelegate
2376
+ */
2377
+ export type OnlineSubsystemEOS_AddUserOrphanedDelegate_Params = {
2378
+ UserOrphanedDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2379
+ };
2380
+
2381
+ /**
2382
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AddUserRestoredDelegate
2383
+ */
2384
+ export type OnlineSubsystemEOS_AddUserRestoredDelegate_Params = {
2385
+ UserRestoredDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2386
+ };
2387
+
2388
+ /**
2389
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.AnyPlayerChatRestricted
2390
+ */
2391
+ export type OnlineSubsystemEOS_AnyPlayerChatRestricted_Params = {
2392
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2393
+ };
2394
+
2395
+ /**
2396
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearCaptureAvailabilityChangeDelegate
2397
+ */
2398
+ export type OnlineSubsystemEOS_ClearCaptureAvailabilityChangeDelegate_Params = {
2399
+ CaptureAvailabilityDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2400
+ };
2401
+
2402
+ /**
2403
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearCloseKickPlayerDialogDelegate
2404
+ */
2405
+ export type OnlineSubsystemEOS_ClearCloseKickPlayerDialogDelegate_Params = {
2406
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2407
+ };
2408
+
2409
+ /**
2410
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearCommerceDialogClosedDelegate
2411
+ */
2412
+ export type OnlineSubsystemEOS_ClearCommerceDialogClosedDelegate_Params = {
2413
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2414
+ };
2415
+
2416
+ /**
2417
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearConnectionStatusChangeDelegate
2418
+ */
2419
+ export type OnlineSubsystemEOS_ClearConnectionStatusChangeDelegate_Params = {
2420
+ ConnectionStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2421
+ };
2422
+
2423
+ /**
2424
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearControllerChangeDelegate
2425
+ */
2426
+ export type OnlineSubsystemEOS_ClearControllerChangeDelegate_Params = {
2427
+ ControllerChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2428
+ };
2429
+
2430
+ /**
2431
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearCreateOnlineAccountCompletedDelegate
2432
+ */
2433
+ export type OnlineSubsystemEOS_ClearCreateOnlineAccountCompletedDelegate_Params = {
2434
+ AccountCreateDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2435
+ };
2436
+
2437
+ /**
2438
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearErrorDialogClosedDelegate
2439
+ */
2440
+ export type OnlineSubsystemEOS_ClearErrorDialogClosedDelegate_Params = {
2441
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2442
+ };
2443
+
2444
+ /**
2445
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearExternalUIChangeDelegate
2446
+ */
2447
+ export type OnlineSubsystemEOS_ClearExternalUIChangeDelegate_Params = {
2448
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2449
+ RemoveIndex: number; // 0x0018 (0x0004) [int32]
2450
+ };
2451
+
2452
+ /**
2453
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearLinkStatusChangeDelegate
2454
+ */
2455
+ export type OnlineSubsystemEOS_ClearLinkStatusChangeDelegate_Params = {
2456
+ LinkStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2457
+ };
2458
+
2459
+ /**
2460
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearMicroTxnResponseDelegate
2461
+ */
2462
+ export type OnlineSubsystemEOS_ClearMicroTxnResponseDelegate_Params = {
2463
+ ResponseMicroTxnDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2464
+ };
2465
+
2466
+ /**
2467
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearPlayerSigningOutDelegate
2468
+ */
2469
+ export type OnlineSubsystemEOS_ClearPlayerSigningOutDelegate_Params = {
2470
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2471
+ };
2472
+
2473
+ /**
2474
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearPlayerTalkingDelegate
2475
+ */
2476
+ export type OnlineSubsystemEOS_ClearPlayerTalkingDelegate_Params = {
2477
+ TalkerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2478
+ };
2479
+
2480
+ /**
2481
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearReadOnlineStatsCompleteDelegate
2482
+ */
2483
+ export type OnlineSubsystemEOS_ClearReadOnlineStatsCompleteDelegate_Params = {
2484
+ ReadOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2485
+ };
2486
+
2487
+ /**
2488
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearRecognitionCompleteDelegate
2489
+ */
2490
+ export type OnlineSubsystemEOS_ClearRecognitionCompleteDelegate_Params = {
2491
+ RecognitionDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
2492
+ RemoveIndex: number; // 0x0020 (0x0004) [int32]
2493
+ };
2494
+
2495
+ /**
2496
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearRegisterHostStatGuidCompleteDelegateDelegate
2497
+ */
2498
+ export type OnlineSubsystemEOS_ClearRegisterHostStatGuidCompleteDelegateDelegate_Params = {
2499
+ RegisterHostStatGuidCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2500
+ };
2501
+
2502
+ /**
2503
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearStorageDeviceChangeDelegate
2504
+ */
2505
+ export type OnlineSubsystemEOS_ClearStorageDeviceChangeDelegate_Params = {
2506
+ StorageDeviceChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2507
+ };
2508
+
2509
+ /**
2510
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearUnlockedDLCChangeDelegate
2511
+ */
2512
+ export type OnlineSubsystemEOS_ClearUnlockedDLCChangeDelegate_Params = {
2513
+ InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2514
+ };
2515
+
2516
+ /**
2517
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearUserOrphanedDelegate
2518
+ */
2519
+ export type OnlineSubsystemEOS_ClearUserOrphanedDelegate_Params = {
2520
+ UserOrphanedDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2521
+ };
2522
+
2523
+ /**
2524
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ClearUserRestoredDelegate
2525
+ */
2526
+ export type OnlineSubsystemEOS_ClearUserRestoredDelegate_Params = {
2527
+ UserRestoredDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
2528
+ };
2529
+
2530
+ /**
2531
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.CreateLocalAccount
2532
+ */
2533
+ export type OnlineSubsystemEOS_CreateLocalAccount_Params = {
2534
+ Username: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2535
+ Password: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
2536
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2537
+ };
2538
+
2539
+ /**
2540
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.CreateOnlineAccount
2541
+ */
2542
+ export type OnlineSubsystemEOS_CreateOnlineAccount_Params = {
2543
+ Username: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2544
+ Password: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
2545
+ EmailAddress: string; // 0x0020 (0x0010) [FString] [CPF_Parm]
2546
+ ProductKey: string; // 0x0030 (0x0010) [FString] [CPF_Parm]
2547
+ ReturnValue: boolean; // 0x0040 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2548
+ };
2549
+
2550
+ /**
2551
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.DeleteLocalAccount
2552
+ */
2553
+ export type OnlineSubsystemEOS_DeleteLocalAccount_Params = {
2554
+ Username: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2555
+ Password: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
2556
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2557
+ };
2558
+
2559
+ /**
2560
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.EventCryptoKeyCreated
2561
+ */
2562
+ export type OnlineSubsystemEOS_EventCryptoKeyCreated_Params = {
2563
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2564
+ PublicKey: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
2565
+ };
2566
+
2567
+ /**
2568
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.EventGetAppPriceInfoComplete
2569
+ */
2570
+ export type OnlineSubsystemEOS_EventGetAppPriceInfoComplete_Params = {
2571
+ AppName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2572
+ Price: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
2573
+ DiscountPrice: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
2574
+ DiscountPercentage: number; // 0x0028 (0x0004) [int32] [CPF_Parm]
2575
+ };
2576
+
2577
+ /**
2578
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.EventTextMessageSigned
2579
+ */
2580
+ export type OnlineSubsystemEOS_EventTextMessageSigned_Params = {
2581
+ Signature: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2582
+ RequestID: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
2583
+ };
2584
+
2585
+ /**
2586
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.EventTextMessageValidated
2587
+ */
2588
+ export type OnlineSubsystemEOS_EventTextMessageValidated_Params = {
2589
+ bMessageValid: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2590
+ RequestID: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2591
+ };
2592
+
2593
+ /**
2594
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.FormatCurrency
2595
+ */
2596
+ export type OnlineSubsystemEOS_FormatCurrency_Params = {
2597
+ Currency: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2598
+ Price: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
2599
+ ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2600
+ formattedPrice: string; // 0x0028 (0x0010) [FString]
2601
+ tempPrice: string; // 0x0038 (0x0010) [FString]
2602
+ currencySymbol: string; // 0x0048 (0x0010) [FString]
2603
+ I: number; // 0x0068 (0x0004) [int32]
2604
+ decimals: number; // 0x006c (0x0004) [int32]
2605
+ };
2606
+
2607
+ /**
2608
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.FreeStats
2609
+ */
2610
+ export type OnlineSubsystemEOS_FreeStats_Params = {
2611
+ };
2612
+
2613
+ /**
2614
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GenerateCryptoKeyForUser
2615
+ */
2616
+ export type OnlineSubsystemEOS_GenerateCryptoKeyForUser_Params = {
2617
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
2618
+ };
2619
+
2620
+ /**
2621
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetAppPriceInfo
2622
+ */
2623
+ export type OnlineSubsystemEOS_GetAppPriceInfo_Params = {
2624
+ Callback: FScriptDelegate; // 0x0058 (0x0018) [FScriptDelegate] [CPF_Parm]
2625
+ ReturnValue: boolean; // 0x0070 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2626
+ };
2627
+
2628
+ /**
2629
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetClientStatGuid
2630
+ */
2631
+ export type OnlineSubsystemEOS_GetClientStatGuid_Params = {
2632
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2633
+ };
2634
+
2635
+ /**
2636
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetCurrentConnectionStatus
2637
+ */
2638
+ export type OnlineSubsystemEOS_GetCurrentConnectionStatus_Params = {
2639
+ };
2640
+
2641
+ /**
2642
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetDLCPurchaseTime
2643
+ */
2644
+ export type OnlineSubsystemEOS_GetDLCPurchaseTime_Params = {
2645
+ AppName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2646
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2647
+ };
2648
+
2649
+ /**
2650
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetHostStatGuid
2651
+ */
2652
+ export type OnlineSubsystemEOS_GetHostStatGuid_Params = {
2653
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2654
+ };
2655
+
2656
+ /**
2657
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetLocalAccountNames
2658
+ */
2659
+ export type OnlineSubsystemEOS_GetLocalAccountNames_Params = {
2660
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2661
+ };
2662
+
2663
+ /**
2664
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetNATType
2665
+ */
2666
+ export type OnlineSubsystemEOS_GetNATType_Params = {
2667
+ };
2668
+
2669
+ /**
2670
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetNetworkNotificationPosition
2671
+ */
2672
+ export type OnlineSubsystemEOS_GetNetworkNotificationPosition_Params = {
2673
+ };
2674
+
2675
+ /**
2676
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetOverlayEnabled
2677
+ */
2678
+ export type OnlineSubsystemEOS_GetOverlayEnabled_Params = {
2679
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2680
+ };
2681
+
2682
+ /**
2683
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetPlayerNicknameFromIndex
2684
+ */
2685
+ export type OnlineSubsystemEOS_GetPlayerNicknameFromIndex_Params = {
2686
+ UserIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2687
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2688
+ };
2689
+
2690
+ /**
2691
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetPlayerUniqueNetIdFromIndex
2692
+ */
2693
+ export type OnlineSubsystemEOS_GetPlayerUniqueNetIdFromIndex_Params = {
2694
+ UserIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2695
+ };
2696
+
2697
+ /**
2698
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetRecognitionResults
2699
+ */
2700
+ export type OnlineSubsystemEOS_GetRecognitionResults_Params = {
2701
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2702
+ };
2703
+
2704
+ /**
2705
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.GetUnlockedDLC
2706
+ */
2707
+ export type OnlineSubsystemEOS_GetUnlockedDLC_Params = {
2708
+ };
2709
+
2710
+ /**
2711
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.HandleBootMessage
2712
+ */
2713
+ export type OnlineSubsystemEOS_HandleBootMessage_Params = {
2714
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2715
+ };
2716
+
2717
+ /**
2718
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.HasLinkConnection
2719
+ */
2720
+ export type OnlineSubsystemEOS_HasLinkConnection_Params = {
2721
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2722
+ };
2723
+
2724
+ /**
2725
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.Init
2726
+ */
2727
+ export type OnlineSubsystemEOS_Init_Params = {
2728
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2729
+ };
2730
+
2731
+ /**
2732
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.InitEOS
2733
+ */
2734
+ export type OnlineSubsystemEOS_InitEOS_Params = {
2735
+ SandboxId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
2736
+ DeploymentId: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
2737
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2738
+ };
2739
+
2740
+ /**
2741
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.IsControllerConnected
2742
+ */
2743
+ export type OnlineSubsystemEOS_IsControllerConnected_Params = {
2744
+ ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2745
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2746
+ };
2747
+
2748
+ /**
2749
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.IsHeadsetPresent
2750
+ */
2751
+ export type OnlineSubsystemEOS_IsHeadsetPresent_Params = {
2752
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2753
+ };
2754
+
2755
+ /**
2756
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.IsKeyValid
2757
+ */
2758
+ export type OnlineSubsystemEOS_IsKeyValid_Params = {
2759
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2760
+ };
2761
+
2762
+ /**
2763
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.IsLocalPlayerTalking
2764
+ */
2765
+ export type OnlineSubsystemEOS_IsLocalPlayerTalking_Params = {
2766
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2767
+ };
2768
+
2769
+ /**
2770
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.IsRemotePlayerTalking
2771
+ */
2772
+ export type OnlineSubsystemEOS_IsRemotePlayerTalking_Params = {
2773
+ ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2774
+ };
2775
+
2776
+ /**
2777
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ManuallyTickEOSPlatform
2778
+ */
2779
+ export type OnlineSubsystemEOS_ManuallyTickEOSPlatform_Params = {
2780
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2781
+ };
2782
+
2783
+ /**
2784
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.MuteAll
2785
+ */
2786
+ export type OnlineSubsystemEOS_MuteAll_Params = {
2787
+ bAllowFriends: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
2788
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2789
+ };
2790
+
2791
+ /**
2792
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.MuteRemoteTalker
2793
+ */
2794
+ export type OnlineSubsystemEOS_MuteRemoteTalker_Params = {
2795
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2796
+ };
2797
+
2798
+ /**
2799
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.NotifyExternalUIChanged
2800
+ */
2801
+ export type OnlineSubsystemEOS_NotifyExternalUIChanged_Params = {
2802
+ bIsOpening: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2803
+ };
2804
+
2805
+ /**
2806
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnCaptureAvailabilityChange
2807
+ */
2808
+ export type OnlineSubsystemEOS_OnCaptureAvailabilityChange_Params = {
2809
+ bCaptureAllowed: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2810
+ };
2811
+
2812
+ /**
2813
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnConnectionStatusChange
2814
+ */
2815
+ export type OnlineSubsystemEOS_OnConnectionStatusChange_Params = {
2816
+ };
2817
+
2818
+ /**
2819
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnControllerChange
2820
+ */
2821
+ export type OnlineSubsystemEOS_OnControllerChange_Params = {
2822
+ ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2823
+ bIsConnected: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
2824
+ };
2825
+
2826
+ /**
2827
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnCreateOnlineAccountCompleted
2828
+ */
2829
+ export type OnlineSubsystemEOS_OnCreateOnlineAccountCompleted_Params = {
2830
+ };
2831
+
2832
+ /**
2833
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnErrorDialogClosed
2834
+ */
2835
+ export type OnlineSubsystemEOS_OnErrorDialogClosed_Params = {
2836
+ LocalUserNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2837
+ };
2838
+
2839
+ /**
2840
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnExternalUIChange
2841
+ */
2842
+ export type OnlineSubsystemEOS_OnExternalUIChange_Params = {
2843
+ bIsOpening: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2844
+ };
2845
+
2846
+ /**
2847
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnFlushOnlineStatsComplete
2848
+ */
2849
+ export type OnlineSubsystemEOS_OnFlushOnlineStatsComplete_Params = {
2850
+ SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2851
+ bWasSuccessful: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
2852
+ };
2853
+
2854
+ /**
2855
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnLinkStatusChange
2856
+ */
2857
+ export type OnlineSubsystemEOS_OnLinkStatusChange_Params = {
2858
+ bIsConnected: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2859
+ };
2860
+
2861
+ /**
2862
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnMicroTxnResponse
2863
+ */
2864
+ export type OnlineSubsystemEOS_OnMicroTxnResponse_Params = {
2865
+ bAuthorized: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2866
+ OrderId: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
2867
+ };
2868
+
2869
+ /**
2870
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnPlayerSigningOut
2871
+ */
2872
+ export type OnlineSubsystemEOS_OnPlayerSigningOut_Params = {
2873
+ };
2874
+
2875
+ /**
2876
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnPlayerTalking
2877
+ */
2878
+ export type OnlineSubsystemEOS_OnPlayerTalking_Params = {
2879
+ };
2880
+
2881
+ /**
2882
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnPlayerTalkingStateChange
2883
+ */
2884
+ export type OnlineSubsystemEOS_OnPlayerTalkingStateChange_Params = {
2885
+ bIsTalking: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm]
2886
+ };
2887
+
2888
+ /**
2889
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnReadOnlineStatsComplete
2890
+ */
2891
+ export type OnlineSubsystemEOS_OnReadOnlineStatsComplete_Params = {
2892
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2893
+ };
2894
+
2895
+ /**
2896
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnRegisterHostStatGuidComplete
2897
+ */
2898
+ export type OnlineSubsystemEOS_OnRegisterHostStatGuidComplete_Params = {
2899
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2900
+ };
2901
+
2902
+ /**
2903
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnUserOrphaned
2904
+ */
2905
+ export type OnlineSubsystemEOS_OnUserOrphaned_Params = {
2906
+ };
2907
+
2908
+ /**
2909
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OnUserRestored
2910
+ */
2911
+ export type OnlineSubsystemEOS_OnUserRestored_Params = {
2912
+ };
2913
+
2914
+ /**
2915
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OpenErrorDialog
2916
+ */
2917
+ export type OnlineSubsystemEOS_OpenErrorDialog_Params = {
2918
+ };
2919
+
2920
+ /**
2921
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OpenPS4DisplayMode
2922
+ */
2923
+ export type OnlineSubsystemEOS_OpenPS4DisplayMode_Params = {
2924
+ ServiceLabel: number; // 0x0018 (0x0004) [int32] [CPF_Parm]
2925
+ };
2926
+
2927
+ /**
2928
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OpenStoreForDLC
2929
+ */
2930
+ export type OnlineSubsystemEOS_OpenStoreForDLC_Params = {
2931
+ DLC: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
2932
+ };
2933
+
2934
+ /**
2935
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OpenStoreForItems
2936
+ */
2937
+ export type OnlineSubsystemEOS_OpenStoreForItems_Params = {
2938
+ };
2939
+
2940
+ /**
2941
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.OpenStoreForItemsAsync
2942
+ */
2943
+ export type OnlineSubsystemEOS_OpenStoreForItemsAsync_Params = {
2944
+ OnStorePurchaseCompleteDelegate: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate] [CPF_Parm]
2945
+ };
2946
+
2947
+ /**
2948
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ReadOnlineStats
2949
+ */
2950
+ export type OnlineSubsystemEOS_ReadOnlineStats_Params = {
2951
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2952
+ };
2953
+
2954
+ /**
2955
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ReadOnlineStatsByRank
2956
+ */
2957
+ export type OnlineSubsystemEOS_ReadOnlineStatsByRank_Params = {
2958
+ StartIndex: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
2959
+ NumToRead: number; // 0x000c (0x0004) [int32] [CPF_Parm]
2960
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2961
+ };
2962
+
2963
+ /**
2964
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ReadOnlineStatsByRankAroundPlayer
2965
+ */
2966
+ export type OnlineSubsystemEOS_ReadOnlineStatsByRankAroundPlayer_Params = {
2967
+ NumRows: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
2968
+ ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2969
+ };
2970
+
2971
+ /**
2972
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ReadOnlineStatsForFriends
2973
+ */
2974
+ export type OnlineSubsystemEOS_ReadOnlineStatsForFriends_Params = {
2975
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2976
+ };
2977
+
2978
+ /**
2979
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.RefreshNetworkErrorToggle
2980
+ */
2981
+ export type OnlineSubsystemEOS_RefreshNetworkErrorToggle_Params = {
2982
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2983
+ };
2984
+
2985
+ /**
2986
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.RegisterHostStatGuid
2987
+ */
2988
+ export type OnlineSubsystemEOS_RegisterHostStatGuid_Params = {
2989
+ HostStatGuid: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
2990
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2991
+ };
2992
+
2993
+ /**
2994
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.RegisterLocalTalker
2995
+ */
2996
+ export type OnlineSubsystemEOS_RegisterLocalTalker_Params = {
2997
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2998
+ };
2999
+
3000
+ /**
3001
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.RegisterRemoteTalker
3002
+ */
3003
+ export type OnlineSubsystemEOS_RegisterRemoteTalker_Params = {
3004
+ ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3005
+ };
3006
+
3007
+ /**
3008
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.RegisterStatGuid
3009
+ */
3010
+ export type OnlineSubsystemEOS_RegisterStatGuid_Params = {
3011
+ ClientStatGuid: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3012
+ ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3013
+ };
3014
+
3015
+ /**
3016
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.RenameLocalAccount
3017
+ */
3018
+ export type OnlineSubsystemEOS_RenameLocalAccount_Params = {
3019
+ NewUserName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3020
+ OldUserName: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3021
+ Password: string; // 0x0020 (0x0010) [FString] [CPF_Parm]
3022
+ ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3023
+ };
3024
+
3025
+ /**
3026
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ResetControllerColor
3027
+ */
3028
+ export type OnlineSubsystemEOS_ResetControllerColor_Params = {
3029
+ ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3030
+ };
3031
+
3032
+ /**
3033
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.SaveKey
3034
+ */
3035
+ export type OnlineSubsystemEOS_SaveKey_Params = {
3036
+ ProductKey: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3037
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3038
+ };
3039
+
3040
+ /**
3041
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.SelectVocabulary
3042
+ */
3043
+ export type OnlineSubsystemEOS_SelectVocabulary_Params = {
3044
+ VocabularyId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3045
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3046
+ };
3047
+
3048
+ /**
3049
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.SetControllerColor
3050
+ */
3051
+ export type OnlineSubsystemEOS_SetControllerColor_Params = {
3052
+ ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3053
+ };
3054
+
3055
+ /**
3056
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.SetNetworkNotificationPosition
3057
+ */
3058
+ export type OnlineSubsystemEOS_SetNetworkNotificationPosition_Params = {
3059
+ };
3060
+
3061
+ /**
3062
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.SetRemoteTalkerPriority
3063
+ */
3064
+ export type OnlineSubsystemEOS_SetRemoteTalkerPriority_Params = {
3065
+ Priority: number; // 0x0050 (0x0004) [int32] [CPF_Parm]
3066
+ ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3067
+ };
3068
+
3069
+ /**
3070
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.SetSpeechRecognitionObject
3071
+ */
3072
+ export type OnlineSubsystemEOS_SetSpeechRecognitionObject_Params = {
3073
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3074
+ };
3075
+
3076
+ /**
3077
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.SetVoiceReceiveVolume
3078
+ */
3079
+ export type OnlineSubsystemEOS_SetVoiceReceiveVolume_Params = {
3080
+ VoiceVolume: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3081
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3082
+ };
3083
+
3084
+ /**
3085
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ShowEOSOverlay
3086
+ */
3087
+ export type OnlineSubsystemEOS_ShowEOSOverlay_Params = {
3088
+ };
3089
+
3090
+ /**
3091
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ShowEOSVoiceAgreement
3092
+ */
3093
+ export type OnlineSubsystemEOS_ShowEOSVoiceAgreement_Params = {
3094
+ };
3095
+
3096
+ /**
3097
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.SignTextMessage
3098
+ */
3099
+ export type OnlineSubsystemEOS_SignTextMessage_Params = {
3100
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3101
+ Message: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3102
+ RequestID: number; // 0x0020 (0x0004) [int32] [CPF_Parm]
3103
+ };
3104
+
3105
+ /**
3106
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.StartNetworkedVoice
3107
+ */
3108
+ export type OnlineSubsystemEOS_StartNetworkedVoice_Params = {
3109
+ };
3110
+
3111
+ /**
3112
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.StartSpeechRecognition
3113
+ */
3114
+ export type OnlineSubsystemEOS_StartSpeechRecognition_Params = {
3115
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3116
+ };
3117
+
3118
+ /**
3119
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.StopNetworkedVoice
3120
+ */
3121
+ export type OnlineSubsystemEOS_StopNetworkedVoice_Params = {
3122
+ };
3123
+
3124
+ /**
3125
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.StopSpeechRecognition
3126
+ */
3127
+ export type OnlineSubsystemEOS_StopSpeechRecognition_Params = {
3128
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3129
+ };
3130
+
3131
+ /**
3132
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.TickEOSPlatform
3133
+ */
3134
+ export type OnlineSubsystemEOS_TickEOSPlatform_Params = {
3135
+ DeltaTime: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3136
+ };
3137
+
3138
+ /**
3139
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.UnmuteAll
3140
+ */
3141
+ export type OnlineSubsystemEOS_UnmuteAll_Params = {
3142
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3143
+ };
3144
+
3145
+ /**
3146
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.UnmuteRemoteTalker
3147
+ */
3148
+ export type OnlineSubsystemEOS_UnmuteRemoteTalker_Params = {
3149
+ ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3150
+ };
3151
+
3152
+ /**
3153
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.UnregisterLocalTalker
3154
+ */
3155
+ export type OnlineSubsystemEOS_UnregisterLocalTalker_Params = {
3156
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3157
+ };
3158
+
3159
+ /**
3160
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.UnregisterRemoteTalker
3161
+ */
3162
+ export type OnlineSubsystemEOS_UnregisterRemoteTalker_Params = {
3163
+ ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3164
+ };
3165
+
3166
+ /**
3167
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.UpdateSessionStatusFromPlayers
3168
+ */
3169
+ export type OnlineSubsystemEOS_UpdateSessionStatusFromPlayers_Params = {
3170
+ CurrentPlayerCount: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3171
+ numBotPlayers: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3172
+ };
3173
+
3174
+ /**
3175
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.ValidateTextMessage
3176
+ */
3177
+ export type OnlineSubsystemEOS_ValidateTextMessage_Params = {
3178
+ Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3179
+ PublicKey: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3180
+ Signature: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3181
+ RequestID: number; // 0x0030 (0x0004) [int32] [CPF_Parm]
3182
+ };
3183
+
3184
+ /**
3185
+ * Function OnlineSubsystemEOS.OnlineSubsystemEOS.WriteOnlinePlayerScores
3186
+ */
3187
+ export type OnlineSubsystemEOS_WriteOnlinePlayerScores_Params = {
3188
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3189
+ };
3190
+
3191
+ /**
3192
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.AddDeleteUserFileCompleteDelegate
3193
+ */
3194
+ export type OnlineUserCloudFileInterfaceEOS_AddDeleteUserFileCompleteDelegate_Params = {
3195
+ DeleteUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3196
+ };
3197
+
3198
+ /**
3199
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.AddEnumerateUserFileCompleteDelegate
3200
+ */
3201
+ export type OnlineUserCloudFileInterfaceEOS_AddEnumerateUserFileCompleteDelegate_Params = {
3202
+ EnumerateUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3203
+ };
3204
+
3205
+ /**
3206
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.AddReadUserFileCompleteDelegate
3207
+ */
3208
+ export type OnlineUserCloudFileInterfaceEOS_AddReadUserFileCompleteDelegate_Params = {
3209
+ ReadUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3210
+ };
3211
+
3212
+ /**
3213
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.AddWriteUserFileCompleteDelegate
3214
+ */
3215
+ export type OnlineUserCloudFileInterfaceEOS_AddWriteUserFileCompleteDelegate_Params = {
3216
+ WriteUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3217
+ };
3218
+
3219
+ /**
3220
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.ClearDeleteUserFileCompleteDelegate
3221
+ */
3222
+ export type OnlineUserCloudFileInterfaceEOS_ClearDeleteUserFileCompleteDelegate_Params = {
3223
+ DeleteUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3224
+ };
3225
+
3226
+ /**
3227
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.ClearEnumerateUserFileCompleteDelegate
3228
+ */
3229
+ export type OnlineUserCloudFileInterfaceEOS_ClearEnumerateUserFileCompleteDelegate_Params = {
3230
+ EnumerateUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3231
+ };
3232
+
3233
+ /**
3234
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.ClearFile
3235
+ */
3236
+ export type OnlineUserCloudFileInterfaceEOS_ClearFile_Params = {
3237
+ UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3238
+ Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3239
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3240
+ };
3241
+
3242
+ /**
3243
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.ClearFiles
3244
+ */
3245
+ export type OnlineUserCloudFileInterfaceEOS_ClearFiles_Params = {
3246
+ UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3247
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3248
+ };
3249
+
3250
+ /**
3251
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.ClearReadUserFileCompleteDelegate
3252
+ */
3253
+ export type OnlineUserCloudFileInterfaceEOS_ClearReadUserFileCompleteDelegate_Params = {
3254
+ ReadUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3255
+ };
3256
+
3257
+ /**
3258
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.ClearWriteUserFileCompleteDelegate
3259
+ */
3260
+ export type OnlineUserCloudFileInterfaceEOS_ClearWriteUserFileCompleteDelegate_Params = {
3261
+ WriteUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3262
+ };
3263
+
3264
+ /**
3265
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.DeleteUserFile
3266
+ */
3267
+ export type OnlineUserCloudFileInterfaceEOS_DeleteUserFile_Params = {
3268
+ UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3269
+ Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3270
+ bShouldCloudDelete: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm]
3271
+ bShouldLocallyDelete: boolean; // 0x0024 (0x0004) [bool : 0x1] [CPF_Parm]
3272
+ ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3273
+ };
3274
+
3275
+ /**
3276
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.EnumerateUserFiles
3277
+ */
3278
+ export type OnlineUserCloudFileInterfaceEOS_EnumerateUserFiles_Params = {
3279
+ UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3280
+ };
3281
+
3282
+ /**
3283
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.GetFileContents
3284
+ */
3285
+ export type OnlineUserCloudFileInterfaceEOS_GetFileContents_Params = {
3286
+ UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3287
+ Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3288
+ ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3289
+ };
3290
+
3291
+ /**
3292
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.GetUserFileList
3293
+ */
3294
+ export type OnlineUserCloudFileInterfaceEOS_GetUserFileList_Params = {
3295
+ UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3296
+ };
3297
+
3298
+ /**
3299
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.OnDeleteUserFileComplete
3300
+ */
3301
+ export type OnlineUserCloudFileInterfaceEOS_OnDeleteUserFileComplete_Params = {
3302
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
3303
+ UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
3304
+ Filename: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
3305
+ };
3306
+
3307
+ /**
3308
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.OnEnumerateUserFilesComplete
3309
+ */
3310
+ export type OnlineUserCloudFileInterfaceEOS_OnEnumerateUserFilesComplete_Params = {
3311
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
3312
+ UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
3313
+ };
3314
+
3315
+ /**
3316
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.OnReadUserFileComplete
3317
+ */
3318
+ export type OnlineUserCloudFileInterfaceEOS_OnReadUserFileComplete_Params = {
3319
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
3320
+ UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
3321
+ Filename: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
3322
+ };
3323
+
3324
+ /**
3325
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.OnWriteUserFileComplete
3326
+ */
3327
+ export type OnlineUserCloudFileInterfaceEOS_OnWriteUserFileComplete_Params = {
3328
+ bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
3329
+ UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
3330
+ Filename: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
3331
+ };
3332
+
3333
+ /**
3334
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.ReadUserFile
3335
+ */
3336
+ export type OnlineUserCloudFileInterfaceEOS_ReadUserFile_Params = {
3337
+ UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3338
+ Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3339
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3340
+ };
3341
+
3342
+ /**
3343
+ * Function OnlineSubsystemEOS.OnlineUserCloudFileInterfaceEOS.WriteUserFile
3344
+ */
3345
+ export type OnlineUserCloudFileInterfaceEOS_WriteUserFile_Params = {
3346
+ UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3347
+ Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3348
+ ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3349
+ };
3350
+
3351
+ /**
3352
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.AddPlayerTalkingDelegate
3353
+ */
3354
+ export type OnlineVoiceInterfaceEOS_AddPlayerTalkingDelegate_Params = {
3355
+ TalkerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3356
+ };
3357
+
3358
+ /**
3359
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.AddRecognitionCompleteDelegate
3360
+ */
3361
+ export type OnlineVoiceInterfaceEOS_AddRecognitionCompleteDelegate_Params = {
3362
+ RecognitionDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
3363
+ };
3364
+
3365
+ /**
3366
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.CheckAllPlayersAcceptedVoiceModerationAgreement
3367
+ */
3368
+ export type OnlineVoiceInterfaceEOS_CheckAllPlayersAcceptedVoiceModerationAgreement_Params = {
3369
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3370
+ };
3371
+
3372
+ /**
3373
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.ClearPlayerTalkingDelegate
3374
+ */
3375
+ export type OnlineVoiceInterfaceEOS_ClearPlayerTalkingDelegate_Params = {
3376
+ TalkerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
3377
+ };
3378
+
3379
+ /**
3380
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.ClearRecognitionCompleteDelegate
3381
+ */
3382
+ export type OnlineVoiceInterfaceEOS_ClearRecognitionCompleteDelegate_Params = {
3383
+ RecognitionDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
3384
+ };
3385
+
3386
+ /**
3387
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.EventJoinedVoiceRoom
3388
+ */
3389
+ export type OnlineVoiceInterfaceEOS_EventJoinedVoiceRoom_Params = {
3390
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3391
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3392
+ };
3393
+
3394
+ /**
3395
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.EventLeftVoiceRoom
3396
+ */
3397
+ export type OnlineVoiceInterfaceEOS_EventLeftVoiceRoom_Params = {
3398
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3399
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3400
+ };
3401
+
3402
+ /**
3403
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.EventPlayerJoinedVoiceRoom
3404
+ */
3405
+ export type OnlineVoiceInterfaceEOS_EventPlayerJoinedVoiceRoom_Params = {
3406
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3407
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3408
+ };
3409
+
3410
+ /**
3411
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.EventPlayerLeftVoiceRoom
3412
+ */
3413
+ export type OnlineVoiceInterfaceEOS_EventPlayerLeftVoiceRoom_Params = {
3414
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3415
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3416
+ };
3417
+
3418
+ /**
3419
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.EventPlayerStatusChanged
3420
+ */
3421
+ export type OnlineVoiceInterfaceEOS_EventPlayerStatusChanged_Params = {
3422
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3423
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3424
+ };
3425
+
3426
+ /**
3427
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.EventPlayerVoiceAgreementStatusChanged
3428
+ */
3429
+ export type OnlineVoiceInterfaceEOS_EventPlayerVoiceAgreementStatusChanged_Params = {
3430
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3431
+ bAccepted: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
3432
+ bNewAgreement: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm]
3433
+ };
3434
+
3435
+ /**
3436
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.EventRemovedFromVoiceRoom
3437
+ */
3438
+ export type OnlineVoiceInterfaceEOS_EventRemovedFromVoiceRoom_Params = {
3439
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3440
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3441
+ };
3442
+
3443
+ /**
3444
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.EventVoiceRecordingStatusChanged
3445
+ */
3446
+ export type OnlineVoiceInterfaceEOS_EventVoiceRecordingStatusChanged_Params = {
3447
+ bRecording: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
3448
+ };
3449
+
3450
+ /**
3451
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.GetCurrentRoomNameForUser
3452
+ */
3453
+ export type OnlineVoiceInterfaceEOS_GetCurrentRoomNameForUser_Params = {
3454
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3455
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3456
+ };
3457
+
3458
+ /**
3459
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.GetRecognitionResults
3460
+ */
3461
+ export type OnlineVoiceInterfaceEOS_GetRecognitionResults_Params = {
3462
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3463
+ };
3464
+
3465
+ /**
3466
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.GetUserState
3467
+ */
3468
+ export type OnlineVoiceInterfaceEOS_GetUserState_Params = {
3469
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3470
+ };
3471
+
3472
+ /**
3473
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.GetVoiceAgreementStatusForPlayer
3474
+ */
3475
+ export type OnlineVoiceInterfaceEOS_GetVoiceAgreementStatusForPlayer_Params = {
3476
+ LocalEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3477
+ };
3478
+
3479
+ /**
3480
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.HasPlayerAcceptedVoiceAgreement
3481
+ */
3482
+ export type OnlineVoiceInterfaceEOS_HasPlayerAcceptedVoiceAgreement_Params = {
3483
+ LocalEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3484
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3485
+ };
3486
+
3487
+ /**
3488
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.HasPlayerRespondedToVoiceAgreement
3489
+ */
3490
+ export type OnlineVoiceInterfaceEOS_HasPlayerRespondedToVoiceAgreement_Params = {
3491
+ LocalEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3492
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3493
+ };
3494
+
3495
+ /**
3496
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.IsHeadsetPresent
3497
+ */
3498
+ export type OnlineVoiceInterfaceEOS_IsHeadsetPresent_Params = {
3499
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3500
+ };
3501
+
3502
+ /**
3503
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.IsLocalPlayerTalking
3504
+ */
3505
+ export type OnlineVoiceInterfaceEOS_IsLocalPlayerTalking_Params = {
3506
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3507
+ };
3508
+
3509
+ /**
3510
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.IsRemotePlayerTalking
3511
+ */
3512
+ export type OnlineVoiceInterfaceEOS_IsRemotePlayerTalking_Params = {
3513
+ ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3514
+ };
3515
+
3516
+ /**
3517
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.JoinVoiceRoom
3518
+ */
3519
+ export type OnlineVoiceInterfaceEOS_JoinVoiceRoom_Params = {
3520
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3521
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3522
+ ClientBaseUrl: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3523
+ JoinToken: string; // 0x0030 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3524
+ ReturnValue: boolean; // 0x0040 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3525
+ };
3526
+
3527
+ /**
3528
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.LeaveVoiceRoom
3529
+ */
3530
+ export type OnlineVoiceInterfaceEOS_LeaveVoiceRoom_Params = {
3531
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3532
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3533
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3534
+ };
3535
+
3536
+ /**
3537
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.MuteAll
3538
+ */
3539
+ export type OnlineVoiceInterfaceEOS_MuteAll_Params = {
3540
+ bAllowFriends: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
3541
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3542
+ };
3543
+
3544
+ /**
3545
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.MuteRemoteTalker
3546
+ */
3547
+ export type OnlineVoiceInterfaceEOS_MuteRemoteTalker_Params = {
3548
+ bIsSystemWide: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm]
3549
+ ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3550
+ };
3551
+
3552
+ /**
3553
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.OnLoginChange
3554
+ */
3555
+ export type OnlineVoiceInterfaceEOS_OnLoginChange_Params = {
3556
+ };
3557
+
3558
+ /**
3559
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.OnLogout
3560
+ */
3561
+ export type OnlineVoiceInterfaceEOS_OnLogout_Params = {
3562
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3563
+ };
3564
+
3565
+ /**
3566
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.OnPlayerTalkingStateChange
3567
+ */
3568
+ export type OnlineVoiceInterfaceEOS_OnPlayerTalkingStateChange_Params = {
3569
+ bIsTalking: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm]
3570
+ };
3571
+
3572
+ /**
3573
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.RegisterLocalTalker
3574
+ */
3575
+ export type OnlineVoiceInterfaceEOS_RegisterLocalTalker_Params = {
3576
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3577
+ };
3578
+
3579
+ /**
3580
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.RegisterRemoteTalker
3581
+ */
3582
+ export type OnlineVoiceInterfaceEOS_RegisterRemoteTalker_Params = {
3583
+ ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3584
+ };
3585
+
3586
+ /**
3587
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SelectVocabulary
3588
+ */
3589
+ export type OnlineVoiceInterfaceEOS_SelectVocabulary_Params = {
3590
+ VocabularyId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3591
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3592
+ };
3593
+
3594
+ /**
3595
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SetAudioInputDevice
3596
+ */
3597
+ export type OnlineVoiceInterfaceEOS_SetAudioInputDevice_Params = {
3598
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3599
+ DeviceID: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3600
+ InputVolume: number; // 0x0020 (0x0004) [float] [CPF_Parm]
3601
+ ReturnValue: boolean; // 0x0024 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3602
+ };
3603
+
3604
+ /**
3605
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SetAudioOutputDevice
3606
+ */
3607
+ export type OnlineVoiceInterfaceEOS_SetAudioOutputDevice_Params = {
3608
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3609
+ DeviceID: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3610
+ OutputVolume: number; // 0x0020 (0x0004) [float] [CPF_Parm]
3611
+ ReturnValue: boolean; // 0x0024 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3612
+ };
3613
+
3614
+ /**
3615
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SetLocalPlayerRegisteredStatus
3616
+ */
3617
+ export type OnlineVoiceInterfaceEOS_SetLocalPlayerRegisteredStatus_Params = {
3618
+ PlatformId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3619
+ bRegister: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
3620
+ };
3621
+
3622
+ /**
3623
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SetPlayerBlockStatus
3624
+ */
3625
+ export type OnlineVoiceInterfaceEOS_SetPlayerBlockStatus_Params = {
3626
+ LocalEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3627
+ TargetEpicAccountId: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3628
+ RoomName: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3629
+ bBlocked: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm]
3630
+ };
3631
+
3632
+ /**
3633
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SetPlayerMuteStatus
3634
+ */
3635
+ export type OnlineVoiceInterfaceEOS_SetPlayerMuteStatus_Params = {
3636
+ LocalEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3637
+ TargetEpicAccountId: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3638
+ RoomName: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3639
+ bMuted: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm]
3640
+ };
3641
+
3642
+ /**
3643
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SetRemoteTalkerPriority
3644
+ */
3645
+ export type OnlineVoiceInterfaceEOS_SetRemoteTalkerPriority_Params = {
3646
+ Priority: number; // 0x0050 (0x0004) [int32] [CPF_Parm]
3647
+ ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3648
+ };
3649
+
3650
+ /**
3651
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SetSpeechRecognitionObject
3652
+ */
3653
+ export type OnlineVoiceInterfaceEOS_SetSpeechRecognitionObject_Params = {
3654
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3655
+ };
3656
+
3657
+ /**
3658
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.SetVoiceReceiveVolume
3659
+ */
3660
+ export type OnlineVoiceInterfaceEOS_SetVoiceReceiveVolume_Params = {
3661
+ VoiceVolume: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3662
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3663
+ };
3664
+
3665
+ /**
3666
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.StartNetworkedVoice
3667
+ */
3668
+ export type OnlineVoiceInterfaceEOS_StartNetworkedVoice_Params = {
3669
+ };
3670
+
3671
+ /**
3672
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.StartRecording
3673
+ */
3674
+ export type OnlineVoiceInterfaceEOS_StartRecording_Params = {
3675
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3676
+ RoomName: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3677
+ };
3678
+
3679
+ /**
3680
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.StartSpeechRecognition
3681
+ */
3682
+ export type OnlineVoiceInterfaceEOS_StartSpeechRecognition_Params = {
3683
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3684
+ };
3685
+
3686
+ /**
3687
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.StopNetworkedVoice
3688
+ */
3689
+ export type OnlineVoiceInterfaceEOS_StopNetworkedVoice_Params = {
3690
+ };
3691
+
3692
+ /**
3693
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.StopRecording
3694
+ */
3695
+ export type OnlineVoiceInterfaceEOS_StopRecording_Params = {
3696
+ EpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3697
+ };
3698
+
3699
+ /**
3700
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.StopSpeechRecognition
3701
+ */
3702
+ export type OnlineVoiceInterfaceEOS_StopSpeechRecognition_Params = {
3703
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3704
+ };
3705
+
3706
+ /**
3707
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.UnmuteAll
3708
+ */
3709
+ export type OnlineVoiceInterfaceEOS_UnmuteAll_Params = {
3710
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3711
+ };
3712
+
3713
+ /**
3714
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.UnmuteRemoteTalker
3715
+ */
3716
+ export type OnlineVoiceInterfaceEOS_UnmuteRemoteTalker_Params = {
3717
+ bIsSystemWide: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm]
3718
+ ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3719
+ };
3720
+
3721
+ /**
3722
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.UnregisterLocalTalker
3723
+ */
3724
+ export type OnlineVoiceInterfaceEOS_UnregisterLocalTalker_Params = {
3725
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3726
+ };
3727
+
3728
+ /**
3729
+ * Function OnlineSubsystemEOS.OnlineVoiceInterfaceEOS.UnregisterRemoteTalker
3730
+ */
3731
+ export type OnlineVoiceInterfaceEOS_UnregisterRemoteTalker_Params = {
3732
+ ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3733
+ };