@rlsdk/steam 1.0.0

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