@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.
- package/README.md +166 -0
- package/classes/AkAudio.ts +620 -0
- package/classes/Core.ts +1489 -0
- package/classes/Engine.ts +25512 -0
- package/classes/GFxUI.ts +480 -0
- package/classes/IpDrv.ts +2146 -0
- package/classes/OnlineSubsystemEOS.ts +954 -0
- package/classes/OnlineSubsystemSteamworks.ts +933 -0
- package/classes/ProjectX.ts +14003 -0
- package/classes/TAGame.ts +54138 -0
- package/classes/WinDrv.ts +116 -0
- package/classes/XAudio2.ts +13 -0
- package/classes/index.ts +20 -0
- package/constants/AkAudio.ts +6 -0
- package/constants/Core.ts +28 -0
- package/constants/Engine.ts +109 -0
- package/constants/GFxUI.ts +6 -0
- package/constants/IpDrv.ts +13 -0
- package/constants/OnlineSubsystemEOS.ts +6 -0
- package/constants/OnlineSubsystemSteamworks.ts +6 -0
- package/constants/ProjectX.ts +19 -0
- package/constants/TAGame.ts +79 -0
- package/constants/WinDrv.ts +6 -0
- package/constants/XAudio2.ts +6 -0
- package/constants/index.ts +14 -0
- package/enums/AkAudio.ts +121 -0
- package/enums/Core.ts +1646 -0
- package/enums/Engine.ts +3782 -0
- package/enums/GFxUI.ts +111 -0
- package/enums/IpDrv.ts +321 -0
- package/enums/OnlineSubsystemEOS.ts +25 -0
- package/enums/OnlineSubsystemSteamworks.ts +62 -0
- package/enums/ProjectX.ts +624 -0
- package/enums/TAGame.ts +2637 -0
- package/enums/WinDrv.ts +6 -0
- package/enums/XAudio2.ts +6 -0
- package/enums/index.ts +18 -0
- package/index.ts +11 -0
- package/offsets/AkAudio.ts +1049 -0
- package/offsets/Core.ts +1765 -0
- package/offsets/Engine.ts +26914 -0
- package/offsets/GFxUI.ts +525 -0
- package/offsets/IpDrv.ts +2259 -0
- package/offsets/OnlineSubsystemEOS.ts +602 -0
- package/offsets/OnlineSubsystemSteamworks.ts +1283 -0
- package/offsets/ProjectX.ts +14375 -0
- package/offsets/TAGame.ts +47649 -0
- package/offsets/WinDrv.ts +180 -0
- package/offsets/XAudio2.ts +102 -0
- package/offsets/globals.ts +13 -0
- package/offsets/index.ts +21 -0
- package/package.json +134 -0
- package/parameters/AkAudio.ts +780 -0
- package/parameters/Core.ts +4839 -0
- package/parameters/Engine.ts +37953 -0
- package/parameters/GFxUI.ts +1450 -0
- package/parameters/IpDrv.ts +7591 -0
- package/parameters/OnlineSubsystemEOS.ts +4309 -0
- package/parameters/OnlineSubsystemSteamworks.ts +4391 -0
- package/parameters/ProjectX.ts +31213 -0
- package/parameters/TAGame.ts +129564 -0
- package/parameters/WinDrv.ts +276 -0
- package/parameters/XAudio2.ts +4 -0
- package/parameters/index.ts +19 -0
- package/structs/AkAudio.ts +132 -0
- package/structs/Core.ts +750 -0
- package/structs/Engine.ts +5968 -0
- package/structs/GFxUI.ts +136 -0
- package/structs/IpDrv.ts +681 -0
- package/structs/OnlineSubsystemEOS.ts +23 -0
- package/structs/OnlineSubsystemSteamworks.ts +306 -0
- package/structs/ProjectX.ts +2527 -0
- package/structs/TAGame.ts +7487 -0
- package/structs/WinDrv.ts +6 -0
- package/structs/XAudio2.ts +6 -0
- package/structs/index.ts +18 -0
- package/types/GameDefines.ts +35 -0
- package/types/index.ts +9 -0
|
@@ -0,0 +1,4391 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OnlineSubsystemSteamworks 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 { UDebugDrawer, UError } from '../classes/Core';
|
|
8
|
+
import type {
|
|
9
|
+
UAudioComponent,
|
|
10
|
+
UGameViewportClient,
|
|
11
|
+
UHttpRequestInterface,
|
|
12
|
+
UHttpResponseInterface,
|
|
13
|
+
UJsonObject,
|
|
14
|
+
UOnlineGameSettings,
|
|
15
|
+
UOnlinePlayerStorage,
|
|
16
|
+
UOnlineProfileSettings,
|
|
17
|
+
UOnlineStatsRead,
|
|
18
|
+
UOnlineStatsWrite,
|
|
19
|
+
UPlayer,
|
|
20
|
+
USpeechRecognition,
|
|
21
|
+
} from '../classes/Engine';
|
|
22
|
+
import type { EInputAPI, OnlinePlatform } from '../enums/Core';
|
|
23
|
+
import type {
|
|
24
|
+
AvatarSize,
|
|
25
|
+
ECommunicationMethod,
|
|
26
|
+
EFeaturePrivilege,
|
|
27
|
+
EFeaturePrivilegeLevel,
|
|
28
|
+
EInputPlatformType,
|
|
29
|
+
ELobbyDistance,
|
|
30
|
+
ELobbyKickReason,
|
|
31
|
+
ELobbyVisibility,
|
|
32
|
+
ELoginStatus,
|
|
33
|
+
ENATType,
|
|
34
|
+
ENetworkNotificationPosition,
|
|
35
|
+
EOnlineEnumerationReadState,
|
|
36
|
+
EOnlineServerConnectionStatus,
|
|
37
|
+
EPS4DisplayMode,
|
|
38
|
+
EPS4ErrorDialog,
|
|
39
|
+
} from '../enums/Engine';
|
|
40
|
+
import type { ELeaderboardFormat, ELeaderboardSortType } from '../enums/OnlineSubsystemSteamworks';
|
|
41
|
+
import type { FColor, FIpAddr, FUniqueNetId } from '../structs/Core';
|
|
42
|
+
import type {
|
|
43
|
+
FAchievementDetails,
|
|
44
|
+
FActiveLobbyInfo,
|
|
45
|
+
FCommunityContentFile,
|
|
46
|
+
FCommunityContentMetadata,
|
|
47
|
+
FDownloadedWorkshopData,
|
|
48
|
+
FEmsFile,
|
|
49
|
+
FFriendHistoryKey,
|
|
50
|
+
FFriendsQuery,
|
|
51
|
+
FLobbyFilter,
|
|
52
|
+
FLobbyMetaData,
|
|
53
|
+
FLobbySortFilter,
|
|
54
|
+
FLocalizedStringSetting,
|
|
55
|
+
FOnlineFriend,
|
|
56
|
+
FOnlineFriendMessage,
|
|
57
|
+
FOnlineGameSearchResult,
|
|
58
|
+
FOnlinePlayerScore,
|
|
59
|
+
FSettingsProperty,
|
|
60
|
+
FSpeechRecognizedWord,
|
|
61
|
+
FUniqueLobbyId,
|
|
62
|
+
} from '../structs/Engine';
|
|
63
|
+
import type { FAppPriceInfoRequest, FSteamPlayerClanData } from '../structs/OnlineSubsystemSteamworks';
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.CreateClientAuthSession
|
|
67
|
+
*/
|
|
68
|
+
export type OnlineAuthInterfaceSteamworks_CreateClientAuthSession_Params = {
|
|
69
|
+
ServerUID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
70
|
+
ServerIP: FIpAddr; // 0x0048 (0x0014) [FIpAddr] [CPF_Parm]
|
|
71
|
+
ServerPort: number; // 0x005c (0x0004) [int32] [CPF_Parm]
|
|
72
|
+
bSecure: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
73
|
+
OutAuthTicketUID: number; // 0x0064 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
|
|
74
|
+
ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.CreateServerAuthSession
|
|
79
|
+
*/
|
|
80
|
+
export type OnlineAuthInterfaceSteamworks_CreateServerAuthSession_Params = {
|
|
81
|
+
ClientUID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
82
|
+
ClientIP: FIpAddr; // 0x0048 (0x0014) [FIpAddr] [CPF_Parm]
|
|
83
|
+
ClientPort: number; // 0x005c (0x0004) [int32] [CPF_Parm]
|
|
84
|
+
OutAuthTicketUID: number; // 0x0060 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
|
|
85
|
+
ReturnValue: boolean; // 0x0064 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.GetServerAddr
|
|
90
|
+
*/
|
|
91
|
+
export type OnlineAuthInterfaceSteamworks_GetServerAddr_Params = {
|
|
92
|
+
OutServerIP: FIpAddr; // 0x0000 (0x0014) [FIpAddr] [CPF_Parm | CPF_OutParm]
|
|
93
|
+
OutServerPort: number; // 0x0014 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
|
|
94
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.GetServerUniqueId
|
|
99
|
+
*/
|
|
100
|
+
export type OnlineAuthInterfaceSteamworks_GetServerUniqueId_Params = {
|
|
101
|
+
OutServerUID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
102
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.RequestAuthTicket
|
|
107
|
+
*/
|
|
108
|
+
export type OnlineAuthInterfaceSteamworks_RequestAuthTicket_Params = {
|
|
109
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
110
|
+
Callback: FScriptDelegate; // 0x0048 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
111
|
+
ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.RequiresAuthTicket
|
|
116
|
+
*/
|
|
117
|
+
export type OnlineAuthInterfaceSteamworks_RequiresAuthTicket_Params = {
|
|
118
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.SendClientAuthRequest
|
|
123
|
+
*/
|
|
124
|
+
export type OnlineAuthInterfaceSteamworks_SendClientAuthRequest_Params = {
|
|
125
|
+
ClientConnection: UPlayer; // 0x0000 (0x0008) [UPlayer*] [CPF_Parm]
|
|
126
|
+
ClientUID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
127
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.SendServerAuthRequest
|
|
132
|
+
*/
|
|
133
|
+
export type OnlineAuthInterfaceSteamworks_SendServerAuthRequest_Params = {
|
|
134
|
+
ServerUID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
135
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.VerifyClientAuthSession
|
|
140
|
+
*/
|
|
141
|
+
export type OnlineAuthInterfaceSteamworks_VerifyClientAuthSession_Params = {
|
|
142
|
+
ClientUID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
143
|
+
ClientIP: FIpAddr; // 0x0048 (0x0014) [FIpAddr] [CPF_Parm]
|
|
144
|
+
ClientPort: number; // 0x005c (0x0004) [int32] [CPF_Parm]
|
|
145
|
+
AuthTicketUID: number; // 0x0060 (0x0004) [int32] [CPF_Parm]
|
|
146
|
+
ReturnValue: boolean; // 0x0064 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Function OnlineSubsystemSteamworks.OnlineAuthInterfaceSteamworks.VerifyServerAuthSession
|
|
151
|
+
*/
|
|
152
|
+
export type OnlineAuthInterfaceSteamworks_VerifyServerAuthSession_Params = {
|
|
153
|
+
ServerUID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
154
|
+
ServerIP: FIpAddr; // 0x0048 (0x0014) [FIpAddr] [CPF_Parm]
|
|
155
|
+
AuthTicketUID: number; // 0x005c (0x0004) [int32] [CPF_Parm]
|
|
156
|
+
ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.AddDownloadContentCompleteDelegate
|
|
161
|
+
*/
|
|
162
|
+
export type OnlineCommunityContentInterfaceSteamworks_AddDownloadContentCompleteDelegate_Params = {
|
|
163
|
+
DownloadContentCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.AddGetContentPayloadCompleteDelegate
|
|
168
|
+
*/
|
|
169
|
+
export type OnlineCommunityContentInterfaceSteamworks_AddGetContentPayloadCompleteDelegate_Params = {
|
|
170
|
+
GetContentPayloadCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.AddReadContentListCompleteDelegate
|
|
175
|
+
*/
|
|
176
|
+
export type OnlineCommunityContentInterfaceSteamworks_AddReadContentListCompleteDelegate_Params = {
|
|
177
|
+
ReadContentListCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.AddReadFriendsContentListCompleteDelegate
|
|
182
|
+
*/
|
|
183
|
+
export type OnlineCommunityContentInterfaceSteamworks_AddReadFriendsContentListCompleteDelegate_Params = {
|
|
184
|
+
ReadFriendsContentListCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.AddUploadContentCompleteDelegate
|
|
189
|
+
*/
|
|
190
|
+
export type OnlineCommunityContentInterfaceSteamworks_AddUploadContentCompleteDelegate_Params = {
|
|
191
|
+
UploadContentCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.ClearDownloadContentCompleteDelegate
|
|
196
|
+
*/
|
|
197
|
+
export type OnlineCommunityContentInterfaceSteamworks_ClearDownloadContentCompleteDelegate_Params = {
|
|
198
|
+
DownloadContentCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.ClearGetContentPayloadCompleteDelegate
|
|
203
|
+
*/
|
|
204
|
+
export type OnlineCommunityContentInterfaceSteamworks_ClearGetContentPayloadCompleteDelegate_Params = {
|
|
205
|
+
GetContentPayloadCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.ClearReadContentListCompleteDelegate
|
|
210
|
+
*/
|
|
211
|
+
export type OnlineCommunityContentInterfaceSteamworks_ClearReadContentListCompleteDelegate_Params = {
|
|
212
|
+
ReadContentListCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.ClearReadFriendsContentListCompleteDelegate
|
|
217
|
+
*/
|
|
218
|
+
export type OnlineCommunityContentInterfaceSteamworks_ClearReadFriendsContentListCompleteDelegate_Params = {
|
|
219
|
+
ReadFriendsContentListCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.ClearUploadContentCompleteDelegate
|
|
224
|
+
*/
|
|
225
|
+
export type OnlineCommunityContentInterfaceSteamworks_ClearUploadContentCompleteDelegate_Params = {
|
|
226
|
+
UploadContentCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.CreateWorkshopItem
|
|
231
|
+
*/
|
|
232
|
+
export type OnlineCommunityContentInterfaceSteamworks_CreateWorkshopItem_Params = {};
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.DownloadAllWorkshopData
|
|
236
|
+
*/
|
|
237
|
+
export type OnlineCommunityContentInterfaceSteamworks_DownloadAllWorkshopData_Params = {
|
|
238
|
+
Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.DownloadContent
|
|
243
|
+
*/
|
|
244
|
+
export type OnlineCommunityContentInterfaceSteamworks_DownloadContent_Params = {
|
|
245
|
+
PlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
246
|
+
FileToDownload: FCommunityContentFile; // 0x0008 (0x0090) [FCommunityContentFile] [CPF_Parm | CPF_OutParm]
|
|
247
|
+
ReturnValue: boolean; // 0x0098 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.Exit
|
|
252
|
+
*/
|
|
253
|
+
export type OnlineCommunityContentInterfaceSteamworks_Exit_Params = {};
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.GetContentList
|
|
257
|
+
*/
|
|
258
|
+
export type OnlineCommunityContentInterfaceSteamworks_GetContentList_Params = {
|
|
259
|
+
PlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
260
|
+
ContentFiles: FCommunityContentFile[]; // 0x0008 (0x0010) [TArray<FCommunityContentFile>] [CPF_Parm | CPF_OutParm]
|
|
261
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
262
|
+
};
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.GetContentPayload
|
|
266
|
+
*/
|
|
267
|
+
export type OnlineCommunityContentInterfaceSteamworks_GetContentPayload_Params = {
|
|
268
|
+
PlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
269
|
+
FileDownloaded: FCommunityContentFile; // 0x0008 (0x0090) [FCommunityContentFile] [CPF_Parm | CPF_OutParm]
|
|
270
|
+
ReturnValue: boolean; // 0x0098 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.GetFriendsContentList
|
|
275
|
+
*/
|
|
276
|
+
export type OnlineCommunityContentInterfaceSteamworks_GetFriendsContentList_Params = {
|
|
277
|
+
PlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
278
|
+
Friend: FOnlineFriend; // 0x0008 (0x0118) [FOnlineFriend] [CPF_Parm | CPF_OutParm]
|
|
279
|
+
ContentFiles: FCommunityContentFile[]; // 0x0120 (0x0010) [TArray<FCommunityContentFile>] [CPF_Parm | CPF_OutParm]
|
|
280
|
+
ReturnValue: boolean; // 0x0130 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.Init
|
|
285
|
+
*/
|
|
286
|
+
export type OnlineCommunityContentInterfaceSteamworks_Init_Params = {
|
|
287
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.OnDownloadContentComplete
|
|
292
|
+
*/
|
|
293
|
+
export type OnlineCommunityContentInterfaceSteamworks_OnDownloadContentComplete_Params = {
|
|
294
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
295
|
+
FileDownloaded: FCommunityContentFile; // 0x0008 (0x0090) [FCommunityContentFile] [CPF_Parm]
|
|
296
|
+
Payload: number[]; // 0x0098 (0x0010) [TArray<uint8>] [CPF_Parm]
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.OnDownloadedWorkshopData
|
|
301
|
+
*/
|
|
302
|
+
export type OnlineCommunityContentInterfaceSteamworks_OnDownloadedWorkshopData_Params = {
|
|
303
|
+
Items: FDownloadedWorkshopData[]; // 0x0000 (0x0010) [TArray<FDownloadedWorkshopData>] [CPF_Parm | CPF_OutParm]
|
|
304
|
+
bSuccess: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
305
|
+
};
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.OnGetContentPayloadComplete
|
|
309
|
+
*/
|
|
310
|
+
export type OnlineCommunityContentInterfaceSteamworks_OnGetContentPayloadComplete_Params = {
|
|
311
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
312
|
+
FileDownloaded: FCommunityContentFile; // 0x0008 (0x0090) [FCommunityContentFile] [CPF_Parm]
|
|
313
|
+
Payload: number[]; // 0x0098 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.OnReadContentListComplete
|
|
318
|
+
*/
|
|
319
|
+
export type OnlineCommunityContentInterfaceSteamworks_OnReadContentListComplete_Params = {
|
|
320
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
321
|
+
ContentFiles: FCommunityContentFile[]; // 0x0008 (0x0010) [TArray<FCommunityContentFile>] [CPF_Parm]
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.OnReadFriendsContentListComplete
|
|
326
|
+
*/
|
|
327
|
+
export type OnlineCommunityContentInterfaceSteamworks_OnReadFriendsContentListComplete_Params = {
|
|
328
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
329
|
+
};
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.OnUploadContentComplete
|
|
333
|
+
*/
|
|
334
|
+
export type OnlineCommunityContentInterfaceSteamworks_OnUploadContentComplete_Params = {
|
|
335
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
336
|
+
UploadedFile: FCommunityContentFile; // 0x0008 (0x0090) [FCommunityContentFile] [CPF_Parm]
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.RateContent
|
|
341
|
+
*/
|
|
342
|
+
export type OnlineCommunityContentInterfaceSteamworks_RateContent_Params = {
|
|
343
|
+
PlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
344
|
+
FileToRate: FCommunityContentFile; // 0x0008 (0x0090) [FCommunityContentFile] [CPF_Parm | CPF_OutParm]
|
|
345
|
+
NewRating: number; // 0x0098 (0x0004) [int32] [CPF_Parm]
|
|
346
|
+
};
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.ReadContentList
|
|
350
|
+
*/
|
|
351
|
+
export type OnlineCommunityContentInterfaceSteamworks_ReadContentList_Params = {
|
|
352
|
+
PlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
353
|
+
NetId: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
354
|
+
Path: string; // 0x0050 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
355
|
+
StartAt: number; // 0x0060 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
356
|
+
NumToRead: number; // 0x0064 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
357
|
+
ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
358
|
+
};
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.ReadFriendsContentList
|
|
362
|
+
*/
|
|
363
|
+
export type OnlineCommunityContentInterfaceSteamworks_ReadFriendsContentList_Params = {
|
|
364
|
+
PlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
365
|
+
Friends: FOnlineFriend[]; // 0x0008 (0x0010) [TArray<FOnlineFriend>] [CPF_Parm | CPF_OutParm]
|
|
366
|
+
StartAt: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
367
|
+
NumToRead: number; // 0x001c (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
368
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
369
|
+
};
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.UpdateWorkshopItemUploadProgress
|
|
373
|
+
*/
|
|
374
|
+
export type OnlineCommunityContentInterfaceSteamworks_UpdateWorkshopItemUploadProgress_Params = {};
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* Function OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.UploadContent
|
|
378
|
+
*/
|
|
379
|
+
export type OnlineCommunityContentInterfaceSteamworks_UploadContent_Params = {
|
|
380
|
+
PlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
381
|
+
Payload: number[]; // 0x0008 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
382
|
+
MetaData: FCommunityContentMetadata; // 0x0018 (0x0038) [FCommunityContentMetadata] [CPF_Parm | CPF_OutParm]
|
|
383
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
384
|
+
};
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.AcceptGameInvite
|
|
388
|
+
*/
|
|
389
|
+
export type OnlineGameInterfaceSteamworks_AcceptGameInvite_Params = {
|
|
390
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
391
|
+
SessionName: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
|
|
392
|
+
ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.AddRegisterPlayerCompleteDelegate
|
|
397
|
+
*/
|
|
398
|
+
export type OnlineGameInterfaceSteamworks_AddRegisterPlayerCompleteDelegate_Params = {
|
|
399
|
+
RegisterPlayerCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
400
|
+
};
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.AddUnregisterPlayerCompleteDelegate
|
|
404
|
+
*/
|
|
405
|
+
export type OnlineGameInterfaceSteamworks_AddUnregisterPlayerCompleteDelegate_Params = {
|
|
406
|
+
UnregisterPlayerCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
407
|
+
};
|
|
408
|
+
|
|
409
|
+
/**
|
|
410
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.ClearRegisterPlayerCompleteDelegate
|
|
411
|
+
*/
|
|
412
|
+
export type OnlineGameInterfaceSteamworks_ClearRegisterPlayerCompleteDelegate_Params = {
|
|
413
|
+
RegisterPlayerCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
414
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.ClearUnregisterPlayerCompleteDelegate
|
|
419
|
+
*/
|
|
420
|
+
export type OnlineGameInterfaceSteamworks_ClearUnregisterPlayerCompleteDelegate_Params = {
|
|
421
|
+
UnregisterPlayerCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
422
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
423
|
+
};
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.OnGameInviteAccepted
|
|
427
|
+
*/
|
|
428
|
+
export type OnlineGameInterfaceSteamworks_OnGameInviteAccepted_Params = {
|
|
429
|
+
InviteResult: FOnlineGameSearchResult; // 0x0000 (0x0010) [FOnlineGameSearchResult] [CPF_Parm | CPF_OutParm]
|
|
430
|
+
ErrorString: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.OnRegisterPlayerComplete
|
|
435
|
+
*/
|
|
436
|
+
export type OnlineGameInterfaceSteamworks_OnRegisterPlayerComplete_Params = {
|
|
437
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
438
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
439
|
+
bWasSuccessful: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
440
|
+
};
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.OnUnregisterPlayerComplete
|
|
444
|
+
*/
|
|
445
|
+
export type OnlineGameInterfaceSteamworks_OnUnregisterPlayerComplete_Params = {
|
|
446
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
447
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
448
|
+
bWasSuccessful: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
449
|
+
};
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.PrintDebugInfo
|
|
453
|
+
*/
|
|
454
|
+
export type OnlineGameInterfaceSteamworks_PrintDebugInfo_Params = {
|
|
455
|
+
Drawer: UDebugDrawer; // 0x0000 (0x0008) [UDebugDrawer*] [CPF_Parm]
|
|
456
|
+
};
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.PrintDebugInfoNative
|
|
460
|
+
*/
|
|
461
|
+
export type OnlineGameInterfaceSteamworks_PrintDebugInfoNative_Params = {
|
|
462
|
+
Drawer: UDebugDrawer; // 0x0000 (0x0008) [UDebugDrawer*] [CPF_Parm]
|
|
463
|
+
};
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.AcceptGameInvite
|
|
467
|
+
*/
|
|
468
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_AcceptGameInvite_Params = {
|
|
469
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
470
|
+
SessionName: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
|
|
471
|
+
ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
472
|
+
};
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.AddRegisterPlayerCompleteDelegate
|
|
476
|
+
*/
|
|
477
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_AddRegisterPlayerCompleteDelegate_Params = {
|
|
478
|
+
RegisterPlayerCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.AddUnregisterPlayerCompleteDelegate
|
|
483
|
+
*/
|
|
484
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_AddUnregisterPlayerCompleteDelegate_Params = {
|
|
485
|
+
UnregisterPlayerCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.ClearRegisterPlayerCompleteDelegate
|
|
490
|
+
*/
|
|
491
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_ClearRegisterPlayerCompleteDelegate_Params = {
|
|
492
|
+
RegisterPlayerCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
493
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
494
|
+
};
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.ClearUnregisterPlayerCompleteDelegate
|
|
498
|
+
*/
|
|
499
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_ClearUnregisterPlayerCompleteDelegate_Params = {
|
|
500
|
+
UnregisterPlayerCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
501
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.OnRegisterPlayerComplete
|
|
506
|
+
*/
|
|
507
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_OnRegisterPlayerComplete_Params = {
|
|
508
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
509
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
510
|
+
bWasSuccessful: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.OnUnregisterPlayerComplete
|
|
515
|
+
*/
|
|
516
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_OnUnregisterPlayerComplete_Params = {
|
|
517
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
518
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
519
|
+
bWasSuccessful: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
520
|
+
};
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.QueryNonAdvertisedData
|
|
524
|
+
*/
|
|
525
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_QueryNonAdvertisedData_Params = {
|
|
526
|
+
StartAt: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
527
|
+
NumberToQuery: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
528
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.RegisterPlayer
|
|
533
|
+
*/
|
|
534
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_RegisterPlayer_Params = {
|
|
535
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
536
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
537
|
+
bWasInvited: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
538
|
+
ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.SetFriendJoinLocation
|
|
543
|
+
*/
|
|
544
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_SetFriendJoinLocation_Params = {
|
|
545
|
+
JoinablePlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
546
|
+
ServerAddress: string; // 0x0048 (0x0010) [FString] [CPF_Parm]
|
|
547
|
+
Visibility: ELobbyVisibility; // 0x0058 (0x0001) [ELobbyVisibility] [CPF_Parm]
|
|
548
|
+
};
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.UnregisterPlayer
|
|
552
|
+
*/
|
|
553
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_UnregisterPlayer_Params = {
|
|
554
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
555
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
556
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
557
|
+
};
|
|
558
|
+
|
|
559
|
+
/**
|
|
560
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks_PsyNet.UpdateOnlineGame
|
|
561
|
+
*/
|
|
562
|
+
export type OnlineGameInterfaceSteamworks_PsyNet_UpdateOnlineGame_Params = {
|
|
563
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
564
|
+
UpdatedGameSettings: UOnlineGameSettings; // 0x0008 (0x0008) [UOnlineGameSettings*] [CPF_Parm]
|
|
565
|
+
bShouldRefreshOnlineData: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
566
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
567
|
+
};
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.QueryNonAdvertisedData
|
|
571
|
+
*/
|
|
572
|
+
export type OnlineGameInterfaceSteamworks_QueryNonAdvertisedData_Params = {
|
|
573
|
+
StartAt: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
574
|
+
NumberToQuery: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
575
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
576
|
+
};
|
|
577
|
+
|
|
578
|
+
/**
|
|
579
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.RegisterPlayer
|
|
580
|
+
*/
|
|
581
|
+
export type OnlineGameInterfaceSteamworks_RegisterPlayer_Params = {
|
|
582
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
583
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
584
|
+
bWasInvited: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
585
|
+
ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
586
|
+
};
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.UnregisterPlayer
|
|
590
|
+
*/
|
|
591
|
+
export type OnlineGameInterfaceSteamworks_UnregisterPlayer_Params = {
|
|
592
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
593
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
594
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
595
|
+
};
|
|
596
|
+
|
|
597
|
+
/**
|
|
598
|
+
* Function OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.UpdateOnlineGame
|
|
599
|
+
*/
|
|
600
|
+
export type OnlineGameInterfaceSteamworks_UpdateOnlineGame_Params = {
|
|
601
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
602
|
+
UpdatedGameSettings: UOnlineGameSettings; // 0x0008 (0x0008) [UOnlineGameSettings*] [CPF_Parm]
|
|
603
|
+
bShouldRefreshOnlineData: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
604
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
605
|
+
};
|
|
606
|
+
|
|
607
|
+
/**
|
|
608
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.CanInviteToLobby
|
|
609
|
+
*/
|
|
610
|
+
export type OnlineLobbyInterfaceSteamworks_CanInviteToLobby_Params = {
|
|
611
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
612
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
613
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
614
|
+
};
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.CreateLobby
|
|
618
|
+
*/
|
|
619
|
+
export type OnlineLobbyInterfaceSteamworks_CreateLobby_Params = {
|
|
620
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
621
|
+
MaxPlayers: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
622
|
+
Type: ELobbyVisibility; // 0x0008 (0x0001) [ELobbyVisibility] [CPF_Parm | CPF_OptionalParm]
|
|
623
|
+
InitialSettings: FLobbyMetaData[]; // 0x0010 (0x0010) [TArray<FLobbyMetaData>] [CPF_Parm | CPF_OptionalParm]
|
|
624
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.FindLobbies
|
|
629
|
+
*/
|
|
630
|
+
export type OnlineLobbyInterfaceSteamworks_FindLobbies_Params = {
|
|
631
|
+
MaxResults: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
632
|
+
Filters: FLobbyFilter[]; // 0x0008 (0x0010) [TArray<FLobbyFilter>] [CPF_Parm | CPF_OptionalParm]
|
|
633
|
+
SortFilters: FLobbySortFilter[]; // 0x0018 (0x0010) [TArray<FLobbySortFilter>] [CPF_Parm | CPF_OptionalParm]
|
|
634
|
+
MinSlots: number; // 0x0028 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
635
|
+
Distance: ELobbyDistance; // 0x002c (0x0001) [ELobbyDistance] [CPF_Parm | CPF_OptionalParm]
|
|
636
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
637
|
+
};
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.GetLobbyAdmin
|
|
641
|
+
*/
|
|
642
|
+
export type OnlineLobbyInterfaceSteamworks_GetLobbyAdmin_Params = {
|
|
643
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
644
|
+
AdminId: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
645
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.GetLobbyFromCommandline
|
|
650
|
+
*/
|
|
651
|
+
export type OnlineLobbyInterfaceSteamworks_GetLobbyFromCommandline_Params = {
|
|
652
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
653
|
+
bMarkAsJoined: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
654
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
655
|
+
};
|
|
656
|
+
|
|
657
|
+
/**
|
|
658
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.InviteToLobby
|
|
659
|
+
*/
|
|
660
|
+
export type OnlineLobbyInterfaceSteamworks_InviteToLobby_Params = {
|
|
661
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
662
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
663
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
664
|
+
};
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.JoinLobby
|
|
668
|
+
*/
|
|
669
|
+
export type OnlineLobbyInterfaceSteamworks_JoinLobby_Params = {
|
|
670
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
671
|
+
LobbyId: FUniqueLobbyId; // 0x0008 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
672
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
673
|
+
};
|
|
674
|
+
|
|
675
|
+
/**
|
|
676
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.KickPlayer
|
|
677
|
+
*/
|
|
678
|
+
export type OnlineLobbyInterfaceSteamworks_KickPlayer_Params = {
|
|
679
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
680
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
681
|
+
Reason: ELobbyKickReason; // 0x0058 (0x0001) [ELobbyKickReason] [CPF_Parm]
|
|
682
|
+
ReturnValue: boolean; // 0x005c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
683
|
+
};
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.LeaveLobby
|
|
687
|
+
*/
|
|
688
|
+
export type OnlineLobbyInterfaceSteamworks_LeaveLobby_Params = {
|
|
689
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
690
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
691
|
+
};
|
|
692
|
+
|
|
693
|
+
/**
|
|
694
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.OnLobbyKicked
|
|
695
|
+
*/
|
|
696
|
+
export type OnlineLobbyInterfaceSteamworks_OnLobbyKicked_Params = {
|
|
697
|
+
Lobby: FActiveLobbyInfo; // 0x0000 (0x0030) [FActiveLobbyInfo] [CPF_Parm | CPF_OutParm]
|
|
698
|
+
AdminIndex: number; // 0x0030 (0x0004) [int32] [CPF_Parm]
|
|
699
|
+
};
|
|
700
|
+
|
|
701
|
+
/**
|
|
702
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.RemoveLobbySetting
|
|
703
|
+
*/
|
|
704
|
+
export type OnlineLobbyInterfaceSteamworks_RemoveLobbySetting_Params = {
|
|
705
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
706
|
+
Key: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
707
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
708
|
+
};
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.SendLobbyBinaryData
|
|
712
|
+
*/
|
|
713
|
+
export type OnlineLobbyInterfaceSteamworks_SendLobbyBinaryData_Params = {
|
|
714
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
715
|
+
Data: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
716
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
717
|
+
};
|
|
718
|
+
|
|
719
|
+
/**
|
|
720
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.SetLobbyLock
|
|
721
|
+
*/
|
|
722
|
+
export type OnlineLobbyInterfaceSteamworks_SetLobbyLock_Params = {
|
|
723
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
724
|
+
bLocked: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
725
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
726
|
+
};
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.SetLobbyOwner
|
|
730
|
+
*/
|
|
731
|
+
export type OnlineLobbyInterfaceSteamworks_SetLobbyOwner_Params = {
|
|
732
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
733
|
+
NewOwner: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
734
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
735
|
+
};
|
|
736
|
+
|
|
737
|
+
/**
|
|
738
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.SetLobbyServer
|
|
739
|
+
*/
|
|
740
|
+
export type OnlineLobbyInterfaceSteamworks_SetLobbyServer_Params = {
|
|
741
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
742
|
+
ServerUID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
743
|
+
ServerIP: string; // 0x0058 (0x0010) [FString] [CPF_Parm]
|
|
744
|
+
ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
745
|
+
};
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.SetLobbySetting
|
|
749
|
+
*/
|
|
750
|
+
export type OnlineLobbyInterfaceSteamworks_SetLobbySetting_Params = {
|
|
751
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
752
|
+
Key: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
753
|
+
Value: string; // 0x0020 (0x0010) [FString] [CPF_Parm]
|
|
754
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.SetLobbyType
|
|
759
|
+
*/
|
|
760
|
+
export type OnlineLobbyInterfaceSteamworks_SetLobbyType_Params = {
|
|
761
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
762
|
+
Type: ELobbyVisibility; // 0x0010 (0x0001) [ELobbyVisibility] [CPF_Parm]
|
|
763
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
764
|
+
};
|
|
765
|
+
|
|
766
|
+
/**
|
|
767
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.SetLobbyUserSetting
|
|
768
|
+
*/
|
|
769
|
+
export type OnlineLobbyInterfaceSteamworks_SetLobbyUserSetting_Params = {
|
|
770
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
771
|
+
Key: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
772
|
+
Value: string; // 0x0020 (0x0010) [FString] [CPF_Parm]
|
|
773
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
774
|
+
};
|
|
775
|
+
|
|
776
|
+
/**
|
|
777
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.ShowInviteUI
|
|
778
|
+
*/
|
|
779
|
+
export type OnlineLobbyInterfaceSteamworks_ShowInviteUI_Params = {
|
|
780
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
781
|
+
LobbyId: FUniqueLobbyId; // 0x0008 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OutParm]
|
|
782
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
783
|
+
};
|
|
784
|
+
|
|
785
|
+
/**
|
|
786
|
+
* Function OnlineSubsystemSteamworks.OnlineLobbyInterfaceSteamworks.UpdateFoundLobbies
|
|
787
|
+
*/
|
|
788
|
+
export type OnlineLobbyInterfaceSteamworks_UpdateFoundLobbies_Params = {
|
|
789
|
+
LobbyId: FUniqueLobbyId; // 0x0000 (0x0010) [FUniqueLobbyId] [CPF_Parm | CPF_OptionalParm]
|
|
790
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
791
|
+
};
|
|
792
|
+
|
|
793
|
+
/**
|
|
794
|
+
* Function OnlineSubsystemSteamworks.OnlinePurchaseInterfaceSteamworks.AddMicroTxnResponseDelegate
|
|
795
|
+
*/
|
|
796
|
+
export type OnlinePurchaseInterfaceSteamworks_AddMicroTxnResponseDelegate_Params = {
|
|
797
|
+
ResponseMicroTxnDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
798
|
+
};
|
|
799
|
+
|
|
800
|
+
/**
|
|
801
|
+
* Function OnlineSubsystemSteamworks.OnlinePurchaseInterfaceSteamworks.AppIdToName
|
|
802
|
+
*/
|
|
803
|
+
export type OnlinePurchaseInterfaceSteamworks_AppIdToName_Params = {
|
|
804
|
+
AppID: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
805
|
+
AppName: FName; // 0x0010 (0x0008) [FName] [CPF_Parm | CPF_OutParm]
|
|
806
|
+
bOptional: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
807
|
+
ReturnValue: boolean; // 0x001c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
808
|
+
Index: number; // 0x0020 (0x0004) [int32]
|
|
809
|
+
};
|
|
810
|
+
|
|
811
|
+
/**
|
|
812
|
+
* Function OnlineSubsystemSteamworks.OnlinePurchaseInterfaceSteamworks.AppNameToId
|
|
813
|
+
*/
|
|
814
|
+
export type OnlinePurchaseInterfaceSteamworks_AppNameToId_Params = {
|
|
815
|
+
AppName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
816
|
+
AppID: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
817
|
+
bOptional: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
818
|
+
ReturnValue: boolean; // 0x001c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
819
|
+
Index: number; // 0x0020 (0x0004) [int32]
|
|
820
|
+
};
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* Function OnlineSubsystemSteamworks.OnlinePurchaseInterfaceSteamworks.ClearMicroTxnResponseDelegate
|
|
824
|
+
*/
|
|
825
|
+
export type OnlinePurchaseInterfaceSteamworks_ClearMicroTxnResponseDelegate_Params = {
|
|
826
|
+
ResponseMicroTxnDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
827
|
+
Index: number; // 0x0018 (0x0004) [int32]
|
|
828
|
+
};
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* Function OnlineSubsystemSteamworks.OnlinePurchaseInterfaceSteamworks.FormatCurrency
|
|
832
|
+
*/
|
|
833
|
+
export type OnlinePurchaseInterfaceSteamworks_FormatCurrency_Params = {
|
|
834
|
+
Currency: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
835
|
+
Price: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
836
|
+
ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
837
|
+
formattedPrice: string; // 0x0028 (0x0010) [FString]
|
|
838
|
+
tempPrice: string; // 0x0038 (0x0010) [FString]
|
|
839
|
+
currencySymbol: string; // 0x0048 (0x0010) [FString]
|
|
840
|
+
priceArray: string[]; // 0x0058 (0x0010) [TArray<FString>]
|
|
841
|
+
I: number; // 0x0068 (0x0004) [int32]
|
|
842
|
+
decimals: number; // 0x006c (0x0004) [int32]
|
|
843
|
+
};
|
|
844
|
+
|
|
845
|
+
/**
|
|
846
|
+
* Function OnlineSubsystemSteamworks.OnlinePurchaseInterfaceSteamworks.GetAppPriceInfo
|
|
847
|
+
*/
|
|
848
|
+
export type OnlinePurchaseInterfaceSteamworks_GetAppPriceInfo_Params = {
|
|
849
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
850
|
+
AppNames: FName[]; // 0x0048 (0x0010) [TArray<FName>] [CPF_Parm | CPF_OutParm]
|
|
851
|
+
Callback: FScriptDelegate; // 0x0058 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
852
|
+
ReturnValue: boolean; // 0x0070 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
853
|
+
Request: FAppPriceInfoRequest; // 0x0078 (0x0030) [FAppPriceInfoRequest]
|
|
854
|
+
};
|
|
855
|
+
|
|
856
|
+
/**
|
|
857
|
+
* Function OnlineSubsystemSteamworks.OnlinePurchaseInterfaceSteamworks.HandleGetAppPriceInfoComplete
|
|
858
|
+
*/
|
|
859
|
+
export type OnlinePurchaseInterfaceSteamworks_HandleGetAppPriceInfoComplete_Params = {
|
|
860
|
+
Request: UHttpRequestInterface; // 0x0000 (0x0008) [UHttpRequestInterface*] [CPF_Parm]
|
|
861
|
+
Response: UHttpResponseInterface; // 0x0008 (0x0008) [UHttpResponseInterface*] [CPF_Parm]
|
|
862
|
+
bDidSucceed: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
863
|
+
Index: number; // 0x0014 (0x0004) [int32]
|
|
864
|
+
PriceRequest: FAppPriceInfoRequest; // 0x0018 (0x0030) [FAppPriceInfoRequest]
|
|
865
|
+
JSON: UJsonObject; // 0x0048 (0x0008) [UJsonObject*]
|
|
866
|
+
JsonElement: UJsonObject; // 0x0050 (0x0008) [UJsonObject*]
|
|
867
|
+
LocalAppId: string; // 0x0058 (0x0010) [FString]
|
|
868
|
+
Currency: string; // 0x0068 (0x0010) [FString]
|
|
869
|
+
Price: string; // 0x0078 (0x0010) [FString]
|
|
870
|
+
DiscountPrice: string; // 0x0088 (0x0010) [FString]
|
|
871
|
+
IntPrice: number; // 0x0098 (0x0004) [int32]
|
|
872
|
+
IntDiscountPrice: number; // 0x009c (0x0004) [int32]
|
|
873
|
+
DiscountPercent: number; // 0x00a0 (0x0004) [int32]
|
|
874
|
+
Callback: FScriptDelegate; // 0x00a8 (0x0018) [FScriptDelegate]
|
|
875
|
+
AppName: FName; // 0x00c0 (0x0008) [FName]
|
|
876
|
+
};
|
|
877
|
+
|
|
878
|
+
/**
|
|
879
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AcceptFriendInvite
|
|
880
|
+
*/
|
|
881
|
+
export type OnlineSubsystemSteamworks_AcceptFriendInvite_Params = {
|
|
882
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
883
|
+
RequestingPlayer: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
884
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
885
|
+
};
|
|
886
|
+
|
|
887
|
+
/**
|
|
888
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddAcceptFriendInviteCompleteDelegate
|
|
889
|
+
*/
|
|
890
|
+
export type OnlineSubsystemSteamworks_AddAcceptFriendInviteCompleteDelegate_Params = {
|
|
891
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
892
|
+
FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
893
|
+
};
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddAddFriendByNameCompleteDelegate
|
|
897
|
+
*/
|
|
898
|
+
export type OnlineSubsystemSteamworks_AddAddFriendByNameCompleteDelegate_Params = {
|
|
899
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
900
|
+
FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
901
|
+
};
|
|
902
|
+
|
|
903
|
+
/**
|
|
904
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddAddFriendCompleteDelegate
|
|
905
|
+
*/
|
|
906
|
+
export type OnlineSubsystemSteamworks_AddAddFriendCompleteDelegate_Params = {
|
|
907
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
908
|
+
FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
909
|
+
};
|
|
910
|
+
|
|
911
|
+
/**
|
|
912
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddAvatarChangeDelegate
|
|
913
|
+
*/
|
|
914
|
+
export type OnlineSubsystemSteamworks_AddAvatarChangeDelegate_Params = {
|
|
915
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
916
|
+
AvatarDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
917
|
+
};
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddBlockListUpdatedDelegate
|
|
921
|
+
*/
|
|
922
|
+
export type OnlineSubsystemSteamworks_AddBlockListUpdatedDelegate_Params = {
|
|
923
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
924
|
+
Delegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
925
|
+
};
|
|
926
|
+
|
|
927
|
+
/**
|
|
928
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddCanPlayOnlineChangedDelegate
|
|
929
|
+
*/
|
|
930
|
+
export type OnlineSubsystemSteamworks_AddCanPlayOnlineChangedDelegate_Params = {
|
|
931
|
+
Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
932
|
+
};
|
|
933
|
+
|
|
934
|
+
/**
|
|
935
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddCaptureAvailabilityChangeDelegate
|
|
936
|
+
*/
|
|
937
|
+
export type OnlineSubsystemSteamworks_AddCaptureAvailabilityChangeDelegate_Params = {
|
|
938
|
+
CaptureAvailabilityDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
939
|
+
};
|
|
940
|
+
|
|
941
|
+
/**
|
|
942
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddCloseKickPlayerDialogDelegate
|
|
943
|
+
*/
|
|
944
|
+
export type OnlineSubsystemSteamworks_AddCloseKickPlayerDialogDelegate_Params = {
|
|
945
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
946
|
+
};
|
|
947
|
+
|
|
948
|
+
/**
|
|
949
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddCommerceDialogClosedDelegate
|
|
950
|
+
*/
|
|
951
|
+
export type OnlineSubsystemSteamworks_AddCommerceDialogClosedDelegate_Params = {
|
|
952
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
953
|
+
};
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddConnectionStatusChangeDelegate
|
|
957
|
+
*/
|
|
958
|
+
export type OnlineSubsystemSteamworks_AddConnectionStatusChangeDelegate_Params = {
|
|
959
|
+
ConnectionStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
960
|
+
};
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddControllerChangeDelegate
|
|
964
|
+
*/
|
|
965
|
+
export type OnlineSubsystemSteamworks_AddControllerChangeDelegate_Params = {
|
|
966
|
+
ControllerChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
967
|
+
};
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddDeleteUserFileCompleteDelegate
|
|
971
|
+
*/
|
|
972
|
+
export type OnlineSubsystemSteamworks_AddDeleteUserFileCompleteDelegate_Params = {
|
|
973
|
+
DeleteUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
974
|
+
};
|
|
975
|
+
|
|
976
|
+
/**
|
|
977
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddDenyFriendInviteCompleteDelegate
|
|
978
|
+
*/
|
|
979
|
+
export type OnlineSubsystemSteamworks_AddDenyFriendInviteCompleteDelegate_Params = {
|
|
980
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
981
|
+
FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
982
|
+
};
|
|
983
|
+
|
|
984
|
+
/**
|
|
985
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddDeviceSelectionDoneDelegate
|
|
986
|
+
*/
|
|
987
|
+
export type OnlineSubsystemSteamworks_AddDeviceSelectionDoneDelegate_Params = {
|
|
988
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
989
|
+
DeviceDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
990
|
+
};
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddEnumerateUserFileCompleteDelegate
|
|
994
|
+
*/
|
|
995
|
+
export type OnlineSubsystemSteamworks_AddEnumerateUserFileCompleteDelegate_Params = {
|
|
996
|
+
EnumerateUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
997
|
+
};
|
|
998
|
+
|
|
999
|
+
/**
|
|
1000
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddErrorDialogClosedDelegate
|
|
1001
|
+
*/
|
|
1002
|
+
export type OnlineSubsystemSteamworks_AddErrorDialogClosedDelegate_Params = {
|
|
1003
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1004
|
+
};
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddExternalUIChangeDelegate
|
|
1008
|
+
*/
|
|
1009
|
+
export type OnlineSubsystemSteamworks_AddExternalUIChangeDelegate_Params = {
|
|
1010
|
+
ExternalUIDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1011
|
+
};
|
|
1012
|
+
|
|
1013
|
+
/**
|
|
1014
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFlushOnlineStatsCompleteDelegate
|
|
1015
|
+
*/
|
|
1016
|
+
export type OnlineSubsystemSteamworks_AddFlushOnlineStatsCompleteDelegate_Params = {
|
|
1017
|
+
FlushOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1018
|
+
};
|
|
1019
|
+
|
|
1020
|
+
/**
|
|
1021
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFriend
|
|
1022
|
+
*/
|
|
1023
|
+
export type OnlineSubsystemSteamworks_AddFriend_Params = {
|
|
1024
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1025
|
+
NewFriend: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
1026
|
+
Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1027
|
+
ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1028
|
+
};
|
|
1029
|
+
|
|
1030
|
+
/**
|
|
1031
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFriendByName
|
|
1032
|
+
*/
|
|
1033
|
+
export type OnlineSubsystemSteamworks_AddFriendByName_Params = {
|
|
1034
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1035
|
+
FriendName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
1036
|
+
Message: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1037
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1038
|
+
};
|
|
1039
|
+
|
|
1040
|
+
/**
|
|
1041
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFriendInviteAcceptedDelegate
|
|
1042
|
+
*/
|
|
1043
|
+
export type OnlineSubsystemSteamworks_AddFriendInviteAcceptedDelegate_Params = {
|
|
1044
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1045
|
+
InviteAccepted: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1046
|
+
};
|
|
1047
|
+
|
|
1048
|
+
/**
|
|
1049
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFriendInviteCanceledDelegate
|
|
1050
|
+
*/
|
|
1051
|
+
export type OnlineSubsystemSteamworks_AddFriendInviteCanceledDelegate_Params = {
|
|
1052
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1053
|
+
InviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1054
|
+
};
|
|
1055
|
+
|
|
1056
|
+
/**
|
|
1057
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFriendInviteReceivedDelegate
|
|
1058
|
+
*/
|
|
1059
|
+
export type OnlineSubsystemSteamworks_AddFriendInviteReceivedDelegate_Params = {
|
|
1060
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1061
|
+
InviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1062
|
+
};
|
|
1063
|
+
|
|
1064
|
+
/**
|
|
1065
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFriendMessageReceivedDelegate
|
|
1066
|
+
*/
|
|
1067
|
+
export type OnlineSubsystemSteamworks_AddFriendMessageReceivedDelegate_Params = {
|
|
1068
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1069
|
+
MessageDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1070
|
+
};
|
|
1071
|
+
|
|
1072
|
+
/**
|
|
1073
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFriendPresenceChangeDelegate
|
|
1074
|
+
*/
|
|
1075
|
+
export type OnlineSubsystemSteamworks_AddFriendPresenceChangeDelegate_Params = {
|
|
1076
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1077
|
+
PresenceDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1078
|
+
};
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddFriendsChangeDelegate
|
|
1082
|
+
*/
|
|
1083
|
+
export type OnlineSubsystemSteamworks_AddFriendsChangeDelegate_Params = {
|
|
1084
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1085
|
+
FriendsDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1086
|
+
};
|
|
1087
|
+
|
|
1088
|
+
/**
|
|
1089
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddGetNumberOfCurrentPlayersCompleteDelegate
|
|
1090
|
+
*/
|
|
1091
|
+
export type OnlineSubsystemSteamworks_AddGetNumberOfCurrentPlayersCompleteDelegate_Params = {
|
|
1092
|
+
GetNumberOfCurrentPlayersCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1093
|
+
};
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddInGamePost
|
|
1097
|
+
*/
|
|
1098
|
+
export type OnlineSubsystemSteamworks_AddInGamePost_Params = {
|
|
1099
|
+
InPostID: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1100
|
+
LocalUserNum: number; // 0x0010 (0x0001) [uint8] [CPF_Parm]
|
|
1101
|
+
StringReplaceList: string[]; // 0x0018 (0x0010) [TArray<FString>] [CPF_Parm]
|
|
1102
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1103
|
+
};
|
|
1104
|
+
|
|
1105
|
+
/**
|
|
1106
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddInputAPIChangedDelegate
|
|
1107
|
+
*/
|
|
1108
|
+
export type OnlineSubsystemSteamworks_AddInputAPIChangedDelegate_Params = {
|
|
1109
|
+
InputAPIChangedDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1110
|
+
};
|
|
1111
|
+
|
|
1112
|
+
/**
|
|
1113
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddJoinFriendGameCompleteDelegate
|
|
1114
|
+
*/
|
|
1115
|
+
export type OnlineSubsystemSteamworks_AddJoinFriendGameCompleteDelegate_Params = {
|
|
1116
|
+
JoinFriendGameCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1117
|
+
};
|
|
1118
|
+
|
|
1119
|
+
/**
|
|
1120
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddKeyboardInputDoneDelegate
|
|
1121
|
+
*/
|
|
1122
|
+
export type OnlineSubsystemSteamworks_AddKeyboardInputDoneDelegate_Params = {
|
|
1123
|
+
InputDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1124
|
+
};
|
|
1125
|
+
|
|
1126
|
+
/**
|
|
1127
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddLinkStatusChangeDelegate
|
|
1128
|
+
*/
|
|
1129
|
+
export type OnlineSubsystemSteamworks_AddLinkStatusChangeDelegate_Params = {
|
|
1130
|
+
LinkStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1131
|
+
};
|
|
1132
|
+
|
|
1133
|
+
/**
|
|
1134
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddLoginCancelledDelegate
|
|
1135
|
+
*/
|
|
1136
|
+
export type OnlineSubsystemSteamworks_AddLoginCancelledDelegate_Params = {
|
|
1137
|
+
CancelledDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1138
|
+
};
|
|
1139
|
+
|
|
1140
|
+
/**
|
|
1141
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddLoginChangeDelegate
|
|
1142
|
+
*/
|
|
1143
|
+
export type OnlineSubsystemSteamworks_AddLoginChangeDelegate_Params = {
|
|
1144
|
+
LoginDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1145
|
+
};
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddLoginFailedDelegate
|
|
1149
|
+
*/
|
|
1150
|
+
export type OnlineSubsystemSteamworks_AddLoginFailedDelegate_Params = {
|
|
1151
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1152
|
+
LoginFailedDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1153
|
+
};
|
|
1154
|
+
|
|
1155
|
+
/**
|
|
1156
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddLoginStatusChangeDelegate
|
|
1157
|
+
*/
|
|
1158
|
+
export type OnlineSubsystemSteamworks_AddLoginStatusChangeDelegate_Params = {
|
|
1159
|
+
LoginStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1160
|
+
LocalUserNum: number; // 0x0018 (0x0001) [uint8] [CPF_Parm]
|
|
1161
|
+
};
|
|
1162
|
+
|
|
1163
|
+
/**
|
|
1164
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddLogoutCompletedDelegate
|
|
1165
|
+
*/
|
|
1166
|
+
export type OnlineSubsystemSteamworks_AddLogoutCompletedDelegate_Params = {
|
|
1167
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1168
|
+
LogoutDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1169
|
+
};
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddMutingChangeDelegate
|
|
1173
|
+
*/
|
|
1174
|
+
export type OnlineSubsystemSteamworks_AddMutingChangeDelegate_Params = {
|
|
1175
|
+
MutingDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1176
|
+
};
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddPlayerBlockedDelegate
|
|
1180
|
+
*/
|
|
1181
|
+
export type OnlineSubsystemSteamworks_AddPlayerBlockedDelegate_Params = {
|
|
1182
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1183
|
+
Delegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1184
|
+
};
|
|
1185
|
+
|
|
1186
|
+
/**
|
|
1187
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddPlayerSigningOutDelegate
|
|
1188
|
+
*/
|
|
1189
|
+
export type OnlineSubsystemSteamworks_AddPlayerSigningOutDelegate_Params = {
|
|
1190
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1191
|
+
};
|
|
1192
|
+
|
|
1193
|
+
/**
|
|
1194
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddPlayerTalkingDelegate
|
|
1195
|
+
*/
|
|
1196
|
+
export type OnlineSubsystemSteamworks_AddPlayerTalkingDelegate_Params = {
|
|
1197
|
+
TalkerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1198
|
+
AddIndex: number; // 0x0018 (0x0004) [int32]
|
|
1199
|
+
};
|
|
1200
|
+
|
|
1201
|
+
/**
|
|
1202
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddPlayerToSession
|
|
1203
|
+
*/
|
|
1204
|
+
export type OnlineSubsystemSteamworks_AddPlayerToSession_Params = {
|
|
1205
|
+
ControllerId: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1206
|
+
};
|
|
1207
|
+
|
|
1208
|
+
/**
|
|
1209
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddPlayerUnblockedDelegate
|
|
1210
|
+
*/
|
|
1211
|
+
export type OnlineSubsystemSteamworks_AddPlayerUnblockedDelegate_Params = {
|
|
1212
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1213
|
+
Delegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1214
|
+
};
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddProfileDataChangedDelegate
|
|
1218
|
+
*/
|
|
1219
|
+
export type OnlineSubsystemSteamworks_AddProfileDataChangedDelegate_Params = {
|
|
1220
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1221
|
+
ProfileDataChangedDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1222
|
+
};
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddQueryUserByDisplayNameCompleteDelegate
|
|
1226
|
+
*/
|
|
1227
|
+
export type OnlineSubsystemSteamworks_AddQueryUserByDisplayNameCompleteDelegate_Params = {
|
|
1228
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1229
|
+
QueryDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1230
|
+
};
|
|
1231
|
+
|
|
1232
|
+
/**
|
|
1233
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadAchievementsCompleteDelegate
|
|
1234
|
+
*/
|
|
1235
|
+
export type OnlineSubsystemSteamworks_AddReadAchievementsCompleteDelegate_Params = {
|
|
1236
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1237
|
+
ReadAchievementsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1238
|
+
};
|
|
1239
|
+
|
|
1240
|
+
/**
|
|
1241
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadCrossTitleProfileSettingsCompleteDelegate
|
|
1242
|
+
*/
|
|
1243
|
+
export type OnlineSubsystemSteamworks_AddReadCrossTitleProfileSettingsCompleteDelegate_Params = {
|
|
1244
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1245
|
+
ReadProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1246
|
+
};
|
|
1247
|
+
|
|
1248
|
+
/**
|
|
1249
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadFriendsCompleteDelegate
|
|
1250
|
+
*/
|
|
1251
|
+
export type OnlineSubsystemSteamworks_AddReadFriendsCompleteDelegate_Params = {
|
|
1252
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1253
|
+
ReadFriendsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1254
|
+
};
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadOnlineStatsCompleteDelegate
|
|
1258
|
+
*/
|
|
1259
|
+
export type OnlineSubsystemSteamworks_AddReadOnlineStatsCompleteDelegate_Params = {
|
|
1260
|
+
ReadOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1261
|
+
};
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadPlayerStorageCompleteDelegate
|
|
1265
|
+
*/
|
|
1266
|
+
export type OnlineSubsystemSteamworks_AddReadPlayerStorageCompleteDelegate_Params = {
|
|
1267
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1268
|
+
ReadPlayerStorageCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1269
|
+
};
|
|
1270
|
+
|
|
1271
|
+
/**
|
|
1272
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadPlayerStorageForNetIdCompleteDelegate
|
|
1273
|
+
*/
|
|
1274
|
+
export type OnlineSubsystemSteamworks_AddReadPlayerStorageForNetIdCompleteDelegate_Params = {
|
|
1275
|
+
NetId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
1276
|
+
ReadPlayerStorageForNetIdCompleteDelegate: FScriptDelegate; // 0x0048 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadProfileSettingsCompleteDelegate
|
|
1281
|
+
*/
|
|
1282
|
+
export type OnlineSubsystemSteamworks_AddReadProfileSettingsCompleteDelegate_Params = {
|
|
1283
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1284
|
+
ReadProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1287
|
+
/**
|
|
1288
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadSharedFileCompleteDelegate
|
|
1289
|
+
*/
|
|
1290
|
+
export type OnlineSubsystemSteamworks_AddReadSharedFileCompleteDelegate_Params = {
|
|
1291
|
+
ReadSharedFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1292
|
+
};
|
|
1293
|
+
|
|
1294
|
+
/**
|
|
1295
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadTitleFileCompleteDelegate
|
|
1296
|
+
*/
|
|
1297
|
+
export type OnlineSubsystemSteamworks_AddReadTitleFileCompleteDelegate_Params = {
|
|
1298
|
+
ReadTitleFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1299
|
+
};
|
|
1300
|
+
|
|
1301
|
+
/**
|
|
1302
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReadUserFileCompleteDelegate
|
|
1303
|
+
*/
|
|
1304
|
+
export type OnlineSubsystemSteamworks_AddReadUserFileCompleteDelegate_Params = {
|
|
1305
|
+
ReadUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1306
|
+
};
|
|
1307
|
+
|
|
1308
|
+
/**
|
|
1309
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddReceivedGameInviteDelegate
|
|
1310
|
+
*/
|
|
1311
|
+
export type OnlineSubsystemSteamworks_AddReceivedGameInviteDelegate_Params = {
|
|
1312
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1313
|
+
ReceivedGameInviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1314
|
+
};
|
|
1315
|
+
|
|
1316
|
+
/**
|
|
1317
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddRecognitionCompleteDelegate
|
|
1318
|
+
*/
|
|
1319
|
+
export type OnlineSubsystemSteamworks_AddRecognitionCompleteDelegate_Params = {
|
|
1320
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1321
|
+
RecognitionDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1322
|
+
};
|
|
1323
|
+
|
|
1324
|
+
/**
|
|
1325
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddRegisteredControllerDelegate
|
|
1326
|
+
*/
|
|
1327
|
+
export type OnlineSubsystemSteamworks_AddRegisteredControllerDelegate_Params = {
|
|
1328
|
+
RegisteredControllerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1329
|
+
};
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddRegisterHostStatGuidCompleteDelegate
|
|
1333
|
+
*/
|
|
1334
|
+
export type OnlineSubsystemSteamworks_AddRegisterHostStatGuidCompleteDelegate_Params = {
|
|
1335
|
+
RegisterHostStatGuidCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1336
|
+
};
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddRemoveFriendCompleteDelegate
|
|
1340
|
+
*/
|
|
1341
|
+
export type OnlineSubsystemSteamworks_AddRemoveFriendCompleteDelegate_Params = {
|
|
1342
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1343
|
+
RemoveFriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1344
|
+
};
|
|
1345
|
+
|
|
1346
|
+
/**
|
|
1347
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddSaveDataNoSpaceDialogCompleteDelegate
|
|
1348
|
+
*/
|
|
1349
|
+
export type OnlineSubsystemSteamworks_AddSaveDataNoSpaceDialogCompleteDelegate_Params = {
|
|
1350
|
+
DeviceDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1351
|
+
};
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddStorageDeviceChangeDelegate
|
|
1355
|
+
*/
|
|
1356
|
+
export type OnlineSubsystemSteamworks_AddStorageDeviceChangeDelegate_Params = {
|
|
1357
|
+
StorageDeviceChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1358
|
+
};
|
|
1359
|
+
|
|
1360
|
+
/**
|
|
1361
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddSystemUserControllerPairingChangedDelegate
|
|
1362
|
+
*/
|
|
1363
|
+
export type OnlineSubsystemSteamworks_AddSystemUserControllerPairingChangedDelegate_Params = {
|
|
1364
|
+
PairingChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1365
|
+
};
|
|
1366
|
+
|
|
1367
|
+
/**
|
|
1368
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddUnlockAchievementCompleteDelegate
|
|
1369
|
+
*/
|
|
1370
|
+
export type OnlineSubsystemSteamworks_AddUnlockAchievementCompleteDelegate_Params = {
|
|
1371
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1372
|
+
UnlockAchievementCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1373
|
+
};
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddUnlockedDLCChangeDelegate
|
|
1377
|
+
*/
|
|
1378
|
+
export type OnlineSubsystemSteamworks_AddUnlockedDLCChangeDelegate_Params = {
|
|
1379
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1380
|
+
};
|
|
1381
|
+
|
|
1382
|
+
/**
|
|
1383
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddUnregisteredControllerDelegate
|
|
1384
|
+
*/
|
|
1385
|
+
export type OnlineSubsystemSteamworks_AddUnregisteredControllerDelegate_Params = {
|
|
1386
|
+
UnregisteredControllerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1387
|
+
};
|
|
1388
|
+
|
|
1389
|
+
/**
|
|
1390
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddUserOrphanedDelegate
|
|
1391
|
+
*/
|
|
1392
|
+
export type OnlineSubsystemSteamworks_AddUserOrphanedDelegate_Params = {
|
|
1393
|
+
UserOrphanedDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1394
|
+
};
|
|
1395
|
+
|
|
1396
|
+
/**
|
|
1397
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddUserRestoredDelegate
|
|
1398
|
+
*/
|
|
1399
|
+
export type OnlineSubsystemSteamworks_AddUserRestoredDelegate_Params = {
|
|
1400
|
+
UserRestoredDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1401
|
+
};
|
|
1402
|
+
|
|
1403
|
+
/**
|
|
1404
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddUserSignInCompleteDelegate
|
|
1405
|
+
*/
|
|
1406
|
+
export type OnlineSubsystemSteamworks_AddUserSignInCompleteDelegate_Params = {
|
|
1407
|
+
UserSignInCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1408
|
+
};
|
|
1409
|
+
|
|
1410
|
+
/**
|
|
1411
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddUserSwitchCompleteDelegate
|
|
1412
|
+
*/
|
|
1413
|
+
export type OnlineSubsystemSteamworks_AddUserSwitchCompleteDelegate_Params = {
|
|
1414
|
+
UserSwitchCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1415
|
+
};
|
|
1416
|
+
|
|
1417
|
+
/**
|
|
1418
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddWritePlayerStorageCompleteDelegate
|
|
1419
|
+
*/
|
|
1420
|
+
export type OnlineSubsystemSteamworks_AddWritePlayerStorageCompleteDelegate_Params = {
|
|
1421
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1422
|
+
WritePlayerStorageCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1423
|
+
};
|
|
1424
|
+
|
|
1425
|
+
/**
|
|
1426
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddWriteProfileSettingsCompleteDelegate
|
|
1427
|
+
*/
|
|
1428
|
+
export type OnlineSubsystemSteamworks_AddWriteProfileSettingsCompleteDelegate_Params = {
|
|
1429
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1430
|
+
WriteProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1431
|
+
};
|
|
1432
|
+
|
|
1433
|
+
/**
|
|
1434
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddWriteSharedFileCompleteDelegate
|
|
1435
|
+
*/
|
|
1436
|
+
export type OnlineSubsystemSteamworks_AddWriteSharedFileCompleteDelegate_Params = {
|
|
1437
|
+
WriteSharedFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1438
|
+
};
|
|
1439
|
+
|
|
1440
|
+
/**
|
|
1441
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AddWriteUserFileCompleteDelegate
|
|
1442
|
+
*/
|
|
1443
|
+
export type OnlineSubsystemSteamworks_AddWriteUserFileCompleteDelegate_Params = {
|
|
1444
|
+
WriteUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1445
|
+
};
|
|
1446
|
+
|
|
1447
|
+
/**
|
|
1448
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AnyPlayerChatRestricted
|
|
1449
|
+
*/
|
|
1450
|
+
export type OnlineSubsystemSteamworks_AnyPlayerChatRestricted_Params = {
|
|
1451
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1452
|
+
};
|
|
1453
|
+
|
|
1454
|
+
/**
|
|
1455
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AreAnyFriends
|
|
1456
|
+
*/
|
|
1457
|
+
export type OnlineSubsystemSteamworks_AreAnyFriends_Params = {
|
|
1458
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1459
|
+
Query: FFriendsQuery[]; // 0x0008 (0x0010) [TArray<FFriendsQuery>] [CPF_Parm | CPF_OutParm]
|
|
1460
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1461
|
+
};
|
|
1462
|
+
|
|
1463
|
+
/**
|
|
1464
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AutoLogin
|
|
1465
|
+
*/
|
|
1466
|
+
export type OnlineSubsystemSteamworks_AutoLogin_Params = {
|
|
1467
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1468
|
+
};
|
|
1469
|
+
|
|
1470
|
+
/**
|
|
1471
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanAccessPremiumContent
|
|
1472
|
+
*/
|
|
1473
|
+
export type OnlineSubsystemSteamworks_CanAccessPremiumContent_Params = {
|
|
1474
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1475
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1476
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1477
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1478
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1479
|
+
};
|
|
1480
|
+
|
|
1481
|
+
/**
|
|
1482
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanAccessPremiumVideoContent
|
|
1483
|
+
*/
|
|
1484
|
+
export type OnlineSubsystemSteamworks_CanAccessPremiumVideoContent_Params = {
|
|
1485
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1486
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1487
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1488
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1489
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1490
|
+
};
|
|
1491
|
+
|
|
1492
|
+
/**
|
|
1493
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanBrowseInternet
|
|
1494
|
+
*/
|
|
1495
|
+
export type OnlineSubsystemSteamworks_CanBrowseInternet_Params = {
|
|
1496
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1497
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1498
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1499
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1500
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1501
|
+
};
|
|
1502
|
+
|
|
1503
|
+
/**
|
|
1504
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanCommunicate
|
|
1505
|
+
*/
|
|
1506
|
+
export type OnlineSubsystemSteamworks_CanCommunicate_Params = {
|
|
1507
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1508
|
+
CommMethod: ECommunicationMethod; // 0x0001 (0x0001) [ECommunicationMethod] [CPF_Parm]
|
|
1509
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1510
|
+
ReturnValue: EFeaturePrivilegeLevel; // 0x0008 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1511
|
+
};
|
|
1512
|
+
|
|
1513
|
+
/**
|
|
1514
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanCommunicateText
|
|
1515
|
+
*/
|
|
1516
|
+
export type OnlineSubsystemSteamworks_CanCommunicateText_Params = {
|
|
1517
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1518
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1519
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1520
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1521
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1522
|
+
};
|
|
1523
|
+
|
|
1524
|
+
/**
|
|
1525
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanCommunicateVideo
|
|
1526
|
+
*/
|
|
1527
|
+
export type OnlineSubsystemSteamworks_CanCommunicateVideo_Params = {
|
|
1528
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1529
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1530
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1531
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1532
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1533
|
+
};
|
|
1534
|
+
|
|
1535
|
+
/**
|
|
1536
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanCommunicateVoice
|
|
1537
|
+
*/
|
|
1538
|
+
export type OnlineSubsystemSteamworks_CanCommunicateVoice_Params = {
|
|
1539
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1540
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1541
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1542
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1543
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1544
|
+
};
|
|
1545
|
+
|
|
1546
|
+
/**
|
|
1547
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanDownloadUserContent
|
|
1548
|
+
*/
|
|
1549
|
+
export type OnlineSubsystemSteamworks_CanDownloadUserContent_Params = {
|
|
1550
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1551
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1552
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1553
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1554
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1555
|
+
};
|
|
1556
|
+
|
|
1557
|
+
/**
|
|
1558
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanPlayOnline
|
|
1559
|
+
*/
|
|
1560
|
+
export type OnlineSubsystemSteamworks_CanPlayOnline_Params = {
|
|
1561
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1562
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1563
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1564
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1565
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1566
|
+
};
|
|
1567
|
+
|
|
1568
|
+
/**
|
|
1569
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanPlayOnlineChanged
|
|
1570
|
+
*/
|
|
1571
|
+
export type OnlineSubsystemSteamworks_CanPlayOnlineChanged_Params = {
|
|
1572
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1573
|
+
};
|
|
1574
|
+
|
|
1575
|
+
/**
|
|
1576
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanPurchaseContent
|
|
1577
|
+
*/
|
|
1578
|
+
export type OnlineSubsystemSteamworks_CanPurchaseContent_Params = {
|
|
1579
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1580
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1581
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1582
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1583
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1584
|
+
};
|
|
1585
|
+
|
|
1586
|
+
/**
|
|
1587
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanRecordDVRClips
|
|
1588
|
+
*/
|
|
1589
|
+
export type OnlineSubsystemSteamworks_CanRecordDVRClips_Params = {
|
|
1590
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1591
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1592
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1593
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1594
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1595
|
+
};
|
|
1596
|
+
|
|
1597
|
+
/**
|
|
1598
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanRegisterController
|
|
1599
|
+
*/
|
|
1600
|
+
export type OnlineSubsystemSteamworks_CanRegisterController_Params = {
|
|
1601
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
1602
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1603
|
+
};
|
|
1604
|
+
|
|
1605
|
+
/**
|
|
1606
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanSendOfflinePartyInvite
|
|
1607
|
+
*/
|
|
1608
|
+
export type OnlineSubsystemSteamworks_CanSendOfflinePartyInvite_Params = {
|
|
1609
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
1610
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1611
|
+
};
|
|
1612
|
+
|
|
1613
|
+
/**
|
|
1614
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanShareKinectContent
|
|
1615
|
+
*/
|
|
1616
|
+
export type OnlineSubsystemSteamworks_CanShareKinectContent_Params = {
|
|
1617
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1618
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1619
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1620
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1621
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1622
|
+
};
|
|
1623
|
+
|
|
1624
|
+
/**
|
|
1625
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanShareUserCreatedContent
|
|
1626
|
+
*/
|
|
1627
|
+
export type OnlineSubsystemSteamworks_CanShareUserCreatedContent_Params = {
|
|
1628
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1629
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1630
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1631
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1632
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1633
|
+
};
|
|
1634
|
+
|
|
1635
|
+
/**
|
|
1636
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanShareWithSocialNetwork
|
|
1637
|
+
*/
|
|
1638
|
+
export type OnlineSubsystemSteamworks_CanShareWithSocialNetwork_Params = {
|
|
1639
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1640
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1641
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1642
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1643
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1644
|
+
};
|
|
1645
|
+
|
|
1646
|
+
/**
|
|
1647
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanShowPresenceInformation
|
|
1648
|
+
*/
|
|
1649
|
+
export type OnlineSubsystemSteamworks_CanShowPresenceInformation_Params = {
|
|
1650
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1651
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1652
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1653
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1654
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
/**
|
|
1658
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanUploadFitnessData
|
|
1659
|
+
*/
|
|
1660
|
+
export type OnlineSubsystemSteamworks_CanUploadFitnessData_Params = {
|
|
1661
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1662
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1663
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1664
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1665
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1666
|
+
};
|
|
1667
|
+
|
|
1668
|
+
/**
|
|
1669
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanUseCloudStorage
|
|
1670
|
+
*/
|
|
1671
|
+
export type OnlineSubsystemSteamworks_CanUseCloudStorage_Params = {
|
|
1672
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1673
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1674
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1675
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1676
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1677
|
+
};
|
|
1678
|
+
|
|
1679
|
+
/**
|
|
1680
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CanViewPlayerProfiles
|
|
1681
|
+
*/
|
|
1682
|
+
export type OnlineSubsystemSteamworks_CanViewPlayerProfiles_Params = {
|
|
1683
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1684
|
+
PrivilegeLevelHint: EFeaturePrivilegeLevel; // 0x0001 (0x0001) [EFeaturePrivilegeLevel] [CPF_Parm | CPF_OutParm]
|
|
1685
|
+
bAttemptToResolve: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
1686
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
1687
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1688
|
+
};
|
|
1689
|
+
|
|
1690
|
+
/**
|
|
1691
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CheckParentalControlInfo
|
|
1692
|
+
*/
|
|
1693
|
+
export type OnlineSubsystemSteamworks_CheckParentalControlInfo_Params = {
|
|
1694
|
+
bShowUi: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
1695
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1696
|
+
};
|
|
1697
|
+
|
|
1698
|
+
/**
|
|
1699
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearAcceptFriendInviteCompleteDelegate
|
|
1700
|
+
*/
|
|
1701
|
+
export type OnlineSubsystemSteamworks_ClearAcceptFriendInviteCompleteDelegate_Params = {
|
|
1702
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1703
|
+
FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1704
|
+
};
|
|
1705
|
+
|
|
1706
|
+
/**
|
|
1707
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearAccountPickerInput
|
|
1708
|
+
*/
|
|
1709
|
+
export type OnlineSubsystemSteamworks_ClearAccountPickerInput_Params = {};
|
|
1710
|
+
|
|
1711
|
+
/**
|
|
1712
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearAddFriendByNameCompleteDelegate
|
|
1713
|
+
*/
|
|
1714
|
+
export type OnlineSubsystemSteamworks_ClearAddFriendByNameCompleteDelegate_Params = {
|
|
1715
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1716
|
+
FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1717
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
1718
|
+
};
|
|
1719
|
+
|
|
1720
|
+
/**
|
|
1721
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearAddFriendCompleteDelegate
|
|
1722
|
+
*/
|
|
1723
|
+
export type OnlineSubsystemSteamworks_ClearAddFriendCompleteDelegate_Params = {
|
|
1724
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1725
|
+
FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1726
|
+
};
|
|
1727
|
+
|
|
1728
|
+
/**
|
|
1729
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearAllDelegates
|
|
1730
|
+
*/
|
|
1731
|
+
export type OnlineSubsystemSteamworks_ClearAllDelegates_Params = {};
|
|
1732
|
+
|
|
1733
|
+
/**
|
|
1734
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearAvatarChangeDelegate
|
|
1735
|
+
*/
|
|
1736
|
+
export type OnlineSubsystemSteamworks_ClearAvatarChangeDelegate_Params = {
|
|
1737
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1738
|
+
AvatarDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1739
|
+
};
|
|
1740
|
+
|
|
1741
|
+
/**
|
|
1742
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearCaptureAvailabilityChangeDelegate
|
|
1743
|
+
*/
|
|
1744
|
+
export type OnlineSubsystemSteamworks_ClearCaptureAvailabilityChangeDelegate_Params = {
|
|
1745
|
+
CaptureAvailabilityDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1746
|
+
};
|
|
1747
|
+
|
|
1748
|
+
/**
|
|
1749
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearCloseKickPlayerDialogDelegate
|
|
1750
|
+
*/
|
|
1751
|
+
export type OnlineSubsystemSteamworks_ClearCloseKickPlayerDialogDelegate_Params = {
|
|
1752
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1753
|
+
};
|
|
1754
|
+
|
|
1755
|
+
/**
|
|
1756
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearCommerceDialogClosedDelegate
|
|
1757
|
+
*/
|
|
1758
|
+
export type OnlineSubsystemSteamworks_ClearCommerceDialogClosedDelegate_Params = {
|
|
1759
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1760
|
+
};
|
|
1761
|
+
|
|
1762
|
+
/**
|
|
1763
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearConnectionStatusChangeDelegate
|
|
1764
|
+
*/
|
|
1765
|
+
export type OnlineSubsystemSteamworks_ClearConnectionStatusChangeDelegate_Params = {
|
|
1766
|
+
ConnectionStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1767
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1768
|
+
};
|
|
1769
|
+
|
|
1770
|
+
/**
|
|
1771
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearControllerChangeDelegate
|
|
1772
|
+
*/
|
|
1773
|
+
export type OnlineSubsystemSteamworks_ClearControllerChangeDelegate_Params = {
|
|
1774
|
+
ControllerChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1775
|
+
};
|
|
1776
|
+
|
|
1777
|
+
/**
|
|
1778
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearCrossTitleProfileSettings
|
|
1779
|
+
*/
|
|
1780
|
+
export type OnlineSubsystemSteamworks_ClearCrossTitleProfileSettings_Params = {
|
|
1781
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1782
|
+
TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
1783
|
+
};
|
|
1784
|
+
|
|
1785
|
+
/**
|
|
1786
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearDeleteUserFileCompleteDelegate
|
|
1787
|
+
*/
|
|
1788
|
+
export type OnlineSubsystemSteamworks_ClearDeleteUserFileCompleteDelegate_Params = {
|
|
1789
|
+
DeleteUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1790
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1791
|
+
};
|
|
1792
|
+
|
|
1793
|
+
/**
|
|
1794
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearDenyFriendInviteCompleteDelegate
|
|
1795
|
+
*/
|
|
1796
|
+
export type OnlineSubsystemSteamworks_ClearDenyFriendInviteCompleteDelegate_Params = {
|
|
1797
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1798
|
+
FriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1799
|
+
};
|
|
1800
|
+
|
|
1801
|
+
/**
|
|
1802
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearDeviceSelectionDoneDelegate
|
|
1803
|
+
*/
|
|
1804
|
+
export type OnlineSubsystemSteamworks_ClearDeviceSelectionDoneDelegate_Params = {
|
|
1805
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1806
|
+
DeviceDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1807
|
+
};
|
|
1808
|
+
|
|
1809
|
+
/**
|
|
1810
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearEnumerateUserFileCompleteDelegate
|
|
1811
|
+
*/
|
|
1812
|
+
export type OnlineSubsystemSteamworks_ClearEnumerateUserFileCompleteDelegate_Params = {
|
|
1813
|
+
EnumerateUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1814
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1815
|
+
};
|
|
1816
|
+
|
|
1817
|
+
/**
|
|
1818
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearErrorDialogClosedDelegate
|
|
1819
|
+
*/
|
|
1820
|
+
export type OnlineSubsystemSteamworks_ClearErrorDialogClosedDelegate_Params = {
|
|
1821
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1822
|
+
};
|
|
1823
|
+
|
|
1824
|
+
/**
|
|
1825
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearExternalUIChangeDelegate
|
|
1826
|
+
*/
|
|
1827
|
+
export type OnlineSubsystemSteamworks_ClearExternalUIChangeDelegate_Params = {
|
|
1828
|
+
ExternalUIDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1829
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1830
|
+
};
|
|
1831
|
+
|
|
1832
|
+
/**
|
|
1833
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearFile
|
|
1834
|
+
*/
|
|
1835
|
+
export type OnlineSubsystemSteamworks_ClearFile_Params = {
|
|
1836
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1837
|
+
Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
1838
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1839
|
+
};
|
|
1840
|
+
|
|
1841
|
+
/**
|
|
1842
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearFiles
|
|
1843
|
+
*/
|
|
1844
|
+
export type OnlineSubsystemSteamworks_ClearFiles_Params = {
|
|
1845
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
1846
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
1847
|
+
};
|
|
1848
|
+
|
|
1849
|
+
/**
|
|
1850
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearFlushOnlineStatsCompleteDelegate
|
|
1851
|
+
*/
|
|
1852
|
+
export type OnlineSubsystemSteamworks_ClearFlushOnlineStatsCompleteDelegate_Params = {
|
|
1853
|
+
FlushOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1854
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1855
|
+
};
|
|
1856
|
+
|
|
1857
|
+
/**
|
|
1858
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearFriendInviteCanceledDelegate
|
|
1859
|
+
*/
|
|
1860
|
+
export type OnlineSubsystemSteamworks_ClearFriendInviteCanceledDelegate_Params = {
|
|
1861
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1862
|
+
InviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1863
|
+
};
|
|
1864
|
+
|
|
1865
|
+
/**
|
|
1866
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearFriendInviteReceivedDelegate
|
|
1867
|
+
*/
|
|
1868
|
+
export type OnlineSubsystemSteamworks_ClearFriendInviteReceivedDelegate_Params = {
|
|
1869
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1870
|
+
InviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1871
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
1872
|
+
};
|
|
1873
|
+
|
|
1874
|
+
/**
|
|
1875
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearFriendMessageReceivedDelegate
|
|
1876
|
+
*/
|
|
1877
|
+
export type OnlineSubsystemSteamworks_ClearFriendMessageReceivedDelegate_Params = {
|
|
1878
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1879
|
+
MessageDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1880
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
1881
|
+
};
|
|
1882
|
+
|
|
1883
|
+
/**
|
|
1884
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearFriendPresenceChangeDelegate
|
|
1885
|
+
*/
|
|
1886
|
+
export type OnlineSubsystemSteamworks_ClearFriendPresenceChangeDelegate_Params = {
|
|
1887
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1888
|
+
PresenceDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1889
|
+
};
|
|
1890
|
+
|
|
1891
|
+
/**
|
|
1892
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearFriendsChangeDelegate
|
|
1893
|
+
*/
|
|
1894
|
+
export type OnlineSubsystemSteamworks_ClearFriendsChangeDelegate_Params = {
|
|
1895
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1896
|
+
FriendsDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1897
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
1898
|
+
};
|
|
1899
|
+
|
|
1900
|
+
/**
|
|
1901
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearGetNumberOfCurrentPlayersCompleteDelegate
|
|
1902
|
+
*/
|
|
1903
|
+
export type OnlineSubsystemSteamworks_ClearGetNumberOfCurrentPlayersCompleteDelegate_Params = {
|
|
1904
|
+
GetNumberOfCurrentPlayersCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1905
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1906
|
+
};
|
|
1907
|
+
|
|
1908
|
+
/**
|
|
1909
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearInputAPIChangedDelegate
|
|
1910
|
+
*/
|
|
1911
|
+
export type OnlineSubsystemSteamworks_ClearInputAPIChangedDelegate_Params = {
|
|
1912
|
+
InputAPIChangedDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1913
|
+
};
|
|
1914
|
+
|
|
1915
|
+
/**
|
|
1916
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearJoinFriendGameCompleteDelegate
|
|
1917
|
+
*/
|
|
1918
|
+
export type OnlineSubsystemSteamworks_ClearJoinFriendGameCompleteDelegate_Params = {
|
|
1919
|
+
JoinFriendGameCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1920
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1921
|
+
};
|
|
1922
|
+
|
|
1923
|
+
/**
|
|
1924
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearKeyboardInputDoneDelegate
|
|
1925
|
+
*/
|
|
1926
|
+
export type OnlineSubsystemSteamworks_ClearKeyboardInputDoneDelegate_Params = {
|
|
1927
|
+
InputDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1928
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1929
|
+
};
|
|
1930
|
+
|
|
1931
|
+
/**
|
|
1932
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearLinkStatusChangeDelegate
|
|
1933
|
+
*/
|
|
1934
|
+
export type OnlineSubsystemSteamworks_ClearLinkStatusChangeDelegate_Params = {
|
|
1935
|
+
LinkStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1936
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1937
|
+
};
|
|
1938
|
+
|
|
1939
|
+
/**
|
|
1940
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearLoginCancelledDelegate
|
|
1941
|
+
*/
|
|
1942
|
+
export type OnlineSubsystemSteamworks_ClearLoginCancelledDelegate_Params = {
|
|
1943
|
+
CancelledDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1944
|
+
};
|
|
1945
|
+
|
|
1946
|
+
/**
|
|
1947
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearLoginChangeDelegate
|
|
1948
|
+
*/
|
|
1949
|
+
export type OnlineSubsystemSteamworks_ClearLoginChangeDelegate_Params = {
|
|
1950
|
+
LoginDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1951
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1952
|
+
};
|
|
1953
|
+
|
|
1954
|
+
/**
|
|
1955
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearLoginFailedDelegate
|
|
1956
|
+
*/
|
|
1957
|
+
export type OnlineSubsystemSteamworks_ClearLoginFailedDelegate_Params = {
|
|
1958
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1959
|
+
LoginFailedDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1960
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
1961
|
+
};
|
|
1962
|
+
|
|
1963
|
+
/**
|
|
1964
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearLoginStatusChangeDelegate
|
|
1965
|
+
*/
|
|
1966
|
+
export type OnlineSubsystemSteamworks_ClearLoginStatusChangeDelegate_Params = {
|
|
1967
|
+
LoginStatusDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1968
|
+
LocalUserNum: number; // 0x0018 (0x0001) [uint8] [CPF_Parm]
|
|
1969
|
+
};
|
|
1970
|
+
|
|
1971
|
+
/**
|
|
1972
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearLogoutCompletedDelegate
|
|
1973
|
+
*/
|
|
1974
|
+
export type OnlineSubsystemSteamworks_ClearLogoutCompletedDelegate_Params = {
|
|
1975
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
1976
|
+
LogoutDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1977
|
+
};
|
|
1978
|
+
|
|
1979
|
+
/**
|
|
1980
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearMutingChangeDelegate
|
|
1981
|
+
*/
|
|
1982
|
+
export type OnlineSubsystemSteamworks_ClearMutingChangeDelegate_Params = {
|
|
1983
|
+
MutingDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1984
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
1985
|
+
};
|
|
1986
|
+
|
|
1987
|
+
/**
|
|
1988
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearPlayerSigningOutDelegate
|
|
1989
|
+
*/
|
|
1990
|
+
export type OnlineSubsystemSteamworks_ClearPlayerSigningOutDelegate_Params = {
|
|
1991
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1992
|
+
};
|
|
1993
|
+
|
|
1994
|
+
/**
|
|
1995
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearPlayerTalkingDelegate
|
|
1996
|
+
*/
|
|
1997
|
+
export type OnlineSubsystemSteamworks_ClearPlayerTalkingDelegate_Params = {
|
|
1998
|
+
TalkerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
1999
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
2000
|
+
};
|
|
2001
|
+
|
|
2002
|
+
/**
|
|
2003
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearPrimaryPlayer
|
|
2004
|
+
*/
|
|
2005
|
+
export type OnlineSubsystemSteamworks_ClearPrimaryPlayer_Params = {};
|
|
2006
|
+
|
|
2007
|
+
/**
|
|
2008
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearProfileDataChangedDelegate
|
|
2009
|
+
*/
|
|
2010
|
+
export type OnlineSubsystemSteamworks_ClearProfileDataChangedDelegate_Params = {
|
|
2011
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2012
|
+
ProfileDataChangedDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2013
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2014
|
+
};
|
|
2015
|
+
|
|
2016
|
+
/**
|
|
2017
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearQueryUserByDisplayNameCompleteDelegate
|
|
2018
|
+
*/
|
|
2019
|
+
export type OnlineSubsystemSteamworks_ClearQueryUserByDisplayNameCompleteDelegate_Params = {
|
|
2020
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2021
|
+
QueryDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2022
|
+
};
|
|
2023
|
+
|
|
2024
|
+
/**
|
|
2025
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadAchievementsCompleteDelegate
|
|
2026
|
+
*/
|
|
2027
|
+
export type OnlineSubsystemSteamworks_ClearReadAchievementsCompleteDelegate_Params = {
|
|
2028
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2029
|
+
ReadAchievementsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2030
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2031
|
+
};
|
|
2032
|
+
|
|
2033
|
+
/**
|
|
2034
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadCrossTitleProfileSettingsCompleteDelegate
|
|
2035
|
+
*/
|
|
2036
|
+
export type OnlineSubsystemSteamworks_ClearReadCrossTitleProfileSettingsCompleteDelegate_Params = {
|
|
2037
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2038
|
+
ReadProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2039
|
+
};
|
|
2040
|
+
|
|
2041
|
+
/**
|
|
2042
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadFriendsCompleteDelegate
|
|
2043
|
+
*/
|
|
2044
|
+
export type OnlineSubsystemSteamworks_ClearReadFriendsCompleteDelegate_Params = {
|
|
2045
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2046
|
+
ReadFriendsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2047
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2048
|
+
};
|
|
2049
|
+
|
|
2050
|
+
/**
|
|
2051
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadOnlineStatsCompleteDelegate
|
|
2052
|
+
*/
|
|
2053
|
+
export type OnlineSubsystemSteamworks_ClearReadOnlineStatsCompleteDelegate_Params = {
|
|
2054
|
+
ReadOnlineStatsCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2055
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
2056
|
+
};
|
|
2057
|
+
|
|
2058
|
+
/**
|
|
2059
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadPlayerStorageCompleteDelegate
|
|
2060
|
+
*/
|
|
2061
|
+
export type OnlineSubsystemSteamworks_ClearReadPlayerStorageCompleteDelegate_Params = {
|
|
2062
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2063
|
+
ReadPlayerStorageCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2064
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2065
|
+
};
|
|
2066
|
+
|
|
2067
|
+
/**
|
|
2068
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadPlayerStorageForNetIdCompleteDelegate
|
|
2069
|
+
*/
|
|
2070
|
+
export type OnlineSubsystemSteamworks_ClearReadPlayerStorageForNetIdCompleteDelegate_Params = {
|
|
2071
|
+
NetId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2072
|
+
ReadPlayerStorageForNetIdCompleteDelegate: FScriptDelegate; // 0x0048 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2073
|
+
RemoveIndex: number; // 0x0060 (0x0004) [int32]
|
|
2074
|
+
};
|
|
2075
|
+
|
|
2076
|
+
/**
|
|
2077
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadProfileSettingsCompleteDelegate
|
|
2078
|
+
*/
|
|
2079
|
+
export type OnlineSubsystemSteamworks_ClearReadProfileSettingsCompleteDelegate_Params = {
|
|
2080
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2081
|
+
ReadProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2082
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2083
|
+
};
|
|
2084
|
+
|
|
2085
|
+
/**
|
|
2086
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadSharedFileCompleteDelegate
|
|
2087
|
+
*/
|
|
2088
|
+
export type OnlineSubsystemSteamworks_ClearReadSharedFileCompleteDelegate_Params = {
|
|
2089
|
+
ReadSharedFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2090
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
2091
|
+
};
|
|
2092
|
+
|
|
2093
|
+
/**
|
|
2094
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadTitleFileCompleteDelegate
|
|
2095
|
+
*/
|
|
2096
|
+
export type OnlineSubsystemSteamworks_ClearReadTitleFileCompleteDelegate_Params = {
|
|
2097
|
+
ReadTitleFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2098
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
2099
|
+
};
|
|
2100
|
+
|
|
2101
|
+
/**
|
|
2102
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReadUserFileCompleteDelegate
|
|
2103
|
+
*/
|
|
2104
|
+
export type OnlineSubsystemSteamworks_ClearReadUserFileCompleteDelegate_Params = {
|
|
2105
|
+
ReadUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2106
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
2107
|
+
};
|
|
2108
|
+
|
|
2109
|
+
/**
|
|
2110
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearReceivedGameInviteDelegate
|
|
2111
|
+
*/
|
|
2112
|
+
export type OnlineSubsystemSteamworks_ClearReceivedGameInviteDelegate_Params = {
|
|
2113
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2114
|
+
ReceivedGameInviteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2115
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2116
|
+
};
|
|
2117
|
+
|
|
2118
|
+
/**
|
|
2119
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearRecognitionCompleteDelegate
|
|
2120
|
+
*/
|
|
2121
|
+
export type OnlineSubsystemSteamworks_ClearRecognitionCompleteDelegate_Params = {
|
|
2122
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2123
|
+
RecognitionDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2124
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2125
|
+
};
|
|
2126
|
+
|
|
2127
|
+
/**
|
|
2128
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearRegisteredControllerDelegate
|
|
2129
|
+
*/
|
|
2130
|
+
export type OnlineSubsystemSteamworks_ClearRegisteredControllerDelegate_Params = {
|
|
2131
|
+
RegisteredControllerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2132
|
+
};
|
|
2133
|
+
|
|
2134
|
+
/**
|
|
2135
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearRegisterHostStatGuidCompleteDelegateDelegate
|
|
2136
|
+
*/
|
|
2137
|
+
export type OnlineSubsystemSteamworks_ClearRegisterHostStatGuidCompleteDelegateDelegate_Params = {
|
|
2138
|
+
RegisterHostStatGuidCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2139
|
+
};
|
|
2140
|
+
|
|
2141
|
+
/**
|
|
2142
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearRemoveFriendCompleteDelegate
|
|
2143
|
+
*/
|
|
2144
|
+
export type OnlineSubsystemSteamworks_ClearRemoveFriendCompleteDelegate_Params = {
|
|
2145
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2146
|
+
RemoveFriendDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2147
|
+
};
|
|
2148
|
+
|
|
2149
|
+
/**
|
|
2150
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearSaveDataNoSpaceDialogCompleteDelegate
|
|
2151
|
+
*/
|
|
2152
|
+
export type OnlineSubsystemSteamworks_ClearSaveDataNoSpaceDialogCompleteDelegate_Params = {
|
|
2153
|
+
DeviceDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2154
|
+
};
|
|
2155
|
+
|
|
2156
|
+
/**
|
|
2157
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearSharedFile
|
|
2158
|
+
*/
|
|
2159
|
+
export type OnlineSubsystemSteamworks_ClearSharedFile_Params = {
|
|
2160
|
+
SharedHandle: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2161
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2162
|
+
};
|
|
2163
|
+
|
|
2164
|
+
/**
|
|
2165
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearSharedFiles
|
|
2166
|
+
*/
|
|
2167
|
+
export type OnlineSubsystemSteamworks_ClearSharedFiles_Params = {
|
|
2168
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2169
|
+
};
|
|
2170
|
+
|
|
2171
|
+
/**
|
|
2172
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearStorageDeviceChangeDelegate
|
|
2173
|
+
*/
|
|
2174
|
+
export type OnlineSubsystemSteamworks_ClearStorageDeviceChangeDelegate_Params = {
|
|
2175
|
+
StorageDeviceChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2176
|
+
};
|
|
2177
|
+
|
|
2178
|
+
/**
|
|
2179
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearSystemUserControllerPairingChangedDelegate
|
|
2180
|
+
*/
|
|
2181
|
+
export type OnlineSubsystemSteamworks_ClearSystemUserControllerPairingChangedDelegate_Params = {
|
|
2182
|
+
PairingChangeDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2183
|
+
};
|
|
2184
|
+
|
|
2185
|
+
/**
|
|
2186
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearUnlockAchievementCompleteDelegate
|
|
2187
|
+
*/
|
|
2188
|
+
export type OnlineSubsystemSteamworks_ClearUnlockAchievementCompleteDelegate_Params = {
|
|
2189
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2190
|
+
UnlockAchievementCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2191
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2192
|
+
};
|
|
2193
|
+
|
|
2194
|
+
/**
|
|
2195
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearUnlockedDLCChangeDelegate
|
|
2196
|
+
*/
|
|
2197
|
+
export type OnlineSubsystemSteamworks_ClearUnlockedDLCChangeDelegate_Params = {
|
|
2198
|
+
InDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2199
|
+
};
|
|
2200
|
+
|
|
2201
|
+
/**
|
|
2202
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearUnregisteredControllerDelegate
|
|
2203
|
+
*/
|
|
2204
|
+
export type OnlineSubsystemSteamworks_ClearUnregisteredControllerDelegate_Params = {
|
|
2205
|
+
UnregisteredControllerDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2206
|
+
};
|
|
2207
|
+
|
|
2208
|
+
/**
|
|
2209
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearUserOrphanedDelegate
|
|
2210
|
+
*/
|
|
2211
|
+
export type OnlineSubsystemSteamworks_ClearUserOrphanedDelegate_Params = {
|
|
2212
|
+
UserOrphanedDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2213
|
+
};
|
|
2214
|
+
|
|
2215
|
+
/**
|
|
2216
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearUserRestoredDelegate
|
|
2217
|
+
*/
|
|
2218
|
+
export type OnlineSubsystemSteamworks_ClearUserRestoredDelegate_Params = {
|
|
2219
|
+
UserRestoredDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2220
|
+
};
|
|
2221
|
+
|
|
2222
|
+
/**
|
|
2223
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearUserSignInCompleteDelegate
|
|
2224
|
+
*/
|
|
2225
|
+
export type OnlineSubsystemSteamworks_ClearUserSignInCompleteDelegate_Params = {
|
|
2226
|
+
UserSignInCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2227
|
+
};
|
|
2228
|
+
|
|
2229
|
+
/**
|
|
2230
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearUserSwitchCompleteDelegate
|
|
2231
|
+
*/
|
|
2232
|
+
export type OnlineSubsystemSteamworks_ClearUserSwitchCompleteDelegate_Params = {
|
|
2233
|
+
UserSwitchCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2234
|
+
};
|
|
2235
|
+
|
|
2236
|
+
/**
|
|
2237
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearWritePlayerStorageCompleteDelegate
|
|
2238
|
+
*/
|
|
2239
|
+
export type OnlineSubsystemSteamworks_ClearWritePlayerStorageCompleteDelegate_Params = {
|
|
2240
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2241
|
+
WritePlayerStorageCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2242
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2243
|
+
};
|
|
2244
|
+
|
|
2245
|
+
/**
|
|
2246
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearWriteProfileSettingsCompleteDelegate
|
|
2247
|
+
*/
|
|
2248
|
+
export type OnlineSubsystemSteamworks_ClearWriteProfileSettingsCompleteDelegate_Params = {
|
|
2249
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2250
|
+
WriteProfileSettingsCompleteDelegate: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2251
|
+
RemoveIndex: number; // 0x0020 (0x0004) [int32]
|
|
2252
|
+
};
|
|
2253
|
+
|
|
2254
|
+
/**
|
|
2255
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearWriteSharedFileCompleteDelegate
|
|
2256
|
+
*/
|
|
2257
|
+
export type OnlineSubsystemSteamworks_ClearWriteSharedFileCompleteDelegate_Params = {
|
|
2258
|
+
WriteSharedFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2259
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
2260
|
+
};
|
|
2261
|
+
|
|
2262
|
+
/**
|
|
2263
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ClearWriteUserFileCompleteDelegate
|
|
2264
|
+
*/
|
|
2265
|
+
export type OnlineSubsystemSteamworks_ClearWriteUserFileCompleteDelegate_Params = {
|
|
2266
|
+
WriteUserFileCompleteDelegate: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2267
|
+
RemoveIndex: number; // 0x0018 (0x0004) [int32]
|
|
2268
|
+
};
|
|
2269
|
+
|
|
2270
|
+
/**
|
|
2271
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.CreateLeaderboard
|
|
2272
|
+
*/
|
|
2273
|
+
export type OnlineSubsystemSteamworks_CreateLeaderboard_Params = {
|
|
2274
|
+
LeaderboardName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2275
|
+
SortType: ELeaderboardSortType; // 0x0010 (0x0001) [ELeaderboardSortType] [CPF_Parm]
|
|
2276
|
+
DisplayFormat: ELeaderboardFormat; // 0x0011 (0x0001) [ELeaderboardFormat] [CPF_Parm]
|
|
2277
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2278
|
+
};
|
|
2279
|
+
|
|
2280
|
+
/**
|
|
2281
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.DeleteMessage
|
|
2282
|
+
*/
|
|
2283
|
+
export type OnlineSubsystemSteamworks_DeleteMessage_Params = {
|
|
2284
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2285
|
+
MessageIndex: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
2286
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2287
|
+
};
|
|
2288
|
+
|
|
2289
|
+
/**
|
|
2290
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.DeleteUserFile
|
|
2291
|
+
*/
|
|
2292
|
+
export type OnlineSubsystemSteamworks_DeleteUserFile_Params = {
|
|
2293
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2294
|
+
Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
2295
|
+
bShouldCloudDelete: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
2296
|
+
bShouldLocallyDelete: boolean; // 0x0024 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
2297
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2298
|
+
};
|
|
2299
|
+
|
|
2300
|
+
/**
|
|
2301
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.DenyFriendInvite
|
|
2302
|
+
*/
|
|
2303
|
+
export type OnlineSubsystemSteamworks_DenyFriendInvite_Params = {
|
|
2304
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2305
|
+
RequestingPlayer: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2306
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2307
|
+
};
|
|
2308
|
+
|
|
2309
|
+
/**
|
|
2310
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.DisplayAchievementProgress
|
|
2311
|
+
*/
|
|
2312
|
+
export type OnlineSubsystemSteamworks_DisplayAchievementProgress_Params = {
|
|
2313
|
+
AchievementId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
2314
|
+
ProgressCount: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
2315
|
+
MaxProgress: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
|
|
2316
|
+
ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2317
|
+
};
|
|
2318
|
+
|
|
2319
|
+
/**
|
|
2320
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.EnumerateUserFiles
|
|
2321
|
+
*/
|
|
2322
|
+
export type OnlineSubsystemSteamworks_EnumerateUserFiles_Params = {
|
|
2323
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2324
|
+
};
|
|
2325
|
+
|
|
2326
|
+
/**
|
|
2327
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.EpicIDToPlatformID
|
|
2328
|
+
*/
|
|
2329
|
+
export type OnlineSubsystemSteamworks_EpicIDToPlatformID_Params = {
|
|
2330
|
+
EpicAccountId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2331
|
+
TargetPlatform: OnlinePlatform; // 0x0048 (0x0001) [OnlinePlatform] [CPF_Parm]
|
|
2332
|
+
Callback: FScriptDelegate; // 0x0050 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
2333
|
+
};
|
|
2334
|
+
|
|
2335
|
+
/**
|
|
2336
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.EpicIDToPlatformIDCallback
|
|
2337
|
+
*/
|
|
2338
|
+
export type OnlineSubsystemSteamworks_EpicIDToPlatformIDCallback_Params = {
|
|
2339
|
+
PlatformAccountId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2340
|
+
Error: string; // 0x0048 (0x0010) [FString] [CPF_Parm]
|
|
2341
|
+
};
|
|
2342
|
+
|
|
2343
|
+
/**
|
|
2344
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.Exit
|
|
2345
|
+
*/
|
|
2346
|
+
export type OnlineSubsystemSteamworks_Exit_Params = {};
|
|
2347
|
+
|
|
2348
|
+
/**
|
|
2349
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.FinishOnlineGameSession
|
|
2350
|
+
*/
|
|
2351
|
+
export type OnlineSubsystemSteamworks_FinishOnlineGameSession_Params = {
|
|
2352
|
+
ServerId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2353
|
+
};
|
|
2354
|
+
|
|
2355
|
+
/**
|
|
2356
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.FlushOnlineStats
|
|
2357
|
+
*/
|
|
2358
|
+
export type OnlineSubsystemSteamworks_FlushOnlineStats_Params = {
|
|
2359
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
2360
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2361
|
+
};
|
|
2362
|
+
|
|
2363
|
+
/**
|
|
2364
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.FreeStats
|
|
2365
|
+
*/
|
|
2366
|
+
export type OnlineSubsystemSteamworks_FreeStats_Params = {
|
|
2367
|
+
StatsRead: UOnlineStatsRead; // 0x0000 (0x0008) [UOnlineStatsRead*] [CPF_Parm]
|
|
2368
|
+
};
|
|
2369
|
+
|
|
2370
|
+
/**
|
|
2371
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.FriendPresenceChange
|
|
2372
|
+
*/
|
|
2373
|
+
export type OnlineSubsystemSteamworks_FriendPresenceChange_Params = {
|
|
2374
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2375
|
+
};
|
|
2376
|
+
|
|
2377
|
+
/**
|
|
2378
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetAchievements
|
|
2379
|
+
*/
|
|
2380
|
+
export type OnlineSubsystemSteamworks_GetAchievements_Params = {
|
|
2381
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2382
|
+
Achievements: FAchievementDetails[]; // 0x0008 (0x0010) [TArray<FAchievementDetails>] [CPF_Parm | CPF_OutParm]
|
|
2383
|
+
TitleId: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
2384
|
+
ReturnValue: EOnlineEnumerationReadState; // 0x001c (0x0001) [EOnlineEnumerationReadState] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2385
|
+
};
|
|
2386
|
+
|
|
2387
|
+
/**
|
|
2388
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetActiveDiscDLC
|
|
2389
|
+
*/
|
|
2390
|
+
export type OnlineSubsystemSteamworks_GetActiveDiscDLC_Params = {
|
|
2391
|
+
ReturnValue: FName[]; // 0x0000 (0x0010) [TArray<FName>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2392
|
+
};
|
|
2393
|
+
|
|
2394
|
+
/**
|
|
2395
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetBlockList
|
|
2396
|
+
*/
|
|
2397
|
+
export type OnlineSubsystemSteamworks_GetBlockList_Params = {
|
|
2398
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2399
|
+
OutBlockList: FOnlineFriend[]; // 0x0008 (0x0010) [TArray<FOnlineFriend>] [CPF_Parm | CPF_OutParm]
|
|
2400
|
+
};
|
|
2401
|
+
|
|
2402
|
+
/**
|
|
2403
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetClientStatGuid
|
|
2404
|
+
*/
|
|
2405
|
+
export type OnlineSubsystemSteamworks_GetClientStatGuid_Params = {
|
|
2406
|
+
ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2407
|
+
};
|
|
2408
|
+
|
|
2409
|
+
/**
|
|
2410
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetCommandlineJoinURL
|
|
2411
|
+
*/
|
|
2412
|
+
export type OnlineSubsystemSteamworks_GetCommandlineJoinURL_Params = {
|
|
2413
|
+
bMarkAsJoined: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
2414
|
+
ServerURL: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
2415
|
+
ServerUID: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
2416
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2417
|
+
};
|
|
2418
|
+
|
|
2419
|
+
/**
|
|
2420
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetConnectedControllerNames
|
|
2421
|
+
*/
|
|
2422
|
+
export type OnlineSubsystemSteamworks_GetConnectedControllerNames_Params = {
|
|
2423
|
+
ReturnValue: FName[]; // 0x0000 (0x0010) [TArray<FName>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2424
|
+
};
|
|
2425
|
+
|
|
2426
|
+
/**
|
|
2427
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetControllerID
|
|
2428
|
+
*/
|
|
2429
|
+
export type OnlineSubsystemSteamworks_GetControllerID_Params = {
|
|
2430
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
2431
|
+
ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2432
|
+
};
|
|
2433
|
+
|
|
2434
|
+
/**
|
|
2435
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetControllerPlatform
|
|
2436
|
+
*/
|
|
2437
|
+
export type OnlineSubsystemSteamworks_GetControllerPlatform_Params = {
|
|
2438
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
2439
|
+
ReturnValue: EInputPlatformType; // 0x0004 (0x0001) [EInputPlatformType] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2440
|
+
};
|
|
2441
|
+
|
|
2442
|
+
/**
|
|
2443
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetCrossTitleProfileSettings
|
|
2444
|
+
*/
|
|
2445
|
+
export type OnlineSubsystemSteamworks_GetCrossTitleProfileSettings_Params = {
|
|
2446
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2447
|
+
TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
2448
|
+
ReturnValue: UOnlineProfileSettings; // 0x0008 (0x0008) [UOnlineProfileSettings*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2449
|
+
};
|
|
2450
|
+
|
|
2451
|
+
/**
|
|
2452
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetCurrentConnectionStatus
|
|
2453
|
+
*/
|
|
2454
|
+
export type OnlineSubsystemSteamworks_GetCurrentConnectionStatus_Params = {
|
|
2455
|
+
ReturnValue: EOnlineServerConnectionStatus; // 0x0000 (0x0001) [EOnlineServerConnectionStatus] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2456
|
+
};
|
|
2457
|
+
|
|
2458
|
+
/**
|
|
2459
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetDeviceSelectionResults
|
|
2460
|
+
*/
|
|
2461
|
+
export type OnlineSubsystemSteamworks_GetDeviceSelectionResults_Params = {
|
|
2462
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2463
|
+
DeviceName: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
2464
|
+
ReturnValue: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2465
|
+
};
|
|
2466
|
+
|
|
2467
|
+
/**
|
|
2468
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetDLCPurchaseTime
|
|
2469
|
+
*/
|
|
2470
|
+
export type OnlineSubsystemSteamworks_GetDLCPurchaseTime_Params = {
|
|
2471
|
+
AppName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
2472
|
+
ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2473
|
+
};
|
|
2474
|
+
|
|
2475
|
+
/**
|
|
2476
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetEpicAccountId
|
|
2477
|
+
*/
|
|
2478
|
+
export type OnlineSubsystemSteamworks_GetEpicAccountId_Params = {
|
|
2479
|
+
PlatformId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2480
|
+
ReturnValue: FUniqueNetId; // 0x0048 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2481
|
+
};
|
|
2482
|
+
|
|
2483
|
+
/**
|
|
2484
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetFileContents
|
|
2485
|
+
*/
|
|
2486
|
+
export type OnlineSubsystemSteamworks_GetFileContents_Params = {
|
|
2487
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2488
|
+
Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
2489
|
+
FileContents: number[]; // 0x0020 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
2490
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2491
|
+
};
|
|
2492
|
+
|
|
2493
|
+
/**
|
|
2494
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetFriendJoinURL
|
|
2495
|
+
*/
|
|
2496
|
+
export type OnlineSubsystemSteamworks_GetFriendJoinURL_Params = {
|
|
2497
|
+
FriendUID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2498
|
+
ServerURL: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
2499
|
+
ServerUID: string; // 0x0058 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
2500
|
+
ReturnValue: boolean; // 0x0068 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2501
|
+
};
|
|
2502
|
+
|
|
2503
|
+
/**
|
|
2504
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetFriendMessages
|
|
2505
|
+
*/
|
|
2506
|
+
export type OnlineSubsystemSteamworks_GetFriendMessages_Params = {
|
|
2507
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2508
|
+
FriendMessages: FOnlineFriendMessage[]; // 0x0008 (0x0010) [TArray<FOnlineFriendMessage>] [CPF_Parm | CPF_OutParm]
|
|
2509
|
+
};
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetFriendPresence
|
|
2513
|
+
*/
|
|
2514
|
+
export type OnlineSubsystemSteamworks_GetFriendPresence_Params = {
|
|
2515
|
+
FriendData: FOnlineFriend; // 0x0000 (0x0118) [FOnlineFriend] [CPF_Parm | CPF_OutParm]
|
|
2516
|
+
};
|
|
2517
|
+
|
|
2518
|
+
/**
|
|
2519
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetFriendsList
|
|
2520
|
+
*/
|
|
2521
|
+
export type OnlineSubsystemSteamworks_GetFriendsList_Params = {
|
|
2522
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2523
|
+
Friends: FOnlineFriend[]; // 0x0008 (0x0010) [TArray<FOnlineFriend>] [CPF_Parm | CPF_OutParm]
|
|
2524
|
+
Count: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
2525
|
+
StartingAt: number; // 0x001c (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
2526
|
+
ReturnValue: EOnlineEnumerationReadState; // 0x0020 (0x0001) [EOnlineEnumerationReadState] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2527
|
+
};
|
|
2528
|
+
|
|
2529
|
+
/**
|
|
2530
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetHostStatGuid
|
|
2531
|
+
*/
|
|
2532
|
+
export type OnlineSubsystemSteamworks_GetHostStatGuid_Params = {
|
|
2533
|
+
ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2534
|
+
};
|
|
2535
|
+
|
|
2536
|
+
/**
|
|
2537
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetKeyboardInputResults
|
|
2538
|
+
*/
|
|
2539
|
+
export type OnlineSubsystemSteamworks_GetKeyboardInputResults_Params = {
|
|
2540
|
+
bWasCanceled: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
|
|
2541
|
+
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2542
|
+
};
|
|
2543
|
+
|
|
2544
|
+
/**
|
|
2545
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetLoginStatus
|
|
2546
|
+
*/
|
|
2547
|
+
export type OnlineSubsystemSteamworks_GetLoginStatus_Params = {
|
|
2548
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2549
|
+
ReturnValue: ELoginStatus; // 0x0001 (0x0001) [ELoginStatus] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2550
|
+
};
|
|
2551
|
+
|
|
2552
|
+
/**
|
|
2553
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetNATType
|
|
2554
|
+
*/
|
|
2555
|
+
export type OnlineSubsystemSteamworks_GetNATType_Params = {
|
|
2556
|
+
ReturnValue: ENATType; // 0x0000 (0x0001) [ENATType] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2557
|
+
};
|
|
2558
|
+
|
|
2559
|
+
/**
|
|
2560
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetNetworkNotificationPosition
|
|
2561
|
+
*/
|
|
2562
|
+
export type OnlineSubsystemSteamworks_GetNetworkNotificationPosition_Params = {
|
|
2563
|
+
ReturnValue: ENetworkNotificationPosition; // 0x0000 (0x0001) [ENetworkNotificationPosition] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2564
|
+
};
|
|
2565
|
+
|
|
2566
|
+
/**
|
|
2567
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetNumberOfCurrentPlayers
|
|
2568
|
+
*/
|
|
2569
|
+
export type OnlineSubsystemSteamworks_GetNumberOfCurrentPlayers_Params = {
|
|
2570
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2571
|
+
};
|
|
2572
|
+
|
|
2573
|
+
/**
|
|
2574
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetOverlayEnabled
|
|
2575
|
+
*/
|
|
2576
|
+
export type OnlineSubsystemSteamworks_GetOverlayEnabled_Params = {
|
|
2577
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2578
|
+
};
|
|
2579
|
+
|
|
2580
|
+
/**
|
|
2581
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetPlayerCountry
|
|
2582
|
+
*/
|
|
2583
|
+
export type OnlineSubsystemSteamworks_GetPlayerCountry_Params = {
|
|
2584
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2585
|
+
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2586
|
+
};
|
|
2587
|
+
|
|
2588
|
+
/**
|
|
2589
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetPlayerLanguage
|
|
2590
|
+
*/
|
|
2591
|
+
export type OnlineSubsystemSteamworks_GetPlayerLanguage_Params = {
|
|
2592
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2593
|
+
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2594
|
+
};
|
|
2595
|
+
|
|
2596
|
+
/**
|
|
2597
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetPlayerNickname
|
|
2598
|
+
*/
|
|
2599
|
+
export type OnlineSubsystemSteamworks_GetPlayerNickname_Params = {
|
|
2600
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2601
|
+
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2602
|
+
};
|
|
2603
|
+
|
|
2604
|
+
/**
|
|
2605
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetPlayerNicknameFromIndex
|
|
2606
|
+
*/
|
|
2607
|
+
export type OnlineSubsystemSteamworks_GetPlayerNicknameFromIndex_Params = {
|
|
2608
|
+
UserIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
2609
|
+
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2610
|
+
};
|
|
2611
|
+
|
|
2612
|
+
/**
|
|
2613
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetPlayerStorage
|
|
2614
|
+
*/
|
|
2615
|
+
export type OnlineSubsystemSteamworks_GetPlayerStorage_Params = {
|
|
2616
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2617
|
+
ReturnValue: UOnlinePlayerStorage; // 0x0008 (0x0008) [UOnlinePlayerStorage*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2618
|
+
};
|
|
2619
|
+
|
|
2620
|
+
/**
|
|
2621
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetPlayHistoryRegistrationKey
|
|
2622
|
+
*/
|
|
2623
|
+
export type OnlineSubsystemSteamworks_GetPlayHistoryRegistrationKey_Params = {
|
|
2624
|
+
Key: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
2625
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2626
|
+
};
|
|
2627
|
+
|
|
2628
|
+
/**
|
|
2629
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetProfileSettings
|
|
2630
|
+
*/
|
|
2631
|
+
export type OnlineSubsystemSteamworks_GetProfileSettings_Params = {
|
|
2632
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2633
|
+
ReturnValue: UOnlineProfileSettings; // 0x0008 (0x0008) [UOnlineProfileSettings*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2634
|
+
};
|
|
2635
|
+
|
|
2636
|
+
/**
|
|
2637
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetRecognitionResults
|
|
2638
|
+
*/
|
|
2639
|
+
export type OnlineSubsystemSteamworks_GetRecognitionResults_Params = {
|
|
2640
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2641
|
+
Words: FSpeechRecognizedWord[]; // 0x0008 (0x0010) [TArray<FSpeechRecognizedWord>] [CPF_Parm | CPF_OutParm]
|
|
2642
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2643
|
+
};
|
|
2644
|
+
|
|
2645
|
+
/**
|
|
2646
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetSharedFileContents
|
|
2647
|
+
*/
|
|
2648
|
+
export type OnlineSubsystemSteamworks_GetSharedFileContents_Params = {
|
|
2649
|
+
SharedHandle: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2650
|
+
FileContents: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
2651
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2652
|
+
};
|
|
2653
|
+
|
|
2654
|
+
/**
|
|
2655
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetSteamClanData
|
|
2656
|
+
*/
|
|
2657
|
+
export type OnlineSubsystemSteamworks_GetSteamClanData_Params = {
|
|
2658
|
+
Results: FSteamPlayerClanData[]; // 0x0000 (0x0010) [TArray<FSteamPlayerClanData>] [CPF_Parm | CPF_OutParm]
|
|
2659
|
+
};
|
|
2660
|
+
|
|
2661
|
+
/**
|
|
2662
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetSyncedAchievements
|
|
2663
|
+
*/
|
|
2664
|
+
export type OnlineSubsystemSteamworks_GetSyncedAchievements_Params = {
|
|
2665
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2666
|
+
ReturnValue: boolean[]; // 0x0008 (0x0010) [TArray<bool : 0x1>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2667
|
+
};
|
|
2668
|
+
|
|
2669
|
+
/**
|
|
2670
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetTitleFileContents
|
|
2671
|
+
*/
|
|
2672
|
+
export type OnlineSubsystemSteamworks_GetTitleFileContents_Params = {
|
|
2673
|
+
Filename: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2674
|
+
FileContents: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
2675
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2676
|
+
};
|
|
2677
|
+
|
|
2678
|
+
/**
|
|
2679
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetTitleFileState
|
|
2680
|
+
*/
|
|
2681
|
+
export type OnlineSubsystemSteamworks_GetTitleFileState_Params = {
|
|
2682
|
+
Filename: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2683
|
+
ReturnValue: EOnlineEnumerationReadState; // 0x0010 (0x0001) [EOnlineEnumerationReadState] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2684
|
+
};
|
|
2685
|
+
|
|
2686
|
+
/**
|
|
2687
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetUniquePlayerId
|
|
2688
|
+
*/
|
|
2689
|
+
export type OnlineSubsystemSteamworks_GetUniquePlayerId_Params = {
|
|
2690
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2691
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
2692
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2693
|
+
};
|
|
2694
|
+
|
|
2695
|
+
/**
|
|
2696
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetUnlockedDLC
|
|
2697
|
+
*/
|
|
2698
|
+
export type OnlineSubsystemSteamworks_GetUnlockedDLC_Params = {
|
|
2699
|
+
ReturnValue: FName[]; // 0x0000 (0x0010) [TArray<FName>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2700
|
+
};
|
|
2701
|
+
|
|
2702
|
+
/**
|
|
2703
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.GetUserFileList
|
|
2704
|
+
*/
|
|
2705
|
+
export type OnlineSubsystemSteamworks_GetUserFileList_Params = {
|
|
2706
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2707
|
+
UserFiles: FEmsFile[]; // 0x0010 (0x0010) [TArray<FEmsFile>] [CPF_Parm | CPF_OutParm]
|
|
2708
|
+
};
|
|
2709
|
+
|
|
2710
|
+
/**
|
|
2711
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.HandleBootMessage
|
|
2712
|
+
*/
|
|
2713
|
+
export type OnlineSubsystemSteamworks_HandleBootMessage_Params = {
|
|
2714
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2715
|
+
};
|
|
2716
|
+
|
|
2717
|
+
/**
|
|
2718
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.HandleGamepadConnectionStatusChanged
|
|
2719
|
+
*/
|
|
2720
|
+
export type OnlineSubsystemSteamworks_HandleGamepadConnectionStatusChanged_Params = {
|
|
2721
|
+
GVC: UGameViewportClient; // 0x0000 (0x0008) [UGameViewportClient*] [CPF_Parm]
|
|
2722
|
+
LocalPlayerNum: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
|
|
2723
|
+
bConnected: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm]
|
|
2724
|
+
};
|
|
2725
|
+
|
|
2726
|
+
/**
|
|
2727
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.HandleGamepadInputAPIChanged
|
|
2728
|
+
*/
|
|
2729
|
+
export type OnlineSubsystemSteamworks_HandleGamepadInputAPIChanged_Params = {
|
|
2730
|
+
GVC: UGameViewportClient; // 0x0000 (0x0008) [UGameViewportClient*] [CPF_Parm]
|
|
2731
|
+
LocalPlayerNum: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
|
|
2732
|
+
InputAPI: EInputAPI; // 0x000c (0x0001) [EInputAPI] [CPF_Parm]
|
|
2733
|
+
};
|
|
2734
|
+
|
|
2735
|
+
/**
|
|
2736
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.HasFriendsFunctionality
|
|
2737
|
+
*/
|
|
2738
|
+
export type OnlineSubsystemSteamworks_HasFriendsFunctionality_Params = {
|
|
2739
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2740
|
+
};
|
|
2741
|
+
|
|
2742
|
+
/**
|
|
2743
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.HasIncomingFriendInvite
|
|
2744
|
+
*/
|
|
2745
|
+
export type OnlineSubsystemSteamworks_HasIncomingFriendInvite_Params = {
|
|
2746
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2747
|
+
InviteFrom: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2748
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2749
|
+
};
|
|
2750
|
+
|
|
2751
|
+
/**
|
|
2752
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.HasLinkConnection
|
|
2753
|
+
*/
|
|
2754
|
+
export type OnlineSubsystemSteamworks_HasLinkConnection_Params = {
|
|
2755
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2756
|
+
};
|
|
2757
|
+
|
|
2758
|
+
/**
|
|
2759
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.HideKeyboardUI
|
|
2760
|
+
*/
|
|
2761
|
+
export type OnlineSubsystemSteamworks_HideKeyboardUI_Params = {
|
|
2762
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2763
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2764
|
+
};
|
|
2765
|
+
|
|
2766
|
+
/**
|
|
2767
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.Init
|
|
2768
|
+
*/
|
|
2769
|
+
export type OnlineSubsystemSteamworks_Init_Params = {
|
|
2770
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2771
|
+
};
|
|
2772
|
+
|
|
2773
|
+
/**
|
|
2774
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.InitializeTrophyAPI
|
|
2775
|
+
*/
|
|
2776
|
+
export type OnlineSubsystemSteamworks_InitializeTrophyAPI_Params = {};
|
|
2777
|
+
|
|
2778
|
+
/**
|
|
2779
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.Int64ToUniqueNetId
|
|
2780
|
+
*/
|
|
2781
|
+
export type OnlineSubsystemSteamworks_Int64ToUniqueNetId_Params = {
|
|
2782
|
+
UIDString: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
2783
|
+
OutUID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
2784
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2785
|
+
};
|
|
2786
|
+
|
|
2787
|
+
/**
|
|
2788
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsAchievementUnlocked
|
|
2789
|
+
*/
|
|
2790
|
+
export type OnlineSubsystemSteamworks_IsAchievementUnlocked_Params = {
|
|
2791
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2792
|
+
AchievementId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
2793
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2794
|
+
};
|
|
2795
|
+
|
|
2796
|
+
/**
|
|
2797
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsControllerConnected
|
|
2798
|
+
*/
|
|
2799
|
+
export type OnlineSubsystemSteamworks_IsControllerConnected_Params = {
|
|
2800
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
2801
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2802
|
+
};
|
|
2803
|
+
|
|
2804
|
+
/**
|
|
2805
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsDeviceValid
|
|
2806
|
+
*/
|
|
2807
|
+
export type OnlineSubsystemSteamworks_IsDeviceValid_Params = {
|
|
2808
|
+
DeviceID: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
2809
|
+
SizeNeeded: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
2810
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2811
|
+
};
|
|
2812
|
+
|
|
2813
|
+
/**
|
|
2814
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsEnabled
|
|
2815
|
+
*/
|
|
2816
|
+
export type OnlineSubsystemSteamworks_IsEnabled_Params = {
|
|
2817
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2818
|
+
};
|
|
2819
|
+
|
|
2820
|
+
/**
|
|
2821
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsFriend
|
|
2822
|
+
*/
|
|
2823
|
+
export type OnlineSubsystemSteamworks_IsFriend_Params = {
|
|
2824
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2825
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2826
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2827
|
+
};
|
|
2828
|
+
|
|
2829
|
+
/**
|
|
2830
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsGuestLogin
|
|
2831
|
+
*/
|
|
2832
|
+
export type OnlineSubsystemSteamworks_IsGuestLogin_Params = {
|
|
2833
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2834
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2835
|
+
};
|
|
2836
|
+
|
|
2837
|
+
/**
|
|
2838
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsHeadsetPresent
|
|
2839
|
+
*/
|
|
2840
|
+
export type OnlineSubsystemSteamworks_IsHeadsetPresent_Params = {
|
|
2841
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2842
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2843
|
+
};
|
|
2844
|
+
|
|
2845
|
+
/**
|
|
2846
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsLocalPlayerTalking
|
|
2847
|
+
*/
|
|
2848
|
+
export type OnlineSubsystemSteamworks_IsLocalPlayerTalking_Params = {
|
|
2849
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2850
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2851
|
+
};
|
|
2852
|
+
|
|
2853
|
+
/**
|
|
2854
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsMuted
|
|
2855
|
+
*/
|
|
2856
|
+
export type OnlineSubsystemSteamworks_IsMuted_Params = {
|
|
2857
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2858
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2859
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2860
|
+
};
|
|
2861
|
+
|
|
2862
|
+
/**
|
|
2863
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsOriginalAppOwner
|
|
2864
|
+
*/
|
|
2865
|
+
export type OnlineSubsystemSteamworks_IsOriginalAppOwner_Params = {
|
|
2866
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2867
|
+
};
|
|
2868
|
+
|
|
2869
|
+
/**
|
|
2870
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsRemotePlayerTalking
|
|
2871
|
+
*/
|
|
2872
|
+
export type OnlineSubsystemSteamworks_IsRemotePlayerTalking_Params = {
|
|
2873
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2874
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2875
|
+
};
|
|
2876
|
+
|
|
2877
|
+
/**
|
|
2878
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.IsUserSwitchActive
|
|
2879
|
+
*/
|
|
2880
|
+
export type OnlineSubsystemSteamworks_IsUserSwitchActive_Params = {
|
|
2881
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2882
|
+
};
|
|
2883
|
+
|
|
2884
|
+
/**
|
|
2885
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.JoinFriendGame
|
|
2886
|
+
*/
|
|
2887
|
+
export type OnlineSubsystemSteamworks_JoinFriendGame_Params = {
|
|
2888
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2889
|
+
Friend: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2890
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2891
|
+
};
|
|
2892
|
+
|
|
2893
|
+
/**
|
|
2894
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.Login
|
|
2895
|
+
*/
|
|
2896
|
+
export type OnlineSubsystemSteamworks_Login_Params = {
|
|
2897
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2898
|
+
LoginName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
2899
|
+
Password: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
2900
|
+
bWantsLocalOnly: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
2901
|
+
ReturnValue: boolean; // 0x002c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2902
|
+
};
|
|
2903
|
+
|
|
2904
|
+
/**
|
|
2905
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.Logout
|
|
2906
|
+
*/
|
|
2907
|
+
export type OnlineSubsystemSteamworks_Logout_Params = {
|
|
2908
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2909
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2910
|
+
};
|
|
2911
|
+
|
|
2912
|
+
/**
|
|
2913
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.LookForAccountPickerInput
|
|
2914
|
+
*/
|
|
2915
|
+
export type OnlineSubsystemSteamworks_LookForAccountPickerInput_Params = {};
|
|
2916
|
+
|
|
2917
|
+
/**
|
|
2918
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.MapEnd
|
|
2919
|
+
*/
|
|
2920
|
+
export type OnlineSubsystemSteamworks_MapEnd_Params = {};
|
|
2921
|
+
|
|
2922
|
+
/**
|
|
2923
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.MapStart
|
|
2924
|
+
*/
|
|
2925
|
+
export type OnlineSubsystemSteamworks_MapStart_Params = {};
|
|
2926
|
+
|
|
2927
|
+
/**
|
|
2928
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.MuteAll
|
|
2929
|
+
*/
|
|
2930
|
+
export type OnlineSubsystemSteamworks_MuteAll_Params = {
|
|
2931
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2932
|
+
bAllowFriends: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
2933
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2934
|
+
};
|
|
2935
|
+
|
|
2936
|
+
/**
|
|
2937
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.MuteRemoteTalker
|
|
2938
|
+
*/
|
|
2939
|
+
export type OnlineSubsystemSteamworks_MuteRemoteTalker_Params = {
|
|
2940
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2941
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2942
|
+
bIsSystemWide: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
2943
|
+
ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2944
|
+
};
|
|
2945
|
+
|
|
2946
|
+
/**
|
|
2947
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.NotifyVOIPPlaybackFinished
|
|
2948
|
+
*/
|
|
2949
|
+
export type OnlineSubsystemSteamworks_NotifyVOIPPlaybackFinished_Params = {
|
|
2950
|
+
VOIPAudioComponent: UAudioComponent; // 0x0000 (0x0008) [UAudioComponent*] [CPF_Parm]
|
|
2951
|
+
};
|
|
2952
|
+
|
|
2953
|
+
/**
|
|
2954
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnAcceptFriendInviteComplete
|
|
2955
|
+
*/
|
|
2956
|
+
export type OnlineSubsystemSteamworks_OnAcceptFriendInviteComplete_Params = {
|
|
2957
|
+
FriendId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2958
|
+
Error: UError; // 0x0048 (0x0008) [UError*] [CPF_Parm]
|
|
2959
|
+
};
|
|
2960
|
+
|
|
2961
|
+
/**
|
|
2962
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnAddFriendByNameComplete
|
|
2963
|
+
*/
|
|
2964
|
+
export type OnlineSubsystemSteamworks_OnAddFriendByNameComplete_Params = {
|
|
2965
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
2966
|
+
};
|
|
2967
|
+
|
|
2968
|
+
/**
|
|
2969
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnAddFriendComplete
|
|
2970
|
+
*/
|
|
2971
|
+
export type OnlineSubsystemSteamworks_OnAddFriendComplete_Params = {
|
|
2972
|
+
NewFriendId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2973
|
+
Error: UError; // 0x0048 (0x0008) [UError*] [CPF_Parm]
|
|
2974
|
+
};
|
|
2975
|
+
|
|
2976
|
+
/**
|
|
2977
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnAvatarChange
|
|
2978
|
+
*/
|
|
2979
|
+
export type OnlineSubsystemSteamworks_OnAvatarChange_Params = {
|
|
2980
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
2981
|
+
};
|
|
2982
|
+
|
|
2983
|
+
/**
|
|
2984
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnBlockListUpdated
|
|
2985
|
+
*/
|
|
2986
|
+
export type OnlineSubsystemSteamworks_OnBlockListUpdated_Params = {
|
|
2987
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
2988
|
+
};
|
|
2989
|
+
|
|
2990
|
+
/**
|
|
2991
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnCaptureAvailabilityChange
|
|
2992
|
+
*/
|
|
2993
|
+
export type OnlineSubsystemSteamworks_OnCaptureAvailabilityChange_Params = {
|
|
2994
|
+
bCaptureAllowed: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
2995
|
+
};
|
|
2996
|
+
|
|
2997
|
+
/**
|
|
2998
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnCloseKickPlayerDialog
|
|
2999
|
+
*/
|
|
3000
|
+
export type OnlineSubsystemSteamworks_OnCloseKickPlayerDialog_Params = {};
|
|
3001
|
+
|
|
3002
|
+
/**
|
|
3003
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnCommerceDialogClosed
|
|
3004
|
+
*/
|
|
3005
|
+
export type OnlineSubsystemSteamworks_OnCommerceDialogClosed_Params = {};
|
|
3006
|
+
|
|
3007
|
+
/**
|
|
3008
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnConnectionStatusChange
|
|
3009
|
+
*/
|
|
3010
|
+
export type OnlineSubsystemSteamworks_OnConnectionStatusChange_Params = {
|
|
3011
|
+
ConnectionStatus: EOnlineServerConnectionStatus; // 0x0000 (0x0001) [EOnlineServerConnectionStatus] [CPF_Parm]
|
|
3012
|
+
};
|
|
3013
|
+
|
|
3014
|
+
/**
|
|
3015
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnControllerChange
|
|
3016
|
+
*/
|
|
3017
|
+
export type OnlineSubsystemSteamworks_OnControllerChange_Params = {
|
|
3018
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3019
|
+
bIsConnected: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3020
|
+
};
|
|
3021
|
+
|
|
3022
|
+
/**
|
|
3023
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnControllerConnectionStatusChanged
|
|
3024
|
+
*/
|
|
3025
|
+
export type OnlineSubsystemSteamworks_OnControllerConnectionStatusChanged_Params = {
|
|
3026
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3027
|
+
bConnected: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3028
|
+
};
|
|
3029
|
+
|
|
3030
|
+
/**
|
|
3031
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnControllerInputAPIChanged
|
|
3032
|
+
*/
|
|
3033
|
+
export type OnlineSubsystemSteamworks_OnControllerInputAPIChanged_Params = {
|
|
3034
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3035
|
+
InputAPI: EInputAPI; // 0x0004 (0x0001) [EInputAPI] [CPF_Parm]
|
|
3036
|
+
};
|
|
3037
|
+
|
|
3038
|
+
/**
|
|
3039
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnDeleteUserFileComplete
|
|
3040
|
+
*/
|
|
3041
|
+
export type OnlineSubsystemSteamworks_OnDeleteUserFileComplete_Params = {
|
|
3042
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3043
|
+
UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3044
|
+
Filename: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
3045
|
+
};
|
|
3046
|
+
|
|
3047
|
+
/**
|
|
3048
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnDenyFriendInviteComplete
|
|
3049
|
+
*/
|
|
3050
|
+
export type OnlineSubsystemSteamworks_OnDenyFriendInviteComplete_Params = {
|
|
3051
|
+
FriendId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3052
|
+
Error: UError; // 0x0048 (0x0008) [UError*] [CPF_Parm]
|
|
3053
|
+
};
|
|
3054
|
+
|
|
3055
|
+
/**
|
|
3056
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnDeviceSelectionComplete
|
|
3057
|
+
*/
|
|
3058
|
+
export type OnlineSubsystemSteamworks_OnDeviceSelectionComplete_Params = {
|
|
3059
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3060
|
+
};
|
|
3061
|
+
|
|
3062
|
+
/**
|
|
3063
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnEnumerateUserFilesComplete
|
|
3064
|
+
*/
|
|
3065
|
+
export type OnlineSubsystemSteamworks_OnEnumerateUserFilesComplete_Params = {
|
|
3066
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3067
|
+
UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3068
|
+
};
|
|
3069
|
+
|
|
3070
|
+
/**
|
|
3071
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnErrorDialogClosed
|
|
3072
|
+
*/
|
|
3073
|
+
export type OnlineSubsystemSteamworks_OnErrorDialogClosed_Params = {
|
|
3074
|
+
LocalUserNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3075
|
+
};
|
|
3076
|
+
|
|
3077
|
+
/**
|
|
3078
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnExternalUIChange
|
|
3079
|
+
*/
|
|
3080
|
+
export type OnlineSubsystemSteamworks_OnExternalUIChange_Params = {
|
|
3081
|
+
bIsOpening: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3082
|
+
};
|
|
3083
|
+
|
|
3084
|
+
/**
|
|
3085
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnFlushOnlineStatsComplete
|
|
3086
|
+
*/
|
|
3087
|
+
export type OnlineSubsystemSteamworks_OnFlushOnlineStatsComplete_Params = {
|
|
3088
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
3089
|
+
bWasSuccessful: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3090
|
+
};
|
|
3091
|
+
|
|
3092
|
+
/**
|
|
3093
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnFriendInviteAccepted
|
|
3094
|
+
*/
|
|
3095
|
+
export type OnlineSubsystemSteamworks_OnFriendInviteAccepted_Params = {
|
|
3096
|
+
AcceptingPlayerId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3097
|
+
};
|
|
3098
|
+
|
|
3099
|
+
/**
|
|
3100
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnFriendInviteCanceled
|
|
3101
|
+
*/
|
|
3102
|
+
export type OnlineSubsystemSteamworks_OnFriendInviteCanceled_Params = {
|
|
3103
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3104
|
+
CanceledUserId: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3105
|
+
};
|
|
3106
|
+
|
|
3107
|
+
/**
|
|
3108
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnFriendInviteReceived
|
|
3109
|
+
*/
|
|
3110
|
+
export type OnlineSubsystemSteamworks_OnFriendInviteReceived_Params = {
|
|
3111
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3112
|
+
RequestingPlayer: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3113
|
+
RequestingNick: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
|
|
3114
|
+
Message: string; // 0x0060 (0x0010) [FString] [CPF_Parm]
|
|
3115
|
+
};
|
|
3116
|
+
|
|
3117
|
+
/**
|
|
3118
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnFriendMessageReceived
|
|
3119
|
+
*/
|
|
3120
|
+
export type OnlineSubsystemSteamworks_OnFriendMessageReceived_Params = {
|
|
3121
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3122
|
+
SendingPlayer: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3123
|
+
SendingNick: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
|
|
3124
|
+
Message: string; // 0x0060 (0x0010) [FString] [CPF_Parm]
|
|
3125
|
+
};
|
|
3126
|
+
|
|
3127
|
+
/**
|
|
3128
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnFriendsChange
|
|
3129
|
+
*/
|
|
3130
|
+
export type OnlineSubsystemSteamworks_OnFriendsChange_Params = {};
|
|
3131
|
+
|
|
3132
|
+
/**
|
|
3133
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnGetNumberOfCurrentPlayersComplete
|
|
3134
|
+
*/
|
|
3135
|
+
export type OnlineSubsystemSteamworks_OnGetNumberOfCurrentPlayersComplete_Params = {
|
|
3136
|
+
TotalPlayers: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3137
|
+
};
|
|
3138
|
+
|
|
3139
|
+
/**
|
|
3140
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnInputAPIChanged
|
|
3141
|
+
*/
|
|
3142
|
+
export type OnlineSubsystemSteamworks_OnInputAPIChanged_Params = {
|
|
3143
|
+
TargetAPI: EInputAPI; // 0x0000 (0x0001) [EInputAPI] [CPF_Parm]
|
|
3144
|
+
};
|
|
3145
|
+
|
|
3146
|
+
/**
|
|
3147
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnJoinFriendGameComplete
|
|
3148
|
+
*/
|
|
3149
|
+
export type OnlineSubsystemSteamworks_OnJoinFriendGameComplete_Params = {
|
|
3150
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3151
|
+
};
|
|
3152
|
+
|
|
3153
|
+
/**
|
|
3154
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnKeyboardInputComplete
|
|
3155
|
+
*/
|
|
3156
|
+
export type OnlineSubsystemSteamworks_OnKeyboardInputComplete_Params = {
|
|
3157
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3158
|
+
};
|
|
3159
|
+
|
|
3160
|
+
/**
|
|
3161
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnlineMatchEnd
|
|
3162
|
+
*/
|
|
3163
|
+
export type OnlineSubsystemSteamworks_OnlineMatchEnd_Params = {};
|
|
3164
|
+
|
|
3165
|
+
/**
|
|
3166
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnlineMatchStart
|
|
3167
|
+
*/
|
|
3168
|
+
export type OnlineSubsystemSteamworks_OnlineMatchStart_Params = {
|
|
3169
|
+
MapName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
3170
|
+
};
|
|
3171
|
+
|
|
3172
|
+
/**
|
|
3173
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnLinkStatusChange
|
|
3174
|
+
*/
|
|
3175
|
+
export type OnlineSubsystemSteamworks_OnLinkStatusChange_Params = {
|
|
3176
|
+
bIsConnected: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3177
|
+
};
|
|
3178
|
+
|
|
3179
|
+
/**
|
|
3180
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnLocalPlayerRemoved
|
|
3181
|
+
*/
|
|
3182
|
+
export type OnlineSubsystemSteamworks_OnLocalPlayerRemoved_Params = {
|
|
3183
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3184
|
+
};
|
|
3185
|
+
|
|
3186
|
+
/**
|
|
3187
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnLoginCancelled
|
|
3188
|
+
*/
|
|
3189
|
+
export type OnlineSubsystemSteamworks_OnLoginCancelled_Params = {};
|
|
3190
|
+
|
|
3191
|
+
/**
|
|
3192
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnLoginChange
|
|
3193
|
+
*/
|
|
3194
|
+
export type OnlineSubsystemSteamworks_OnLoginChange_Params = {
|
|
3195
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3196
|
+
};
|
|
3197
|
+
|
|
3198
|
+
/**
|
|
3199
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnLoginFailed
|
|
3200
|
+
*/
|
|
3201
|
+
export type OnlineSubsystemSteamworks_OnLoginFailed_Params = {
|
|
3202
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3203
|
+
ErrorCode: EOnlineServerConnectionStatus; // 0x0001 (0x0001) [EOnlineServerConnectionStatus] [CPF_Parm]
|
|
3204
|
+
};
|
|
3205
|
+
|
|
3206
|
+
/**
|
|
3207
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnLoginStatusChange
|
|
3208
|
+
*/
|
|
3209
|
+
export type OnlineSubsystemSteamworks_OnLoginStatusChange_Params = {
|
|
3210
|
+
NewStatus: ELoginStatus; // 0x0000 (0x0001) [ELoginStatus] [CPF_Parm]
|
|
3211
|
+
NewId: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3212
|
+
};
|
|
3213
|
+
|
|
3214
|
+
/**
|
|
3215
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnLogoutCompleted
|
|
3216
|
+
*/
|
|
3217
|
+
export type OnlineSubsystemSteamworks_OnLogoutCompleted_Params = {
|
|
3218
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3219
|
+
};
|
|
3220
|
+
|
|
3221
|
+
/**
|
|
3222
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnMutingChange
|
|
3223
|
+
*/
|
|
3224
|
+
export type OnlineSubsystemSteamworks_OnMutingChange_Params = {};
|
|
3225
|
+
|
|
3226
|
+
/**
|
|
3227
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnPlayerBlocked
|
|
3228
|
+
*/
|
|
3229
|
+
export type OnlineSubsystemSteamworks_OnPlayerBlocked_Params = {
|
|
3230
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3231
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3232
|
+
Error: UError; // 0x0050 (0x0008) [UError*] [CPF_Parm]
|
|
3233
|
+
};
|
|
3234
|
+
|
|
3235
|
+
/**
|
|
3236
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnPlayerSigningOut
|
|
3237
|
+
*/
|
|
3238
|
+
export type OnlineSubsystemSteamworks_OnPlayerSigningOut_Params = {
|
|
3239
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3240
|
+
};
|
|
3241
|
+
|
|
3242
|
+
/**
|
|
3243
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnPlayerTalkingStateChange
|
|
3244
|
+
*/
|
|
3245
|
+
export type OnlineSubsystemSteamworks_OnPlayerTalkingStateChange_Params = {
|
|
3246
|
+
Player: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3247
|
+
bIsTalking: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3248
|
+
};
|
|
3249
|
+
|
|
3250
|
+
/**
|
|
3251
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnPlayerUnblocked
|
|
3252
|
+
*/
|
|
3253
|
+
export type OnlineSubsystemSteamworks_OnPlayerUnblocked_Params = {
|
|
3254
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3255
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3256
|
+
Error: UError; // 0x0050 (0x0008) [UError*] [CPF_Parm]
|
|
3257
|
+
};
|
|
3258
|
+
|
|
3259
|
+
/**
|
|
3260
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnProfileDataChanged
|
|
3261
|
+
*/
|
|
3262
|
+
export type OnlineSubsystemSteamworks_OnProfileDataChanged_Params = {};
|
|
3263
|
+
|
|
3264
|
+
/**
|
|
3265
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnQueryUserByDisplayName
|
|
3266
|
+
*/
|
|
3267
|
+
export type OnlineSubsystemSteamworks_OnQueryUserByDisplayName_Params = {
|
|
3268
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3269
|
+
QueriedDisplayName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3270
|
+
UserId: FUniqueNetId; // 0x0018 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3271
|
+
};
|
|
3272
|
+
|
|
3273
|
+
/**
|
|
3274
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadAchievementsComplete
|
|
3275
|
+
*/
|
|
3276
|
+
export type OnlineSubsystemSteamworks_OnReadAchievementsComplete_Params = {
|
|
3277
|
+
TitleId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3278
|
+
};
|
|
3279
|
+
|
|
3280
|
+
/**
|
|
3281
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadCrossTitleProfileSettingsComplete
|
|
3282
|
+
*/
|
|
3283
|
+
export type OnlineSubsystemSteamworks_OnReadCrossTitleProfileSettingsComplete_Params = {
|
|
3284
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3285
|
+
TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
3286
|
+
bWasSuccessful: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3287
|
+
};
|
|
3288
|
+
|
|
3289
|
+
/**
|
|
3290
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadFriendsComplete
|
|
3291
|
+
*/
|
|
3292
|
+
export type OnlineSubsystemSteamworks_OnReadFriendsComplete_Params = {
|
|
3293
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3294
|
+
};
|
|
3295
|
+
|
|
3296
|
+
/**
|
|
3297
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadOnlineStatsComplete
|
|
3298
|
+
*/
|
|
3299
|
+
export type OnlineSubsystemSteamworks_OnReadOnlineStatsComplete_Params = {
|
|
3300
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3301
|
+
};
|
|
3302
|
+
|
|
3303
|
+
/**
|
|
3304
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadPlayerStorageComplete
|
|
3305
|
+
*/
|
|
3306
|
+
export type OnlineSubsystemSteamworks_OnReadPlayerStorageComplete_Params = {
|
|
3307
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3308
|
+
bWasSuccessful: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3309
|
+
};
|
|
3310
|
+
|
|
3311
|
+
/**
|
|
3312
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadPlayerStorageForNetIdComplete
|
|
3313
|
+
*/
|
|
3314
|
+
export type OnlineSubsystemSteamworks_OnReadPlayerStorageForNetIdComplete_Params = {
|
|
3315
|
+
NetId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3316
|
+
bWasSuccessful: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3317
|
+
};
|
|
3318
|
+
|
|
3319
|
+
/**
|
|
3320
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadProfileSettingsComplete
|
|
3321
|
+
*/
|
|
3322
|
+
export type OnlineSubsystemSteamworks_OnReadProfileSettingsComplete_Params = {
|
|
3323
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3324
|
+
bWasSuccessful: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3325
|
+
};
|
|
3326
|
+
|
|
3327
|
+
/**
|
|
3328
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadSharedFileComplete
|
|
3329
|
+
*/
|
|
3330
|
+
export type OnlineSubsystemSteamworks_OnReadSharedFileComplete_Params = {
|
|
3331
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3332
|
+
SharedHandle: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3333
|
+
};
|
|
3334
|
+
|
|
3335
|
+
/**
|
|
3336
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadTitleFileComplete
|
|
3337
|
+
*/
|
|
3338
|
+
export type OnlineSubsystemSteamworks_OnReadTitleFileComplete_Params = {
|
|
3339
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3340
|
+
Filename: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3341
|
+
};
|
|
3342
|
+
|
|
3343
|
+
/**
|
|
3344
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReadUserFileComplete
|
|
3345
|
+
*/
|
|
3346
|
+
export type OnlineSubsystemSteamworks_OnReadUserFileComplete_Params = {
|
|
3347
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3348
|
+
UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3349
|
+
Filename: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
3350
|
+
};
|
|
3351
|
+
|
|
3352
|
+
/**
|
|
3353
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnReceivedGameInvite
|
|
3354
|
+
*/
|
|
3355
|
+
export type OnlineSubsystemSteamworks_OnReceivedGameInvite_Params = {
|
|
3356
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3357
|
+
InviterName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3358
|
+
};
|
|
3359
|
+
|
|
3360
|
+
/**
|
|
3361
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnRecognitionComplete
|
|
3362
|
+
*/
|
|
3363
|
+
export type OnlineSubsystemSteamworks_OnRecognitionComplete_Params = {};
|
|
3364
|
+
|
|
3365
|
+
/**
|
|
3366
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnRegisteredController
|
|
3367
|
+
*/
|
|
3368
|
+
export type OnlineSubsystemSteamworks_OnRegisteredController_Params = {
|
|
3369
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3370
|
+
ControllerId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
3371
|
+
};
|
|
3372
|
+
|
|
3373
|
+
/**
|
|
3374
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnRegisterHostStatGuidComplete
|
|
3375
|
+
*/
|
|
3376
|
+
export type OnlineSubsystemSteamworks_OnRegisterHostStatGuidComplete_Params = {
|
|
3377
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3378
|
+
};
|
|
3379
|
+
|
|
3380
|
+
/**
|
|
3381
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnRemoveFriendComplete
|
|
3382
|
+
*/
|
|
3383
|
+
export type OnlineSubsystemSteamworks_OnRemoveFriendComplete_Params = {
|
|
3384
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3385
|
+
RemovedID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3386
|
+
};
|
|
3387
|
+
|
|
3388
|
+
/**
|
|
3389
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnSaveDataNoSpaceDialogComplete
|
|
3390
|
+
*/
|
|
3391
|
+
export type OnlineSubsystemSteamworks_OnSaveDataNoSpaceDialogComplete_Params = {
|
|
3392
|
+
bContinueWithoutSave: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3393
|
+
};
|
|
3394
|
+
|
|
3395
|
+
/**
|
|
3396
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnStorageDeviceChange
|
|
3397
|
+
*/
|
|
3398
|
+
export type OnlineSubsystemSteamworks_OnStorageDeviceChange_Params = {};
|
|
3399
|
+
|
|
3400
|
+
/**
|
|
3401
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnStorePurchaseCompleteDelegate
|
|
3402
|
+
*/
|
|
3403
|
+
export type OnlineSubsystemSteamworks_OnStorePurchaseCompleteDelegate_Params = {};
|
|
3404
|
+
|
|
3405
|
+
/**
|
|
3406
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnSystemUserControllerPairingChanged
|
|
3407
|
+
*/
|
|
3408
|
+
export type OnlineSubsystemSteamworks_OnSystemUserControllerPairingChanged_Params = {
|
|
3409
|
+
NewLocalUserNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3410
|
+
PreviousLocalUserNum: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
3411
|
+
};
|
|
3412
|
+
|
|
3413
|
+
/**
|
|
3414
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnUnlockAchievementComplete
|
|
3415
|
+
*/
|
|
3416
|
+
export type OnlineSubsystemSteamworks_OnUnlockAchievementComplete_Params = {
|
|
3417
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3418
|
+
};
|
|
3419
|
+
|
|
3420
|
+
/**
|
|
3421
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnUnlockedDLCChange
|
|
3422
|
+
*/
|
|
3423
|
+
export type OnlineSubsystemSteamworks_OnUnlockedDLCChange_Params = {};
|
|
3424
|
+
|
|
3425
|
+
/**
|
|
3426
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnUnregisteredController
|
|
3427
|
+
*/
|
|
3428
|
+
export type OnlineSubsystemSteamworks_OnUnregisteredController_Params = {
|
|
3429
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3430
|
+
};
|
|
3431
|
+
|
|
3432
|
+
/**
|
|
3433
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnUserOrphaned
|
|
3434
|
+
*/
|
|
3435
|
+
export type OnlineSubsystemSteamworks_OnUserOrphaned_Params = {
|
|
3436
|
+
ControllerId: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3437
|
+
};
|
|
3438
|
+
|
|
3439
|
+
/**
|
|
3440
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnUserRestored
|
|
3441
|
+
*/
|
|
3442
|
+
export type OnlineSubsystemSteamworks_OnUserRestored_Params = {
|
|
3443
|
+
ControllerId: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3444
|
+
};
|
|
3445
|
+
|
|
3446
|
+
/**
|
|
3447
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnUserSignInComplete
|
|
3448
|
+
*/
|
|
3449
|
+
export type OnlineSubsystemSteamworks_OnUserSignInComplete_Params = {
|
|
3450
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3451
|
+
};
|
|
3452
|
+
|
|
3453
|
+
/**
|
|
3454
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnUserSwitchComplete
|
|
3455
|
+
*/
|
|
3456
|
+
export type OnlineSubsystemSteamworks_OnUserSwitchComplete_Params = {
|
|
3457
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3458
|
+
};
|
|
3459
|
+
|
|
3460
|
+
/**
|
|
3461
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnVOIPPlaybackFinished
|
|
3462
|
+
*/
|
|
3463
|
+
export type OnlineSubsystemSteamworks_OnVOIPPlaybackFinished_Params = {
|
|
3464
|
+
AC: UAudioComponent; // 0x0000 (0x0008) [UAudioComponent*] [CPF_Parm]
|
|
3465
|
+
};
|
|
3466
|
+
|
|
3467
|
+
/**
|
|
3468
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnWritePlayerStorageComplete
|
|
3469
|
+
*/
|
|
3470
|
+
export type OnlineSubsystemSteamworks_OnWritePlayerStorageComplete_Params = {
|
|
3471
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3472
|
+
bWasSuccessful: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3473
|
+
};
|
|
3474
|
+
|
|
3475
|
+
/**
|
|
3476
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnWriteProfileSettingsComplete
|
|
3477
|
+
*/
|
|
3478
|
+
export type OnlineSubsystemSteamworks_OnWriteProfileSettingsComplete_Params = {
|
|
3479
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3480
|
+
bWasSuccessful: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3481
|
+
};
|
|
3482
|
+
|
|
3483
|
+
/**
|
|
3484
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnWriteSharedFileComplete
|
|
3485
|
+
*/
|
|
3486
|
+
export type OnlineSubsystemSteamworks_OnWriteSharedFileComplete_Params = {
|
|
3487
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3488
|
+
UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3489
|
+
Filename: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
3490
|
+
SharedHandle: string; // 0x0028 (0x0010) [FString] [CPF_Parm]
|
|
3491
|
+
};
|
|
3492
|
+
|
|
3493
|
+
/**
|
|
3494
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnWriteUserFileComplete
|
|
3495
|
+
*/
|
|
3496
|
+
export type OnlineSubsystemSteamworks_OnWriteUserFileComplete_Params = {
|
|
3497
|
+
bWasSuccessful: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3498
|
+
UserId: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3499
|
+
Filename: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
3500
|
+
};
|
|
3501
|
+
|
|
3502
|
+
/**
|
|
3503
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OpenErrorDialog
|
|
3504
|
+
*/
|
|
3505
|
+
export type OnlineSubsystemSteamworks_OpenErrorDialog_Params = {
|
|
3506
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3507
|
+
ErrorCode: EPS4ErrorDialog; // 0x0001 (0x0001) [EPS4ErrorDialog] [CPF_Parm]
|
|
3508
|
+
};
|
|
3509
|
+
|
|
3510
|
+
/**
|
|
3511
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OpenPS4DisplayMode
|
|
3512
|
+
*/
|
|
3513
|
+
export type OnlineSubsystemSteamworks_OpenPS4DisplayMode_Params = {
|
|
3514
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3515
|
+
DisplayMode: EPS4DisplayMode; // 0x0001 (0x0001) [EPS4DisplayMode] [CPF_Parm]
|
|
3516
|
+
Targets: string[]; // 0x0008 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OptionalParm]
|
|
3517
|
+
ServiceLabel: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3518
|
+
};
|
|
3519
|
+
|
|
3520
|
+
/**
|
|
3521
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OpenStoreForDLC
|
|
3522
|
+
*/
|
|
3523
|
+
export type OnlineSubsystemSteamworks_OpenStoreForDLC_Params = {
|
|
3524
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3525
|
+
DLC: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
|
|
3526
|
+
};
|
|
3527
|
+
|
|
3528
|
+
/**
|
|
3529
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OpenStoreForItems
|
|
3530
|
+
*/
|
|
3531
|
+
export type OnlineSubsystemSteamworks_OpenStoreForItems_Params = {
|
|
3532
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3533
|
+
Targets: string[]; // 0x0008 (0x0010) [TArray<FString>] [CPF_Parm]
|
|
3534
|
+
OnStorePurchaseCompleteDelegate: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
3535
|
+
};
|
|
3536
|
+
|
|
3537
|
+
/**
|
|
3538
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OpenStoreForItemsAsync
|
|
3539
|
+
*/
|
|
3540
|
+
export type OnlineSubsystemSteamworks_OpenStoreForItemsAsync_Params = {
|
|
3541
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3542
|
+
Targets: string[]; // 0x0008 (0x0010) [TArray<FString>] [CPF_Parm]
|
|
3543
|
+
OnStorePurchaseCompleteDelegate: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
3544
|
+
};
|
|
3545
|
+
|
|
3546
|
+
/**
|
|
3547
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.PostInit
|
|
3548
|
+
*/
|
|
3549
|
+
export type OnlineSubsystemSteamworks_PostInit_Params = {
|
|
3550
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3551
|
+
};
|
|
3552
|
+
|
|
3553
|
+
/**
|
|
3554
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.QueryUserByDisplayName
|
|
3555
|
+
*/
|
|
3556
|
+
export type OnlineSubsystemSteamworks_QueryUserByDisplayName_Params = {
|
|
3557
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3558
|
+
DisplayName: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3559
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3560
|
+
};
|
|
3561
|
+
|
|
3562
|
+
/**
|
|
3563
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadAchievements
|
|
3564
|
+
*/
|
|
3565
|
+
export type OnlineSubsystemSteamworks_ReadAchievements_Params = {
|
|
3566
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3567
|
+
TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3568
|
+
bShouldReadText: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
3569
|
+
bShouldReadImages: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
3570
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3571
|
+
};
|
|
3572
|
+
|
|
3573
|
+
/**
|
|
3574
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadBlockList
|
|
3575
|
+
*/
|
|
3576
|
+
export type OnlineSubsystemSteamworks_ReadBlockList_Params = {
|
|
3577
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3578
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3579
|
+
};
|
|
3580
|
+
|
|
3581
|
+
/**
|
|
3582
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadCrossTitleProfileSettings
|
|
3583
|
+
*/
|
|
3584
|
+
export type OnlineSubsystemSteamworks_ReadCrossTitleProfileSettings_Params = {
|
|
3585
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3586
|
+
TitleId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
3587
|
+
ProfileSettings: UOnlineProfileSettings; // 0x0008 (0x0008) [UOnlineProfileSettings*] [CPF_Parm]
|
|
3588
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3589
|
+
};
|
|
3590
|
+
|
|
3591
|
+
/**
|
|
3592
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadFriendsList
|
|
3593
|
+
*/
|
|
3594
|
+
export type OnlineSubsystemSteamworks_ReadFriendsList_Params = {
|
|
3595
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3596
|
+
Count: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3597
|
+
StartingAt: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3598
|
+
ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3599
|
+
};
|
|
3600
|
+
|
|
3601
|
+
/**
|
|
3602
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadOnlineAvatars
|
|
3603
|
+
*/
|
|
3604
|
+
export type OnlineSubsystemSteamworks_ReadOnlineAvatars_Params = {
|
|
3605
|
+
PlayerNetIds: FUniqueNetId[]; // 0x0000 (0x0010) [TArray<FUniqueNetId>] [CPF_Parm | CPF_OutParm]
|
|
3606
|
+
Size: AvatarSize; // 0x0010 (0x0001) [AvatarSize] [CPF_Parm]
|
|
3607
|
+
ReadOnlineAvatarCompleteDelegate: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
3608
|
+
};
|
|
3609
|
+
|
|
3610
|
+
/**
|
|
3611
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadOnlineStats
|
|
3612
|
+
*/
|
|
3613
|
+
export type OnlineSubsystemSteamworks_ReadOnlineStats_Params = {
|
|
3614
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3615
|
+
Players: FUniqueNetId[]; // 0x0008 (0x0010) [TArray<FUniqueNetId>] [CPF_Parm | CPF_OutParm]
|
|
3616
|
+
StatsRead: UOnlineStatsRead; // 0x0018 (0x0008) [UOnlineStatsRead*] [CPF_Parm]
|
|
3617
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3618
|
+
};
|
|
3619
|
+
|
|
3620
|
+
/**
|
|
3621
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadOnlineStatsByRank
|
|
3622
|
+
*/
|
|
3623
|
+
export type OnlineSubsystemSteamworks_ReadOnlineStatsByRank_Params = {
|
|
3624
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3625
|
+
StatsRead: UOnlineStatsRead; // 0x0008 (0x0008) [UOnlineStatsRead*] [CPF_Parm]
|
|
3626
|
+
StartIndex: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3627
|
+
NumToRead: number; // 0x0014 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3628
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3629
|
+
};
|
|
3630
|
+
|
|
3631
|
+
/**
|
|
3632
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadOnlineStatsByRankAroundPlayer
|
|
3633
|
+
*/
|
|
3634
|
+
export type OnlineSubsystemSteamworks_ReadOnlineStatsByRankAroundPlayer_Params = {
|
|
3635
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3636
|
+
StatsRead: UOnlineStatsRead; // 0x0008 (0x0008) [UOnlineStatsRead*] [CPF_Parm]
|
|
3637
|
+
NumRows: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3638
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3639
|
+
};
|
|
3640
|
+
|
|
3641
|
+
/**
|
|
3642
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadOnlineStatsForFriends
|
|
3643
|
+
*/
|
|
3644
|
+
export type OnlineSubsystemSteamworks_ReadOnlineStatsForFriends_Params = {
|
|
3645
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3646
|
+
StatsRead: UOnlineStatsRead; // 0x0008 (0x0008) [UOnlineStatsRead*] [CPF_Parm]
|
|
3647
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3648
|
+
};
|
|
3649
|
+
|
|
3650
|
+
/**
|
|
3651
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadPlayerStorage
|
|
3652
|
+
*/
|
|
3653
|
+
export type OnlineSubsystemSteamworks_ReadPlayerStorage_Params = {
|
|
3654
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3655
|
+
PlayerStorage: UOnlinePlayerStorage; // 0x0008 (0x0008) [UOnlinePlayerStorage*] [CPF_Parm]
|
|
3656
|
+
DeviceID: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3657
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3658
|
+
};
|
|
3659
|
+
|
|
3660
|
+
/**
|
|
3661
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadPlayerStorageForNetId
|
|
3662
|
+
*/
|
|
3663
|
+
export type OnlineSubsystemSteamworks_ReadPlayerStorageForNetId_Params = {
|
|
3664
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3665
|
+
NetId: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3666
|
+
PlayerStorage: UOnlinePlayerStorage; // 0x0050 (0x0008) [UOnlinePlayerStorage*] [CPF_Parm]
|
|
3667
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3668
|
+
};
|
|
3669
|
+
|
|
3670
|
+
/**
|
|
3671
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadProfileSettings
|
|
3672
|
+
*/
|
|
3673
|
+
export type OnlineSubsystemSteamworks_ReadProfileSettings_Params = {
|
|
3674
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3675
|
+
ProfileSettings: UOnlineProfileSettings; // 0x0008 (0x0008) [UOnlineProfileSettings*] [CPF_Parm]
|
|
3676
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3677
|
+
};
|
|
3678
|
+
|
|
3679
|
+
/**
|
|
3680
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadSharedFile
|
|
3681
|
+
*/
|
|
3682
|
+
export type OnlineSubsystemSteamworks_ReadSharedFile_Params = {
|
|
3683
|
+
SharedHandle: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
3684
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3685
|
+
};
|
|
3686
|
+
|
|
3687
|
+
/**
|
|
3688
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadTitleFile
|
|
3689
|
+
*/
|
|
3690
|
+
export type OnlineSubsystemSteamworks_ReadTitleFile_Params = {
|
|
3691
|
+
FileToRead: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
3692
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3693
|
+
};
|
|
3694
|
+
|
|
3695
|
+
/**
|
|
3696
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ReadUserFile
|
|
3697
|
+
*/
|
|
3698
|
+
export type OnlineSubsystemSteamworks_ReadUserFile_Params = {
|
|
3699
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
3700
|
+
Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
3701
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3702
|
+
};
|
|
3703
|
+
|
|
3704
|
+
/**
|
|
3705
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RecordPlayersRecentlyMet
|
|
3706
|
+
*/
|
|
3707
|
+
export type OnlineSubsystemSteamworks_RecordPlayersRecentlyMet_Params = {
|
|
3708
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3709
|
+
Players: FUniqueNetId[]; // 0x0008 (0x0010) [TArray<FUniqueNetId>] [CPF_Parm | CPF_OutParm]
|
|
3710
|
+
GameDescription: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
3711
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3712
|
+
};
|
|
3713
|
+
|
|
3714
|
+
/**
|
|
3715
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RecordPlayersRecentlyMetKeys
|
|
3716
|
+
*/
|
|
3717
|
+
export type OnlineSubsystemSteamworks_RecordPlayersRecentlyMetKeys_Params = {
|
|
3718
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3719
|
+
PlayerKeys: FFriendHistoryKey[]; // 0x0008 (0x0010) [TArray<FFriendHistoryKey>] [CPF_Parm | CPF_OutParm]
|
|
3720
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3721
|
+
};
|
|
3722
|
+
|
|
3723
|
+
/**
|
|
3724
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RefreshNetworkErrorToggle
|
|
3725
|
+
*/
|
|
3726
|
+
export type OnlineSubsystemSteamworks_RefreshNetworkErrorToggle_Params = {
|
|
3727
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3728
|
+
};
|
|
3729
|
+
|
|
3730
|
+
/**
|
|
3731
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RegisterController
|
|
3732
|
+
*/
|
|
3733
|
+
export type OnlineSubsystemSteamworks_RegisterController_Params = {
|
|
3734
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3735
|
+
ControllerId: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
3736
|
+
};
|
|
3737
|
+
|
|
3738
|
+
/**
|
|
3739
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RegisterHostStatGuid
|
|
3740
|
+
*/
|
|
3741
|
+
export type OnlineSubsystemSteamworks_RegisterHostStatGuid_Params = {
|
|
3742
|
+
HostStatGuid: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
3743
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3744
|
+
};
|
|
3745
|
+
|
|
3746
|
+
/**
|
|
3747
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RegisterLocalTalker
|
|
3748
|
+
*/
|
|
3749
|
+
export type OnlineSubsystemSteamworks_RegisterLocalTalker_Params = {
|
|
3750
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3751
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3752
|
+
};
|
|
3753
|
+
|
|
3754
|
+
/**
|
|
3755
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RegisterRemoteTalker
|
|
3756
|
+
*/
|
|
3757
|
+
export type OnlineSubsystemSteamworks_RegisterRemoteTalker_Params = {
|
|
3758
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3759
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3760
|
+
};
|
|
3761
|
+
|
|
3762
|
+
/**
|
|
3763
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RegisterStatGuid
|
|
3764
|
+
*/
|
|
3765
|
+
export type OnlineSubsystemSteamworks_RegisterStatGuid_Params = {
|
|
3766
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3767
|
+
ClientStatGuid: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
3768
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3769
|
+
};
|
|
3770
|
+
|
|
3771
|
+
/**
|
|
3772
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RemoveCanPlayOnlineChangedDelegate
|
|
3773
|
+
*/
|
|
3774
|
+
export type OnlineSubsystemSteamworks_RemoveCanPlayOnlineChangedDelegate_Params = {
|
|
3775
|
+
Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
3776
|
+
};
|
|
3777
|
+
|
|
3778
|
+
/**
|
|
3779
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RemoveFriend
|
|
3780
|
+
*/
|
|
3781
|
+
export type OnlineSubsystemSteamworks_RemoveFriend_Params = {
|
|
3782
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3783
|
+
FormerFriend: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3784
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3785
|
+
};
|
|
3786
|
+
|
|
3787
|
+
/**
|
|
3788
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RemoveUserAssociation
|
|
3789
|
+
*/
|
|
3790
|
+
export type OnlineSubsystemSteamworks_RemoveUserAssociation_Params = {
|
|
3791
|
+
ControllerId: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3792
|
+
};
|
|
3793
|
+
|
|
3794
|
+
/**
|
|
3795
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.RequestRestrictedFeatureMessaging
|
|
3796
|
+
*/
|
|
3797
|
+
export type OnlineSubsystemSteamworks_RequestRestrictedFeatureMessaging_Params = {
|
|
3798
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3799
|
+
RestrictedFeature: EFeaturePrivilege; // 0x0001 (0x0001) [EFeaturePrivilege] [CPF_Parm]
|
|
3800
|
+
};
|
|
3801
|
+
|
|
3802
|
+
/**
|
|
3803
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ResetControllerColor
|
|
3804
|
+
*/
|
|
3805
|
+
export type OnlineSubsystemSteamworks_ResetControllerColor_Params = {
|
|
3806
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3807
|
+
};
|
|
3808
|
+
|
|
3809
|
+
/**
|
|
3810
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ResetStats
|
|
3811
|
+
*/
|
|
3812
|
+
export type OnlineSubsystemSteamworks_ResetStats_Params = {
|
|
3813
|
+
bResetAchievements: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3814
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3815
|
+
};
|
|
3816
|
+
|
|
3817
|
+
/**
|
|
3818
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SelectVocabulary
|
|
3819
|
+
*/
|
|
3820
|
+
export type OnlineSubsystemSteamworks_SelectVocabulary_Params = {
|
|
3821
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3822
|
+
VocabularyId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
3823
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3824
|
+
};
|
|
3825
|
+
|
|
3826
|
+
/**
|
|
3827
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SendGameInviteToFriend
|
|
3828
|
+
*/
|
|
3829
|
+
export type OnlineSubsystemSteamworks_SendGameInviteToFriend_Params = {
|
|
3830
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3831
|
+
Friend: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3832
|
+
Text: string; // 0x0050 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
3833
|
+
ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3834
|
+
};
|
|
3835
|
+
|
|
3836
|
+
/**
|
|
3837
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SendGameInviteToFriends
|
|
3838
|
+
*/
|
|
3839
|
+
export type OnlineSubsystemSteamworks_SendGameInviteToFriends_Params = {
|
|
3840
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3841
|
+
Friends: FUniqueNetId[]; // 0x0008 (0x0010) [TArray<FUniqueNetId>] [CPF_Parm]
|
|
3842
|
+
Text: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
3843
|
+
ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3844
|
+
};
|
|
3845
|
+
|
|
3846
|
+
/**
|
|
3847
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SendMessageToFriend
|
|
3848
|
+
*/
|
|
3849
|
+
export type OnlineSubsystemSteamworks_SendMessageToFriend_Params = {
|
|
3850
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3851
|
+
Friend: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3852
|
+
Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
|
|
3853
|
+
ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3854
|
+
};
|
|
3855
|
+
|
|
3856
|
+
/**
|
|
3857
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetControllerColor
|
|
3858
|
+
*/
|
|
3859
|
+
export type OnlineSubsystemSteamworks_SetControllerColor_Params = {
|
|
3860
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3861
|
+
NewColor: FColor; // 0x0004 (0x0004) [FColor] [CPF_Parm]
|
|
3862
|
+
};
|
|
3863
|
+
|
|
3864
|
+
/**
|
|
3865
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetControllerLayout
|
|
3866
|
+
*/
|
|
3867
|
+
export type OnlineSubsystemSteamworks_SetControllerLayout_Params = {
|
|
3868
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3869
|
+
LayoutName: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
|
|
3870
|
+
};
|
|
3871
|
+
|
|
3872
|
+
/**
|
|
3873
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetInputAPI
|
|
3874
|
+
*/
|
|
3875
|
+
export type OnlineSubsystemSteamworks_SetInputAPI_Params = {
|
|
3876
|
+
TargetAPI: EInputAPI; // 0x0000 (0x0001) [EInputAPI] [CPF_Parm]
|
|
3877
|
+
};
|
|
3878
|
+
|
|
3879
|
+
/**
|
|
3880
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetKickPlayerDialogActive
|
|
3881
|
+
*/
|
|
3882
|
+
export type OnlineSubsystemSteamworks_SetKickPlayerDialogActive_Params = {
|
|
3883
|
+
Active: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3884
|
+
};
|
|
3885
|
+
|
|
3886
|
+
/**
|
|
3887
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetKickPreviousUser
|
|
3888
|
+
*/
|
|
3889
|
+
export type OnlineSubsystemSteamworks_SetKickPreviousUser_Params = {
|
|
3890
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3891
|
+
};
|
|
3892
|
+
|
|
3893
|
+
/**
|
|
3894
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetNetworkNotificationPosition
|
|
3895
|
+
*/
|
|
3896
|
+
export type OnlineSubsystemSteamworks_SetNetworkNotificationPosition_Params = {
|
|
3897
|
+
NewPos: ENetworkNotificationPosition; // 0x0000 (0x0001) [ENetworkNotificationPosition] [CPF_Parm]
|
|
3898
|
+
};
|
|
3899
|
+
|
|
3900
|
+
/**
|
|
3901
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetOnlineStatus
|
|
3902
|
+
*/
|
|
3903
|
+
export type OnlineSubsystemSteamworks_SetOnlineStatus_Params = {
|
|
3904
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3905
|
+
StatusId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
3906
|
+
LocalizedStringSettings: FLocalizedStringSetting[]; // 0x0008 (0x0010) [TArray<FLocalizedStringSetting>] [CPF_Parm | CPF_OutParm]
|
|
3907
|
+
Properties: FSettingsProperty[]; // 0x0018 (0x0010) [TArray<FSettingsProperty>] [CPF_Parm | CPF_OutParm]
|
|
3908
|
+
};
|
|
3909
|
+
|
|
3910
|
+
/**
|
|
3911
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetOnlineSubscriptionRequirement
|
|
3912
|
+
*/
|
|
3913
|
+
export type OnlineSubsystemSteamworks_SetOnlineSubscriptionRequirement_Params = {
|
|
3914
|
+
bRequiresOnlineSubscription: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
3915
|
+
};
|
|
3916
|
+
|
|
3917
|
+
/**
|
|
3918
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetPlayedWith
|
|
3919
|
+
*/
|
|
3920
|
+
export type OnlineSubsystemSteamworks_SetPlayedWith_Params = {
|
|
3921
|
+
PlayerNetId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3922
|
+
};
|
|
3923
|
+
|
|
3924
|
+
/**
|
|
3925
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetPrimaryPlayerGamepadToLastInput
|
|
3926
|
+
*/
|
|
3927
|
+
export type OnlineSubsystemSteamworks_SetPrimaryPlayerGamepadToLastInput_Params = {};
|
|
3928
|
+
|
|
3929
|
+
/**
|
|
3930
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetRemoteTalkerPriority
|
|
3931
|
+
*/
|
|
3932
|
+
export type OnlineSubsystemSteamworks_SetRemoteTalkerPriority_Params = {
|
|
3933
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3934
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
3935
|
+
Priority: number; // 0x0050 (0x0004) [int32] [CPF_Parm]
|
|
3936
|
+
ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3937
|
+
};
|
|
3938
|
+
|
|
3939
|
+
/**
|
|
3940
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetRichPresence
|
|
3941
|
+
*/
|
|
3942
|
+
export type OnlineSubsystemSteamworks_SetRichPresence_Params = {
|
|
3943
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3944
|
+
PresenceString: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
3945
|
+
GameDataString: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
3946
|
+
};
|
|
3947
|
+
|
|
3948
|
+
/**
|
|
3949
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetSessionDifficultyLevel
|
|
3950
|
+
*/
|
|
3951
|
+
export type OnlineSubsystemSteamworks_SetSessionDifficultyLevel_Params = {
|
|
3952
|
+
DifficultyLevel: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3953
|
+
};
|
|
3954
|
+
|
|
3955
|
+
/**
|
|
3956
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetSessionGameplayMode
|
|
3957
|
+
*/
|
|
3958
|
+
export type OnlineSubsystemSteamworks_SetSessionGameplayMode_Params = {
|
|
3959
|
+
GameplayMode: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3960
|
+
};
|
|
3961
|
+
|
|
3962
|
+
/**
|
|
3963
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetSessionGameplayModeName
|
|
3964
|
+
*/
|
|
3965
|
+
export type OnlineSubsystemSteamworks_SetSessionGameplayModeName_Params = {
|
|
3966
|
+
GameplayModeName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
3967
|
+
};
|
|
3968
|
+
|
|
3969
|
+
/**
|
|
3970
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetSpeechRecognitionObject
|
|
3971
|
+
*/
|
|
3972
|
+
export type OnlineSubsystemSteamworks_SetSpeechRecognitionObject_Params = {
|
|
3973
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3974
|
+
SpeechRecogObj: USpeechRecognition; // 0x0008 (0x0008) [USpeechRecognition*] [CPF_Parm]
|
|
3975
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3976
|
+
};
|
|
3977
|
+
|
|
3978
|
+
/**
|
|
3979
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SetVoiceReceiveVolume
|
|
3980
|
+
*/
|
|
3981
|
+
export type OnlineSubsystemSteamworks_SetVoiceReceiveVolume_Params = {
|
|
3982
|
+
VoiceVolume: number; // 0x0000 (0x0004) [float] [CPF_Parm]
|
|
3983
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3984
|
+
};
|
|
3985
|
+
|
|
3986
|
+
/**
|
|
3987
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowAchievementsUI
|
|
3988
|
+
*/
|
|
3989
|
+
export type OnlineSubsystemSteamworks_ShowAchievementsUI_Params = {
|
|
3990
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
3991
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
3992
|
+
};
|
|
3993
|
+
|
|
3994
|
+
/**
|
|
3995
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowBindings
|
|
3996
|
+
*/
|
|
3997
|
+
export type OnlineSubsystemSteamworks_ShowBindings_Params = {
|
|
3998
|
+
ControllerId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
3999
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4000
|
+
};
|
|
4001
|
+
|
|
4002
|
+
/**
|
|
4003
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowContentMarketplaceUI
|
|
4004
|
+
*/
|
|
4005
|
+
export type OnlineSubsystemSteamworks_ShowContentMarketplaceUI_Params = {
|
|
4006
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4007
|
+
CategoryMask: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
4008
|
+
OfferId: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
4009
|
+
ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4010
|
+
};
|
|
4011
|
+
|
|
4012
|
+
/**
|
|
4013
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowControllerUI
|
|
4014
|
+
*/
|
|
4015
|
+
export type OnlineSubsystemSteamworks_ShowControllerUI_Params = {
|
|
4016
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4017
|
+
};
|
|
4018
|
+
|
|
4019
|
+
/**
|
|
4020
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowCustomMessageUI
|
|
4021
|
+
*/
|
|
4022
|
+
export type OnlineSubsystemSteamworks_ShowCustomMessageUI_Params = {
|
|
4023
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4024
|
+
Recipients: FUniqueNetId[]; // 0x0008 (0x0010) [TArray<FUniqueNetId>] [CPF_Parm | CPF_OutParm]
|
|
4025
|
+
MessageTitle: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
4026
|
+
NonEditableMessage: string; // 0x0028 (0x0010) [FString] [CPF_Parm]
|
|
4027
|
+
EditableMessage: string; // 0x0038 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
4028
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4029
|
+
};
|
|
4030
|
+
|
|
4031
|
+
/**
|
|
4032
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowCustomPlayersUI
|
|
4033
|
+
*/
|
|
4034
|
+
export type OnlineSubsystemSteamworks_ShowCustomPlayersUI_Params = {
|
|
4035
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4036
|
+
Players: FUniqueNetId[]; // 0x0008 (0x0010) [TArray<FUniqueNetId>] [CPF_Parm | CPF_OutParm]
|
|
4037
|
+
Title: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
4038
|
+
Description: string; // 0x0028 (0x0010) [FString] [CPF_Parm]
|
|
4039
|
+
ReturnValue: boolean; // 0x0038 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4040
|
+
};
|
|
4041
|
+
|
|
4042
|
+
/**
|
|
4043
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowDeviceSelectionUI
|
|
4044
|
+
*/
|
|
4045
|
+
export type OnlineSubsystemSteamworks_ShowDeviceSelectionUI_Params = {
|
|
4046
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4047
|
+
SizeNeeded: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
4048
|
+
bManageStorage: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
4049
|
+
ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4050
|
+
};
|
|
4051
|
+
|
|
4052
|
+
/**
|
|
4053
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowFeedbackUI
|
|
4054
|
+
*/
|
|
4055
|
+
export type OnlineSubsystemSteamworks_ShowFeedbackUI_Params = {
|
|
4056
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4057
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
4058
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4059
|
+
};
|
|
4060
|
+
|
|
4061
|
+
/**
|
|
4062
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowFriendsInviteUI
|
|
4063
|
+
*/
|
|
4064
|
+
export type OnlineSubsystemSteamworks_ShowFriendsInviteUI_Params = {
|
|
4065
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4066
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
4067
|
+
ReturnValue: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4068
|
+
};
|
|
4069
|
+
|
|
4070
|
+
/**
|
|
4071
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowFriendsUI
|
|
4072
|
+
*/
|
|
4073
|
+
export type OnlineSubsystemSteamworks_ShowFriendsUI_Params = {
|
|
4074
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4075
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4076
|
+
};
|
|
4077
|
+
|
|
4078
|
+
/**
|
|
4079
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowGamerCardUI
|
|
4080
|
+
*/
|
|
4081
|
+
export type OnlineSubsystemSteamworks_ShowGamerCardUI_Params = {
|
|
4082
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4083
|
+
UniqueId: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OptionalParm]
|
|
4084
|
+
PlayerName: string; // 0x0050 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
4085
|
+
ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4086
|
+
};
|
|
4087
|
+
|
|
4088
|
+
/**
|
|
4089
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowInviteUI
|
|
4090
|
+
*/
|
|
4091
|
+
export type OnlineSubsystemSteamworks_ShowInviteUI_Params = {
|
|
4092
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4093
|
+
InviteText: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
4094
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4095
|
+
};
|
|
4096
|
+
|
|
4097
|
+
/**
|
|
4098
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowKeyboardUI
|
|
4099
|
+
*/
|
|
4100
|
+
export type OnlineSubsystemSteamworks_ShowKeyboardUI_Params = {
|
|
4101
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4102
|
+
TitleText: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
4103
|
+
DescriptionText: string; // 0x0018 (0x0010) [FString] [CPF_Parm]
|
|
4104
|
+
bIsPassword: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
4105
|
+
bShouldValidate: boolean; // 0x002c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
4106
|
+
DefaultText: string; // 0x0030 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
4107
|
+
MaxResultLength: number; // 0x0040 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
4108
|
+
ReturnValue: boolean; // 0x0044 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4109
|
+
};
|
|
4110
|
+
|
|
4111
|
+
/**
|
|
4112
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowLoginUI
|
|
4113
|
+
*/
|
|
4114
|
+
export type OnlineSubsystemSteamworks_ShowLoginUI_Params = {
|
|
4115
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4116
|
+
bShowOnlineOnly: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
4117
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4118
|
+
};
|
|
4119
|
+
|
|
4120
|
+
/**
|
|
4121
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowLoginUIForOrphanedUser
|
|
4122
|
+
*/
|
|
4123
|
+
export type OnlineSubsystemSteamworks_ShowLoginUIForOrphanedUser_Params = {
|
|
4124
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4125
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4126
|
+
};
|
|
4127
|
+
|
|
4128
|
+
/**
|
|
4129
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowMessagesUI
|
|
4130
|
+
*/
|
|
4131
|
+
export type OnlineSubsystemSteamworks_ShowMessagesUI_Params = {
|
|
4132
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4133
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4134
|
+
};
|
|
4135
|
+
|
|
4136
|
+
/**
|
|
4137
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowPlayersUI
|
|
4138
|
+
*/
|
|
4139
|
+
export type OnlineSubsystemSteamworks_ShowPlayersUI_Params = {
|
|
4140
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4141
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4142
|
+
};
|
|
4143
|
+
|
|
4144
|
+
/**
|
|
4145
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ShowProfileUI
|
|
4146
|
+
*/
|
|
4147
|
+
export type OnlineSubsystemSteamworks_ShowProfileUI_Params = {
|
|
4148
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4149
|
+
SubURL: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
4150
|
+
PlayerUID: FUniqueNetId; // 0x0018 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OptionalParm]
|
|
4151
|
+
ReturnValue: boolean; // 0x0060 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4152
|
+
};
|
|
4153
|
+
|
|
4154
|
+
/**
|
|
4155
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.StartNetworkedVoice
|
|
4156
|
+
*/
|
|
4157
|
+
export type OnlineSubsystemSteamworks_StartNetworkedVoice_Params = {
|
|
4158
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4159
|
+
};
|
|
4160
|
+
|
|
4161
|
+
/**
|
|
4162
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.StartOnlineGameSession
|
|
4163
|
+
*/
|
|
4164
|
+
export type OnlineSubsystemSteamworks_StartOnlineGameSession_Params = {
|
|
4165
|
+
ServerId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
4166
|
+
};
|
|
4167
|
+
|
|
4168
|
+
/**
|
|
4169
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.StartSpeechRecognition
|
|
4170
|
+
*/
|
|
4171
|
+
export type OnlineSubsystemSteamworks_StartSpeechRecognition_Params = {
|
|
4172
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4173
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4174
|
+
};
|
|
4175
|
+
|
|
4176
|
+
/**
|
|
4177
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.StopNetworkedVoice
|
|
4178
|
+
*/
|
|
4179
|
+
export type OnlineSubsystemSteamworks_StopNetworkedVoice_Params = {
|
|
4180
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4181
|
+
};
|
|
4182
|
+
|
|
4183
|
+
/**
|
|
4184
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.StopSpeechRecognition
|
|
4185
|
+
*/
|
|
4186
|
+
export type OnlineSubsystemSteamworks_StopSpeechRecognition_Params = {
|
|
4187
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4188
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4189
|
+
};
|
|
4190
|
+
|
|
4191
|
+
/**
|
|
4192
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SupportInGameLogin
|
|
4193
|
+
*/
|
|
4194
|
+
export type OnlineSubsystemSteamworks_SupportInGameLogin_Params = {
|
|
4195
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4196
|
+
};
|
|
4197
|
+
|
|
4198
|
+
/**
|
|
4199
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.TriggerScreenshot
|
|
4200
|
+
*/
|
|
4201
|
+
export type OnlineSubsystemSteamworks_TriggerScreenshot_Params = {
|
|
4202
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4203
|
+
};
|
|
4204
|
+
|
|
4205
|
+
/**
|
|
4206
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UniqueNetIdToInt64
|
|
4207
|
+
*/
|
|
4208
|
+
export type OnlineSubsystemSteamworks_UniqueNetIdToInt64_Params = {
|
|
4209
|
+
Uid: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
4210
|
+
ReturnValue: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4211
|
+
};
|
|
4212
|
+
|
|
4213
|
+
/**
|
|
4214
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UniqueNetIdToPlayerName
|
|
4215
|
+
*/
|
|
4216
|
+
export type OnlineSubsystemSteamworks_UniqueNetIdToPlayerName_Params = {
|
|
4217
|
+
Uid: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm]
|
|
4218
|
+
ReturnValue: string; // 0x0048 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4219
|
+
};
|
|
4220
|
+
|
|
4221
|
+
/**
|
|
4222
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UnlockAchievement
|
|
4223
|
+
*/
|
|
4224
|
+
export type OnlineSubsystemSteamworks_UnlockAchievement_Params = {
|
|
4225
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4226
|
+
AchievementId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
4227
|
+
PercentComplete: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
|
|
4228
|
+
ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4229
|
+
};
|
|
4230
|
+
|
|
4231
|
+
/**
|
|
4232
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UnlockGamerPicture
|
|
4233
|
+
*/
|
|
4234
|
+
export type OnlineSubsystemSteamworks_UnlockGamerPicture_Params = {
|
|
4235
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4236
|
+
PictureId: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
4237
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4238
|
+
};
|
|
4239
|
+
|
|
4240
|
+
/**
|
|
4241
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UnmuteAll
|
|
4242
|
+
*/
|
|
4243
|
+
export type OnlineSubsystemSteamworks_UnmuteAll_Params = {
|
|
4244
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4245
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4246
|
+
};
|
|
4247
|
+
|
|
4248
|
+
/**
|
|
4249
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UnmuteRemoteTalker
|
|
4250
|
+
*/
|
|
4251
|
+
export type OnlineSubsystemSteamworks_UnmuteRemoteTalker_Params = {
|
|
4252
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4253
|
+
PlayerID: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
4254
|
+
bIsSystemWide: boolean; // 0x0050 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
4255
|
+
ReturnValue: boolean; // 0x0054 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4256
|
+
};
|
|
4257
|
+
|
|
4258
|
+
/**
|
|
4259
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UnregisterController
|
|
4260
|
+
*/
|
|
4261
|
+
export type OnlineSubsystemSteamworks_UnregisterController_Params = {
|
|
4262
|
+
LocalPlayerNum: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
4263
|
+
};
|
|
4264
|
+
|
|
4265
|
+
/**
|
|
4266
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UnregisterLocalTalker
|
|
4267
|
+
*/
|
|
4268
|
+
export type OnlineSubsystemSteamworks_UnregisterLocalTalker_Params = {
|
|
4269
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4270
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4271
|
+
};
|
|
4272
|
+
|
|
4273
|
+
/**
|
|
4274
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UnregisterRemoteTalker
|
|
4275
|
+
*/
|
|
4276
|
+
export type OnlineSubsystemSteamworks_UnregisterRemoteTalker_Params = {
|
|
4277
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
4278
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4279
|
+
};
|
|
4280
|
+
|
|
4281
|
+
/**
|
|
4282
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UpdateGameProgress
|
|
4283
|
+
*/
|
|
4284
|
+
export type OnlineSubsystemSteamworks_UpdateGameProgress_Params = {
|
|
4285
|
+
LocalPlayerNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4286
|
+
Progress: number; // 0x0004 (0x0004) [float] [CPF_Parm]
|
|
4287
|
+
};
|
|
4288
|
+
|
|
4289
|
+
/**
|
|
4290
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UpdateSessionStatusFromPlayers
|
|
4291
|
+
*/
|
|
4292
|
+
export type OnlineSubsystemSteamworks_UpdateSessionStatusFromPlayers_Params = {
|
|
4293
|
+
CurrentPlayerCount: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
4294
|
+
numBotPlayers: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
4295
|
+
};
|
|
4296
|
+
|
|
4297
|
+
/**
|
|
4298
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.UpdateStat
|
|
4299
|
+
*/
|
|
4300
|
+
export type OnlineSubsystemSteamworks_UpdateStat_Params = {
|
|
4301
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4302
|
+
StatName: FName; // 0x0004 (0x0008) [FName] [CPF_Parm]
|
|
4303
|
+
Points: number; // 0x000c (0x0004) [int32] [CPF_Parm]
|
|
4304
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4305
|
+
};
|
|
4306
|
+
|
|
4307
|
+
/**
|
|
4308
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.WordFilterSanitizeString
|
|
4309
|
+
*/
|
|
4310
|
+
export type OnlineSubsystemSteamworks_WordFilterSanitizeString_Params = {
|
|
4311
|
+
Comment: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
4312
|
+
SanitizeDelegate: FScriptDelegate; // 0x0010 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
4313
|
+
PlayerID: FUniqueNetId; // 0x0028 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OptionalParm]
|
|
4314
|
+
ReturnValue: boolean; // 0x0070 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4315
|
+
};
|
|
4316
|
+
|
|
4317
|
+
/**
|
|
4318
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.WriteOnlinePlayerScores
|
|
4319
|
+
*/
|
|
4320
|
+
export type OnlineSubsystemSteamworks_WriteOnlinePlayerScores_Params = {
|
|
4321
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
4322
|
+
LeaderboardId: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
|
|
4323
|
+
PlayerScores: FOnlinePlayerScore[]; // 0x0010 (0x0010) [TArray<FOnlinePlayerScore>] [CPF_Parm | CPF_OutParm]
|
|
4324
|
+
ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4325
|
+
};
|
|
4326
|
+
|
|
4327
|
+
/**
|
|
4328
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.WriteOnlineStats
|
|
4329
|
+
*/
|
|
4330
|
+
export type OnlineSubsystemSteamworks_WriteOnlineStats_Params = {
|
|
4331
|
+
SessionName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
4332
|
+
Player: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
4333
|
+
StatsWrite: UOnlineStatsWrite; // 0x0050 (0x0008) [UOnlineStatsWrite*] [CPF_Parm]
|
|
4334
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4335
|
+
};
|
|
4336
|
+
|
|
4337
|
+
/**
|
|
4338
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.WritePlayerStorage
|
|
4339
|
+
*/
|
|
4340
|
+
export type OnlineSubsystemSteamworks_WritePlayerStorage_Params = {
|
|
4341
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4342
|
+
PlayerStorage: UOnlinePlayerStorage; // 0x0008 (0x0008) [UOnlinePlayerStorage*] [CPF_Parm]
|
|
4343
|
+
DeviceID: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
4344
|
+
ReturnValue: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4345
|
+
};
|
|
4346
|
+
|
|
4347
|
+
/**
|
|
4348
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.WriteProfileSettings
|
|
4349
|
+
*/
|
|
4350
|
+
export type OnlineSubsystemSteamworks_WriteProfileSettings_Params = {
|
|
4351
|
+
LocalUserNum: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
|
|
4352
|
+
ProfileSettings: UOnlineProfileSettings; // 0x0008 (0x0008) [UOnlineProfileSettings*] [CPF_Parm]
|
|
4353
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4354
|
+
};
|
|
4355
|
+
|
|
4356
|
+
/**
|
|
4357
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.WriteSharedFile
|
|
4358
|
+
*/
|
|
4359
|
+
export type OnlineSubsystemSteamworks_WriteSharedFile_Params = {
|
|
4360
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
4361
|
+
Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
4362
|
+
Contents: number[]; // 0x0020 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
4363
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4364
|
+
};
|
|
4365
|
+
|
|
4366
|
+
/**
|
|
4367
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.WriteUserFile
|
|
4368
|
+
*/
|
|
4369
|
+
export type OnlineSubsystemSteamworks_WriteUserFile_Params = {
|
|
4370
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
4371
|
+
Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
4372
|
+
FileContents: number[]; // 0x0020 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
4373
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4374
|
+
};
|
|
4375
|
+
|
|
4376
|
+
/**
|
|
4377
|
+
* Function OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.WriteUserFileInternal
|
|
4378
|
+
*/
|
|
4379
|
+
export type OnlineSubsystemSteamworks_WriteUserFileInternal_Params = {
|
|
4380
|
+
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
4381
|
+
Filename: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
4382
|
+
FileContents: number[]; // 0x0020 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
|
|
4383
|
+
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4384
|
+
};
|
|
4385
|
+
|
|
4386
|
+
/**
|
|
4387
|
+
* Function OnlineSubsystemSteamworks.SteamWorkshopCommandlet.Init
|
|
4388
|
+
*/
|
|
4389
|
+
export type SteamWorkshopCommandlet_Init_Params = {
|
|
4390
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4391
|
+
};
|