@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
package/structs/IpDrv.ts
ADDED
|
@@ -0,0 +1,681 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IpDrv Package - Structs
|
|
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 { UHttpRequestInterface, UOnlineGameSettings, UTexture2DDynamic } from '../classes/Engine';
|
|
8
|
+
import type { EImageType } from '../enums/Core';
|
|
9
|
+
import type { AvatarSize, ENATType, EOnlineEnumerationReadState, EOnlineNewsType } from '../enums/Engine';
|
|
10
|
+
import type {
|
|
11
|
+
EEventUploadType,
|
|
12
|
+
EMcpFileCompressionType,
|
|
13
|
+
EMcpGroupAcceptState,
|
|
14
|
+
EMcpGroupAccessLevel,
|
|
15
|
+
EMcpMessageCompressionType,
|
|
16
|
+
EMeshBeaconBandwidthTestState,
|
|
17
|
+
EMeshBeaconBandwidthTestType,
|
|
18
|
+
EOnlineImageDownloadState,
|
|
19
|
+
ETitleFileFileOp,
|
|
20
|
+
McpChallengeFileStatus,
|
|
21
|
+
} from '../enums/IpDrv';
|
|
22
|
+
import type { FDouble, FPointer, FUniqueNetId } from './Core';
|
|
23
|
+
import type { FEmsFile, FImageLayout, FTitleFile } from './Engine';
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* ScriptStruct IpDrv.McpIdMappingManager.AddMappingRequest
|
|
27
|
+
* Size: 0x0038
|
|
28
|
+
*/
|
|
29
|
+
export type FAddMappingRequest = {
|
|
30
|
+
McpId: string; // 0x0000 (0x0010) [FString]
|
|
31
|
+
ExternalId: string; // 0x0010 (0x0010) [FString]
|
|
32
|
+
ExternalType: string; // 0x0020 (0x0010) [FString]
|
|
33
|
+
Request: UHttpRequestInterface; // 0x0030 (0x0008) [UHttpRequestInterface*]
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* ScriptStruct IpDrv.AdHocDelegates.AdHocAccessPointInfo
|
|
38
|
+
* Size: 0x0038
|
|
39
|
+
*/
|
|
40
|
+
export type FAdHocAccessPointInfo = {
|
|
41
|
+
Ipv4Addr: string; // 0x0000 (0x0010) [FString]
|
|
42
|
+
Username: string; // 0x0010 (0x0010) [FString]
|
|
43
|
+
AdvertiseData: string; // 0x0020 (0x0010) [FString]
|
|
44
|
+
ScanResultIndex: number; // 0x0030 (0x0004) [int32]
|
|
45
|
+
NetworkNodeIndex: number; // 0x0034 (0x0004) [int32]
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* ScriptStruct IpDrv.AdHocDelegates.AdHocStationInfo
|
|
50
|
+
* Size: 0x0010
|
|
51
|
+
*/
|
|
52
|
+
export type FAdHocStationInfo = {
|
|
53
|
+
Username: string; // 0x0000 (0x0010) [FString]
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* ScriptStruct IpDrv.OnlineAuthInterfaceImpl.AuthCodeRequest
|
|
58
|
+
* Size: 0x0064
|
|
59
|
+
*/
|
|
60
|
+
export type FAuthCodeRequest = {
|
|
61
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
62
|
+
Callback: FScriptDelegate; // 0x0048 (0x0018) [FScriptDelegate]
|
|
63
|
+
RequestID: number; // 0x0060 (0x0004) [int32]
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* ScriptStruct IpDrv.AvatarDownloadMap.AvatarKey
|
|
68
|
+
* Size: 0x0049
|
|
69
|
+
*/
|
|
70
|
+
export type FAvatarKey = {
|
|
71
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
72
|
+
Size: AvatarSize; // 0x0048 (0x0001) [AvatarSize]
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* ScriptStruct IpDrv.MeshBeaconClient.ClientBandwidthTestData
|
|
77
|
+
* Size: 0x0014
|
|
78
|
+
*/
|
|
79
|
+
export type FClientBandwidthTestData = {
|
|
80
|
+
TestType: EMeshBeaconBandwidthTestType; // 0x0000 (0x0001) [EMeshBeaconBandwidthTestType]
|
|
81
|
+
CurrentState: EMeshBeaconBandwidthTestState; // 0x0001 (0x0001) [EMeshBeaconBandwidthTestState]
|
|
82
|
+
NumBytesToSendTotal: number; // 0x0004 (0x0004) [int32]
|
|
83
|
+
NumBytesSentTotal: number; // 0x0008 (0x0004) [int32]
|
|
84
|
+
NumBytesSentLast: number; // 0x000c (0x0004) [int32]
|
|
85
|
+
ElapsedTestTime: number; // 0x0010 (0x0004) [float]
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* ScriptStruct IpDrv.PartyBeaconHost.ClientBeaconConnection
|
|
90
|
+
* Size: 0x0058
|
|
91
|
+
*/
|
|
92
|
+
export type FClientBeaconConnection = {
|
|
93
|
+
PartyLeader: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
94
|
+
ElapsedHeartbeatTime: number; // 0x0048 (0x0004) [float]
|
|
95
|
+
Socket: FPointer; // 0x0050 (0x0008) [FPointer]
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* ScriptStruct IpDrv.MeshBeaconHost.ClientConnectionBandwidthTestData
|
|
100
|
+
* Size: 0x002C
|
|
101
|
+
*/
|
|
102
|
+
export type FClientConnectionBandwidthTestData = {
|
|
103
|
+
CurrentState: EMeshBeaconBandwidthTestState; // 0x0000 (0x0001) [EMeshBeaconBandwidthTestState]
|
|
104
|
+
TestType: EMeshBeaconBandwidthTestType; // 0x0001 (0x0001) [EMeshBeaconBandwidthTestType]
|
|
105
|
+
BytesTotalNeeded: number; // 0x0004 (0x0004) [int32]
|
|
106
|
+
BytesReceived: number; // 0x0008 (0x0004) [int32]
|
|
107
|
+
RequestTestStartTime: FDouble; // 0x0010 (0x0008) [FDouble]
|
|
108
|
+
TestStartTime: FDouble; // 0x0018 (0x0008) [FDouble]
|
|
109
|
+
BandwidthStats: FConnectionBandwidthStats; // 0x0020 (0x000c) [FConnectionBandwidthStats]
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* ScriptStruct IpDrv.MeshBeaconClient.ClientConnectionRequest
|
|
114
|
+
* Size: 0x006C
|
|
115
|
+
*/
|
|
116
|
+
export type FClientConnectionRequest = {
|
|
117
|
+
PlayerNetId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
118
|
+
NatType: ENATType; // 0x0048 (0x0001) [ENATType]
|
|
119
|
+
bCanHostVs: boolean; // 0x004c (0x0004) [bool : 0x1]
|
|
120
|
+
GoodHostRatio: number; // 0x0050 (0x0004) [float]
|
|
121
|
+
BandwidthHistory: FConnectionBandwidthStats[]; // 0x0058 (0x0010) [TArray<FConnectionBandwidthStats>]
|
|
122
|
+
MinutesSinceLastTest: number; // 0x0068 (0x0004) [int32]
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* ScriptStruct IpDrv.MeshBeaconHost.ClientMeshBeaconConnection
|
|
127
|
+
* Size: 0x00B4
|
|
128
|
+
*/
|
|
129
|
+
export type FClientMeshBeaconConnection = {
|
|
130
|
+
PlayerNetId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
131
|
+
ElapsedHeartbeatTime: number; // 0x0048 (0x0004) [float]
|
|
132
|
+
Socket: FPointer; // 0x0050 (0x0008) [FPointer]
|
|
133
|
+
bConnectionAccepted: boolean; // 0x0058 (0x0004) [bool : 0x1]
|
|
134
|
+
BandwidthTest: FClientConnectionBandwidthTestData; // 0x0060 (0x0030) [FClientConnectionBandwidthTestData]
|
|
135
|
+
NatType: ENATType; // 0x0090 (0x0001) [ENATType]
|
|
136
|
+
bCanHostVs: boolean; // 0x0094 (0x0004) [bool : 0x1]
|
|
137
|
+
GoodHostRatio: number; // 0x0098 (0x0004) [float]
|
|
138
|
+
BandwidthHistory: FConnectionBandwidthStats[]; // 0x00a0 (0x0010) [TArray<FConnectionBandwidthStats>]
|
|
139
|
+
MinutesSinceLastTest: number; // 0x00b0 (0x0004) [int32]
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* ScriptStruct IpDrv.OnlinePlaylistManager.ConfiguredGameSetting
|
|
144
|
+
* Size: 0x0030
|
|
145
|
+
*/
|
|
146
|
+
export type FConfiguredGameSetting = {
|
|
147
|
+
GameSettingId: number; // 0x0000 (0x0004) [int32]
|
|
148
|
+
GameSettingsClassName: string; // 0x0008 (0x0010) [FString]
|
|
149
|
+
URL: string; // 0x0018 (0x0010) [FString]
|
|
150
|
+
GameSettings: UOnlineGameSettings; // 0x0028 (0x0008) [UOnlineGameSettings*]
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* ScriptStruct IpDrv.MeshBeacon.ConnectionBandwidthStats
|
|
155
|
+
* Size: 0x000C
|
|
156
|
+
*/
|
|
157
|
+
export type FConnectionBandwidthStats = {
|
|
158
|
+
UpstreamRate: number; // 0x0000 (0x0004) [int32]
|
|
159
|
+
DownstreamRate: number; // 0x0004 (0x0004) [int32]
|
|
160
|
+
RoundtripLatency: number; // 0x0008 (0x0004) [int32]
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* ScriptStruct IpDrv.ImageDecoder.DecodeImageRequest
|
|
165
|
+
* Size: 0x0030
|
|
166
|
+
*/
|
|
167
|
+
export type FDecodeImageRequest = {
|
|
168
|
+
RequestURL: string; // 0x0000 (0x0010) [FString]
|
|
169
|
+
OnFinishedCallback: FScriptDelegate; // 0x0010 (0x0018) [FScriptDelegate]
|
|
170
|
+
Task: FPointer; // 0x0028 (0x0008) [FPointer]
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* ScriptStruct IpDrv.ImageDecoder.DecodeImageTask
|
|
175
|
+
* Size: 0x0040
|
|
176
|
+
*/
|
|
177
|
+
export type FDecodeImageTask = {
|
|
178
|
+
RequestURL: string; // 0x0000 (0x0010) [FString]
|
|
179
|
+
ImageType: EImageType; // 0x0010 (0x0001) [EImageType]
|
|
180
|
+
ImageData: number[]; // 0x0018 (0x0010) [TArray<uint8>]
|
|
181
|
+
Result: FImageLayout; // 0x0028 (0x0018) [FImageLayout]
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* ScriptStruct IpDrv.OnlineEventsInterfaceMcp.EventUploadConfig
|
|
186
|
+
* Size: 0x0020
|
|
187
|
+
*/
|
|
188
|
+
export type FEventUploadConfig = {
|
|
189
|
+
UploadType: EEventUploadType; // 0x0000 (0x0001) [EEventUploadType]
|
|
190
|
+
UploadUrl: string; // 0x0008 (0x0010) [FString]
|
|
191
|
+
Timeout: number; // 0x0018 (0x0004) [float]
|
|
192
|
+
bUseCompression: boolean; // 0x001c (0x0004) [bool : 0x1]
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* ScriptStruct IpDrv.OnlineTitleFileDownloadBase.FileNameToURLMapping
|
|
197
|
+
* Size: 0x0010
|
|
198
|
+
*/
|
|
199
|
+
export type FFileNameToURLMapping = {
|
|
200
|
+
Filename: FName; // 0x0000 (0x0008) [FName]
|
|
201
|
+
UrlMapping: FName; // 0x0008 (0x0008) [FName]
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* ScriptStruct IpDrv.McpUserInventoryManager.SaveSlotRequestState
|
|
206
|
+
* Size: 0x0028
|
|
207
|
+
*/
|
|
208
|
+
export type FSaveSlotRequestState = {
|
|
209
|
+
McpId: string; // 0x0000 (0x0010) [FString]
|
|
210
|
+
SaveSlotId: string; // 0x0010 (0x0010) [FString]
|
|
211
|
+
Request: UHttpRequestInterface; // 0x0020 (0x0008) [UHttpRequestInterface*]
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* ScriptStruct IpDrv.McpUserInventoryManager.InventoryItemRequestState
|
|
216
|
+
* Size: 0x0038
|
|
217
|
+
*/
|
|
218
|
+
export type FInventoryItemRequestState = FSaveSlotRequestState & {
|
|
219
|
+
ItemID: string; // 0x0028 (0x0010) [FString]
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* ScriptStruct IpDrv.McpManagedValueManagerBase.ManagedValue
|
|
224
|
+
* Size: 0x000C
|
|
225
|
+
*/
|
|
226
|
+
export type FManagedValue = {
|
|
227
|
+
ValueId: FName; // 0x0000 (0x0008) [FName]
|
|
228
|
+
Value: number; // 0x0008 (0x0004) [int32]
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* ScriptStruct IpDrv.McpManagedValueManagerBase.ManagedValueSaveSlot
|
|
233
|
+
* Size: 0x0030
|
|
234
|
+
*/
|
|
235
|
+
export type FManagedValueSaveSlot = {
|
|
236
|
+
OwningMcpId: string; // 0x0000 (0x0010) [FString]
|
|
237
|
+
SaveSlot: string; // 0x0010 (0x0010) [FString]
|
|
238
|
+
Values: FManagedValue[]; // 0x0020 (0x0010) [TArray<FManagedValue>]
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* ScriptStruct IpDrv.McpClashMobManager.McpChallengeRequest
|
|
243
|
+
* Size: 0x0018
|
|
244
|
+
*/
|
|
245
|
+
export type FMcpChallengeRequest = {
|
|
246
|
+
UniqueChallengeId: string; // 0x0000 (0x0010) [FString]
|
|
247
|
+
HTTPRequest: UHttpRequestInterface; // 0x0010 (0x0008) [UHttpRequestInterface*]
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* ScriptStruct IpDrv.McpClashMobManager.McpChallengeUserRequest
|
|
252
|
+
* Size: 0x0050
|
|
253
|
+
*/
|
|
254
|
+
export type FMcpChallengeUserRequest = {
|
|
255
|
+
UniqueUserId: string; // 0x0000 (0x0010) [FString]
|
|
256
|
+
ChallengeStatusRequests: FMcpChallengeRequest[]; // 0x0010 (0x0010) [TArray<FMcpChallengeRequest>]
|
|
257
|
+
ChallengeAcceptRequests: FMcpChallengeRequest[]; // 0x0020 (0x0010) [TArray<FMcpChallengeRequest>]
|
|
258
|
+
ChallengeUpdateProgressRequests: FMcpChallengeRequest[]; // 0x0030 (0x0010) [TArray<FMcpChallengeRequest>]
|
|
259
|
+
ChallengeUpdateRewardRequests: FMcpChallengeRequest[]; // 0x0040 (0x0010) [TArray<FMcpChallengeRequest>]
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* ScriptStruct IpDrv.McpClashMobBase.McpClashMobChallengeEvent
|
|
264
|
+
* Size: 0x00E0
|
|
265
|
+
*/
|
|
266
|
+
export type FMcpClashMobChallengeEvent = {
|
|
267
|
+
unique_challenge_id: string; // 0x0000 (0x0010) [FString]
|
|
268
|
+
visible_date: string; // 0x0010 (0x0010) [FString]
|
|
269
|
+
start_date: string; // 0x0020 (0x0010) [FString]
|
|
270
|
+
end_date: string; // 0x0030 (0x0010) [FString]
|
|
271
|
+
completed_date: string; // 0x0040 (0x0010) [FString]
|
|
272
|
+
purge_date: string; // 0x0050 (0x0010) [FString]
|
|
273
|
+
challenge_type: string; // 0x0060 (0x0010) [FString]
|
|
274
|
+
num_attempts: number; // 0x0070 (0x0004) [int32]
|
|
275
|
+
num_successful_attempts: number; // 0x0074 (0x0004) [int32]
|
|
276
|
+
goal_value: number; // 0x0078 (0x0004) [int32]
|
|
277
|
+
goal_start_value: number; // 0x007c (0x0004) [int32]
|
|
278
|
+
goal_current_value: number; // 0x0080 (0x0004) [int32]
|
|
279
|
+
has_started: boolean; // 0x0084 (0x0004) [bool : 0x1]
|
|
280
|
+
is_visible: boolean; // 0x0084 (0x0004) [bool : 0x2]
|
|
281
|
+
has_completed: boolean; // 0x0084 (0x0004) [bool : 0x4]
|
|
282
|
+
was_successful: boolean; // 0x0084 (0x0004) [bool : 0x8]
|
|
283
|
+
file_list: FMcpClashMobChallengeFile[]; // 0x0088 (0x0010) [TArray<FMcpClashMobChallengeFile>]
|
|
284
|
+
facebook_likes: number; // 0x0098 (0x0004) [int32]
|
|
285
|
+
facebook_comments: number; // 0x009c (0x0004) [int32]
|
|
286
|
+
facebook_like_scaler: number; // 0x00a0 (0x0004) [float]
|
|
287
|
+
facebook_comment_scaler: number; // 0x00a4 (0x0004) [float]
|
|
288
|
+
facebook_like_goal_progress: number; // 0x00a8 (0x0004) [int32]
|
|
289
|
+
facebook_comment_goal_progress: number; // 0x00ac (0x0004) [int32]
|
|
290
|
+
facebook_id: string; // 0x00b0 (0x0010) [FString]
|
|
291
|
+
twitter_retweets: number; // 0x00c0 (0x0004) [int32]
|
|
292
|
+
twitter_retweets_scaler: number; // 0x00c4 (0x0004) [float]
|
|
293
|
+
twitter_goal_progress: number; // 0x00c8 (0x0004) [int32]
|
|
294
|
+
twitter_id: string; // 0x00d0 (0x0010) [FString]
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* ScriptStruct IpDrv.McpClashMobBase.McpClashMobChallengeFile
|
|
299
|
+
* Size: 0x0059
|
|
300
|
+
*/
|
|
301
|
+
export type FMcpClashMobChallengeFile = {
|
|
302
|
+
should_keep_post_challenge: boolean; // 0x0000 (0x0004) [bool : 0x1]
|
|
303
|
+
title_id: string; // 0x0008 (0x0010) [FString]
|
|
304
|
+
file_name: string; // 0x0018 (0x0010) [FString]
|
|
305
|
+
dl_name: string; // 0x0028 (0x0010) [FString]
|
|
306
|
+
hash_code: string; // 0x0038 (0x0010) [FString]
|
|
307
|
+
Type: string; // 0x0048 (0x0010) [FString]
|
|
308
|
+
Status: McpChallengeFileStatus; // 0x0058 (0x0001) [McpChallengeFileStatus]
|
|
309
|
+
};
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* ScriptStruct IpDrv.McpClashMobBase.McpClashMobChallengeUserStatus
|
|
313
|
+
* Size: 0x008C
|
|
314
|
+
*/
|
|
315
|
+
export type FMcpClashMobChallengeUserStatus = {
|
|
316
|
+
unique_challenge_id: string; // 0x0000 (0x0010) [FString]
|
|
317
|
+
unique_user_id: string; // 0x0010 (0x0010) [FString]
|
|
318
|
+
num_attempts: number; // 0x0020 (0x0004) [int32]
|
|
319
|
+
num_successful_attempts: number; // 0x0024 (0x0004) [int32]
|
|
320
|
+
goal_progress: number; // 0x0028 (0x0004) [int32]
|
|
321
|
+
did_complete: boolean; // 0x002c (0x0004) [bool : 0x1]
|
|
322
|
+
last_update_time: string; // 0x0030 (0x0010) [FString]
|
|
323
|
+
user_award_given: number; // 0x0040 (0x0004) [int32]
|
|
324
|
+
accept_time: string; // 0x0048 (0x0010) [FString]
|
|
325
|
+
did_preregister: boolean; // 0x0058 (0x0004) [bool : 0x1]
|
|
326
|
+
facebook_like_time: string; // 0x0060 (0x0010) [FString]
|
|
327
|
+
enrolled_via_facebook: boolean; // 0x0070 (0x0004) [bool : 0x1]
|
|
328
|
+
liked_via_facebook: boolean; // 0x0070 (0x0004) [bool : 0x2]
|
|
329
|
+
commented_via_facebook: boolean; // 0x0070 (0x0004) [bool : 0x4]
|
|
330
|
+
twitter_retweet_time: string; // 0x0078 (0x0010) [FString]
|
|
331
|
+
enrolled_via_twitter: boolean; // 0x0088 (0x0004) [bool : 0x1]
|
|
332
|
+
retweeted: boolean; // 0x0088 (0x0004) [bool : 0x2]
|
|
333
|
+
};
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* ScriptStruct IpDrv.McpClashMobBase.McpClashMobPushNotification
|
|
337
|
+
* Size: 0x0044
|
|
338
|
+
*/
|
|
339
|
+
export type FMcpClashMobPushNotification = {
|
|
340
|
+
device_tokens: string[]; // 0x0000 (0x0010) [TArray<FString>]
|
|
341
|
+
badge_type: string; // 0x0010 (0x0010) [FString]
|
|
342
|
+
Sound: string; // 0x0020 (0x0010) [FString]
|
|
343
|
+
Message: string; // 0x0030 (0x0010) [FString]
|
|
344
|
+
Params: FMcpClashMobPushNotificationParams; // 0x0040 (0x0004) [FMcpClashMobPushNotificationParams]
|
|
345
|
+
};
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* ScriptStruct IpDrv.McpClashMobBase.McpClashMobPushNotificationParams
|
|
349
|
+
* Size: 0x0004
|
|
350
|
+
*/
|
|
351
|
+
export type FMcpClashMobPushNotificationParams = {
|
|
352
|
+
bah: number; // 0x0000 (0x0004) [int32]
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* ScriptStruct IpDrv.McpMessageManager.McpCompressMessageRequest
|
|
357
|
+
* Size: 0x0038
|
|
358
|
+
*/
|
|
359
|
+
export type FMcpCompressMessageRequest = {
|
|
360
|
+
SourceBuffer: number[]; // 0x0000 (0x0010) [TArray<uint8>]
|
|
361
|
+
DestBuffer: number[]; // 0x0010 (0x0010) [TArray<uint8>]
|
|
362
|
+
OutCompressedSize: number; // 0x0020 (0x0004) [int32]
|
|
363
|
+
Request: UHttpRequestInterface; // 0x0028 (0x0008) [UHttpRequestInterface*]
|
|
364
|
+
CompressionWorker: FPointer; // 0x0030 (0x0008) [FPointer]
|
|
365
|
+
};
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* ScriptStruct IpDrv.McpGroupsBase.McpGroup
|
|
369
|
+
* Size: 0x0048
|
|
370
|
+
*/
|
|
371
|
+
export type FMcpGroup = {
|
|
372
|
+
OwnerId: string; // 0x0000 (0x0010) [FString]
|
|
373
|
+
GroupId: string; // 0x0010 (0x0010) [FString]
|
|
374
|
+
GroupName: string; // 0x0020 (0x0010) [FString]
|
|
375
|
+
AccessLevel: EMcpGroupAccessLevel; // 0x0030 (0x0001) [EMcpGroupAccessLevel]
|
|
376
|
+
Members: FMcpGroupMember[]; // 0x0038 (0x0010) [TArray<FMcpGroupMember>]
|
|
377
|
+
};
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* ScriptStruct IpDrv.McpGroupsBase.McpGroupList
|
|
381
|
+
* Size: 0x0020
|
|
382
|
+
*/
|
|
383
|
+
export type FMcpGroupList = {
|
|
384
|
+
RequesterId: string; // 0x0000 (0x0010) [FString]
|
|
385
|
+
Groups: FMcpGroup[]; // 0x0010 (0x0010) [TArray<FMcpGroup>]
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* ScriptStruct IpDrv.McpGroupsBase.McpGroupMember
|
|
390
|
+
* Size: 0x0011
|
|
391
|
+
*/
|
|
392
|
+
export type FMcpGroupMember = {
|
|
393
|
+
MemberId: string; // 0x0000 (0x0010) [FString]
|
|
394
|
+
AcceptState: EMcpGroupAcceptState; // 0x0010 (0x0001) [EMcpGroupAcceptState]
|
|
395
|
+
};
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* ScriptStruct IpDrv.McpIdMappingBase.McpIdMapping
|
|
399
|
+
* Size: 0x0030
|
|
400
|
+
*/
|
|
401
|
+
export type FMcpIdMapping = {
|
|
402
|
+
McpId: string; // 0x0000 (0x0010) [FString]
|
|
403
|
+
ExternalId: string; // 0x0010 (0x0010) [FString]
|
|
404
|
+
ExternalType: string; // 0x0020 (0x0010) [FString]
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* ScriptStruct IpDrv.McpUserInventoryBase.McpInventoryItem
|
|
409
|
+
* Size: 0x0050
|
|
410
|
+
*/
|
|
411
|
+
export type FMcpInventoryItem = {
|
|
412
|
+
InstanceItemId: string; // 0x0000 (0x0010) [FString]
|
|
413
|
+
GlobalItemId: string; // 0x0010 (0x0010) [FString]
|
|
414
|
+
Quantity: number; // 0x0020 (0x0004) [int32]
|
|
415
|
+
QuantityIAP: number; // 0x0024 (0x0004) [int32]
|
|
416
|
+
Scalar: number; // 0x0028 (0x0004) [float]
|
|
417
|
+
LastUpdateTime: string; // 0x0030 (0x0010) [FString]
|
|
418
|
+
Attributes: FMcpInventoryItemAttribute[]; // 0x0040 (0x0010) [TArray<FMcpInventoryItemAttribute>]
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* ScriptStruct IpDrv.McpUserInventoryBase.McpInventoryItemAttribute
|
|
423
|
+
* Size: 0x0014
|
|
424
|
+
*/
|
|
425
|
+
export type FMcpInventoryItemAttribute = {
|
|
426
|
+
AttributeId: string; // 0x0000 (0x0010) [FString]
|
|
427
|
+
Value: number; // 0x0010 (0x0004) [int32]
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* ScriptStruct IpDrv.McpUserInventoryBase.McpInventoryItemContainer
|
|
432
|
+
* Size: 0x0014
|
|
433
|
+
*/
|
|
434
|
+
export type FMcpInventoryItemContainer = {
|
|
435
|
+
GlobalItemId: string; // 0x0000 (0x0010) [FString]
|
|
436
|
+
Quantity: number; // 0x0010 (0x0004) [int32]
|
|
437
|
+
};
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* ScriptStruct IpDrv.McpUserInventoryBase.McpInventorySaveSlot
|
|
441
|
+
* Size: 0x0030
|
|
442
|
+
*/
|
|
443
|
+
export type FMcpInventorySaveSlot = {
|
|
444
|
+
OwningMcpId: string; // 0x0000 (0x0010) [FString]
|
|
445
|
+
SaveSlotId: string; // 0x0010 (0x0010) [FString]
|
|
446
|
+
Items: FMcpInventoryItem[]; // 0x0020 (0x0010) [TArray<FMcpInventoryItem>]
|
|
447
|
+
};
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* ScriptStruct IpDrv.McpMessageBase.McpMessage
|
|
451
|
+
* Size: 0x0061
|
|
452
|
+
*/
|
|
453
|
+
export type FMcpMessage = {
|
|
454
|
+
MessageId: string; // 0x0000 (0x0010) [FString]
|
|
455
|
+
ToUniqueUserId: string; // 0x0010 (0x0010) [FString]
|
|
456
|
+
FromUniqueUserId: string; // 0x0020 (0x0010) [FString]
|
|
457
|
+
FromFriendlyName: string; // 0x0030 (0x0010) [FString]
|
|
458
|
+
MessageType: string; // 0x0040 (0x0010) [FString]
|
|
459
|
+
ValidUntil: string; // 0x0050 (0x0010) [FString]
|
|
460
|
+
MessageCompressionType: EMcpMessageCompressionType; // 0x0060 (0x0001) [EMcpMessageCompressionType]
|
|
461
|
+
};
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* ScriptStruct IpDrv.McpMessageBase.McpMessageContents
|
|
465
|
+
* Size: 0x0020
|
|
466
|
+
*/
|
|
467
|
+
export type FMcpMessageContents = {
|
|
468
|
+
MessageId: string; // 0x0000 (0x0010) [FString]
|
|
469
|
+
MessageContents: number[]; // 0x0010 (0x0010) [TArray<uint8>]
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* ScriptStruct IpDrv.McpMessageBase.McpMessageList
|
|
474
|
+
* Size: 0x0020
|
|
475
|
+
*/
|
|
476
|
+
export type FMcpMessageList = {
|
|
477
|
+
ToUniqueUserId: string; // 0x0000 (0x0010) [FString]
|
|
478
|
+
Messages: FMcpMessage[]; // 0x0010 (0x0010) [TArray<FMcpMessage>]
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* ScriptStruct IpDrv.McpMessageManager.McpUncompressMessageRequest
|
|
483
|
+
* Size: 0x0040
|
|
484
|
+
*/
|
|
485
|
+
export type FMcpUncompressMessageRequest = {
|
|
486
|
+
MessageId: string; // 0x0000 (0x0010) [FString]
|
|
487
|
+
SourceBuffer: number[]; // 0x0010 (0x0010) [TArray<uint8>]
|
|
488
|
+
DestBuffer: number[]; // 0x0020 (0x0010) [TArray<uint8>]
|
|
489
|
+
OutUncompressedSize: number; // 0x0030 (0x0004) [int32]
|
|
490
|
+
UncompressionWorker: FPointer; // 0x0038 (0x0008) [FPointer]
|
|
491
|
+
};
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* ScriptStruct IpDrv.McpUserCloudFileDownload.McpUserCloudFileInfo
|
|
495
|
+
* Size: 0x0068
|
|
496
|
+
*/
|
|
497
|
+
export type FMcpUserCloudFileInfo = FEmsFile & {
|
|
498
|
+
CreationDate: string; // 0x0038 (0x0010) [FString]
|
|
499
|
+
LastUpdateDate: string; // 0x0048 (0x0010) [FString]
|
|
500
|
+
CompressionType: string; // 0x0058 (0x0010) [FString]
|
|
501
|
+
};
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* ScriptStruct IpDrv.McpUserCloudFileDownload.McpUserCloudFilesEntry
|
|
505
|
+
* Size: 0x0038
|
|
506
|
+
*/
|
|
507
|
+
export type FMcpUserCloudFilesEntry = {
|
|
508
|
+
UserId: string; // 0x0000 (0x0010) [FString]
|
|
509
|
+
DownloadedFiles: FTitleFileWeb[]; // 0x0010 (0x0010) [TArray<FTitleFileWeb>]
|
|
510
|
+
EnumeratedFiles: FMcpUserCloudFileInfo[]; // 0x0020 (0x0010) [TArray<FMcpUserCloudFileInfo>]
|
|
511
|
+
HTTPRequestEnumerateFiles: UHttpRequestInterface; // 0x0030 (0x0008) [UHttpRequestInterface*]
|
|
512
|
+
};
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* ScriptStruct IpDrv.McpUserManagerBase.McpUserStatus
|
|
516
|
+
* Size: 0x0068
|
|
517
|
+
*/
|
|
518
|
+
export type FMcpUserStatus = {
|
|
519
|
+
McpId: string; // 0x0000 (0x0010) [FString]
|
|
520
|
+
SecretKey: string; // 0x0010 (0x0010) [FString]
|
|
521
|
+
Ticket: string; // 0x0020 (0x0010) [FString]
|
|
522
|
+
UDID: string; // 0x0030 (0x0010) [FString]
|
|
523
|
+
RegisteredDate: string; // 0x0040 (0x0010) [FString]
|
|
524
|
+
LastActiveDate: string; // 0x0050 (0x0010) [FString]
|
|
525
|
+
DaysInactive: number; // 0x0060 (0x0004) [int32]
|
|
526
|
+
bIsBanned: boolean; // 0x0064 (0x0004) [bool : 0x1]
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* ScriptStruct IpDrv.OnlineNewsInterfaceMcp.NewsCacheEntry
|
|
531
|
+
* Size: 0x0038
|
|
532
|
+
*/
|
|
533
|
+
export type FNewsCacheEntry = {
|
|
534
|
+
NewsUrl: string; // 0x0000 (0x0010) [FString]
|
|
535
|
+
ReadState: EOnlineEnumerationReadState; // 0x0010 (0x0001) [EOnlineEnumerationReadState]
|
|
536
|
+
NewsType: EOnlineNewsType; // 0x0011 (0x0001) [EOnlineNewsType]
|
|
537
|
+
NewsItem: string; // 0x0018 (0x0010) [FString]
|
|
538
|
+
Timeout: number; // 0x0028 (0x0004) [float]
|
|
539
|
+
bIsUnicode: boolean; // 0x002c (0x0004) [bool : 0x1]
|
|
540
|
+
HttpDownloader: FPointer; // 0x0030 (0x0008) [FPointer]
|
|
541
|
+
};
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* ScriptStruct IpDrv.OnlineImageDownloaderWeb.OnlineImageDownload
|
|
545
|
+
* Size: 0x0040
|
|
546
|
+
*/
|
|
547
|
+
export type FOnlineImageDownload = {
|
|
548
|
+
URL: string; // 0x0000 (0x0010) [FString]
|
|
549
|
+
HTTPRequest: UHttpRequestInterface; // 0x0010 (0x0008) [UHttpRequestInterface*]
|
|
550
|
+
Status: EOnlineImageDownloadState; // 0x0018 (0x0001) [EOnlineImageDownloadState]
|
|
551
|
+
Texture: UTexture2DDynamic; // 0x0020 (0x0008) [UTexture2DDynamic*]
|
|
552
|
+
DecodedCallbacks: FScriptDelegate; // 0x0028 (0x0018) [FScriptDelegate]
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* ScriptStruct IpDrv.PartyBeacon.PartyReservation
|
|
557
|
+
* Size: 0x0060
|
|
558
|
+
*/
|
|
559
|
+
export type FPartyReservation = {
|
|
560
|
+
TeamNum: number; // 0x0000 (0x0004) [int32]
|
|
561
|
+
PartyLeader: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId]
|
|
562
|
+
PartyMembers: FPlayerReservation[]; // 0x0050 (0x0010) [TArray<FPlayerReservation>]
|
|
563
|
+
};
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* ScriptStruct IpDrv.MeshBeacon.PlayerMember
|
|
567
|
+
* Size: 0x0050
|
|
568
|
+
*/
|
|
569
|
+
export type FPlayerMember = {
|
|
570
|
+
TeamNum: number; // 0x0000 (0x0004) [int32]
|
|
571
|
+
Skill: number; // 0x0004 (0x0004) [int32]
|
|
572
|
+
NetId: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId]
|
|
573
|
+
};
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* ScriptStruct IpDrv.PartyBeacon.PlayerReservation
|
|
577
|
+
* Size: 0x0064
|
|
578
|
+
*/
|
|
579
|
+
export type FPlayerReservation = {
|
|
580
|
+
NetId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
581
|
+
Skill: number; // 0x0048 (0x0004) [int32]
|
|
582
|
+
XpLevel: number; // 0x004c (0x0004) [int32]
|
|
583
|
+
Mu: FDouble; // 0x0050 (0x0008) [FDouble]
|
|
584
|
+
Sigma: FDouble; // 0x0058 (0x0008) [FDouble]
|
|
585
|
+
ElapsedSessionTime: number; // 0x0060 (0x0004) [float]
|
|
586
|
+
};
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* ScriptStruct IpDrv.OnlinePlaylistManager.Playlist
|
|
590
|
+
* Size: 0x0080
|
|
591
|
+
*/
|
|
592
|
+
export type FPlaylist = {
|
|
593
|
+
ConfiguredGames: FConfiguredGameSetting[]; // 0x0000 (0x0010) [TArray<FConfiguredGameSetting>]
|
|
594
|
+
PlaylistId: number; // 0x0010 (0x0004) [int32]
|
|
595
|
+
LoadBalanceId: number; // 0x0014 (0x0004) [int32]
|
|
596
|
+
LocalizationString: string; // 0x0018 (0x0010) [FString]
|
|
597
|
+
ContentIds: number[]; // 0x0028 (0x0010) [TArray<int32>]
|
|
598
|
+
TeamSize: number; // 0x0038 (0x0004) [int32]
|
|
599
|
+
TeamCount: number; // 0x003c (0x0004) [int32]
|
|
600
|
+
MaxPartySize: number; // 0x0040 (0x0004) [int32]
|
|
601
|
+
Name: string; // 0x0048 (0x0010) [FString]
|
|
602
|
+
URL: string; // 0x0058 (0x0010) [FString]
|
|
603
|
+
MatchType: number; // 0x0068 (0x0004) [int32]
|
|
604
|
+
bDisableDedicatedServerSearches: boolean; // 0x006c (0x0004) [bool : 0x1]
|
|
605
|
+
MapCycle: FName[]; // 0x0070 (0x0010) [TArray<FName>]
|
|
606
|
+
};
|
|
607
|
+
|
|
608
|
+
/**
|
|
609
|
+
* ScriptStruct IpDrv.OnlinePlaylistManager.PlaylistPopulation
|
|
610
|
+
* Size: 0x000C
|
|
611
|
+
*/
|
|
612
|
+
export type FPlaylistPopulation = {
|
|
613
|
+
PlaylistId: number; // 0x0000 (0x0004) [int32]
|
|
614
|
+
WorldwideTotal: number; // 0x0004 (0x0004) [int32]
|
|
615
|
+
RegionTotal: number; // 0x0008 (0x0004) [int32]
|
|
616
|
+
};
|
|
617
|
+
|
|
618
|
+
/**
|
|
619
|
+
* ScriptStruct IpDrv.McpIdMappingManager.QueryMappingRequest
|
|
620
|
+
* Size: 0x0018
|
|
621
|
+
*/
|
|
622
|
+
export type FQueryMappingRequest = {
|
|
623
|
+
ExternalType: string; // 0x0000 (0x0010) [FString]
|
|
624
|
+
Request: UHttpRequestInterface; // 0x0010 (0x0008) [UHttpRequestInterface*]
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* ScriptStruct IpDrv.OnlineSubsystemCommonImpl.SanitizeCallbackData
|
|
629
|
+
* Size: 0x0030
|
|
630
|
+
*/
|
|
631
|
+
export type FSanitizeCallbackData = {
|
|
632
|
+
Id: number; // 0x0000 (0x0004) [int32]
|
|
633
|
+
Callback: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate]
|
|
634
|
+
Comment: string; // 0x0020 (0x0010) [FString]
|
|
635
|
+
};
|
|
636
|
+
|
|
637
|
+
/**
|
|
638
|
+
* ScriptStruct IpDrv.TitleFileDownloadCache.TitleFileCacheEntry
|
|
639
|
+
* Size: 0x0058
|
|
640
|
+
*/
|
|
641
|
+
export type FTitleFileCacheEntry = FTitleFile & {
|
|
642
|
+
LogicalName: string; // 0x0028 (0x0010) [FString]
|
|
643
|
+
Hash: string; // 0x0038 (0x0010) [FString]
|
|
644
|
+
FileOp: ETitleFileFileOp; // 0x0048 (0x0001) [ETitleFileFileOp]
|
|
645
|
+
Ar: FPointer; // 0x0050 (0x0008) [FPointer]
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* ScriptStruct IpDrv.OnlineTitleFileDownloadMcp.TitleFileMcp
|
|
650
|
+
* Size: 0x0030
|
|
651
|
+
*/
|
|
652
|
+
export type FTitleFileMcp = FTitleFile & {
|
|
653
|
+
HttpDownloader: FPointer; // 0x0028 (0x0008) [FPointer]
|
|
654
|
+
};
|
|
655
|
+
|
|
656
|
+
/**
|
|
657
|
+
* ScriptStruct IpDrv.OnlineTitleFileDownloadBase.TitleFileWeb
|
|
658
|
+
* Size: 0x0041
|
|
659
|
+
*/
|
|
660
|
+
export type FTitleFileWeb = FTitleFile & {
|
|
661
|
+
StringData: string; // 0x0028 (0x0010) [FString]
|
|
662
|
+
HTTPRequest: UHttpRequestInterface; // 0x0038 (0x0008) [UHttpRequestInterface*]
|
|
663
|
+
FileCompressionType: EMcpFileCompressionType; // 0x0040 (0x0001) [EMcpFileCompressionType]
|
|
664
|
+
};
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* ScriptStruct IpDrv.McpUserManager.UserRequest
|
|
668
|
+
* Size: 0x0018
|
|
669
|
+
*/
|
|
670
|
+
export type FUserRequest = {
|
|
671
|
+
McpId: string; // 0x0000 (0x0010) [FString]
|
|
672
|
+
Request: UHttpRequestInterface; // 0x0010 (0x0008) [UHttpRequestInterface*]
|
|
673
|
+
};
|
|
674
|
+
|
|
675
|
+
/**
|
|
676
|
+
* ScriptStruct IpDrv.McpManagedValueManager.ValueRequestState
|
|
677
|
+
* Size: 0x0030
|
|
678
|
+
*/
|
|
679
|
+
export type FValueRequestState = FSaveSlotRequestState & {
|
|
680
|
+
ValueId: FName; // 0x0028 (0x0008) [FName]
|
|
681
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OnlineSubsystemEOS Package - Structs
|
|
3
|
+
* Auto-generated by Stev Peifer <stev.p@outlook.com> (https://github.com/ObscuritySRL)
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { FScriptDelegate } from '../types/GameDefines';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* ScriptStruct OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.LoginDelegates
|
|
10
|
+
* Size: 0x0010
|
|
11
|
+
*/
|
|
12
|
+
export type FLoginDelegates = {
|
|
13
|
+
Delegates: FScriptDelegate[]; // 0x0000 (0x0010) [TArray<FScriptDelegate>]
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* ScriptStruct OnlineSubsystemEOS.OnlinePlayerInterfaceEOS.OnlineStatusMappingEOS
|
|
18
|
+
* Size: 0x0018
|
|
19
|
+
*/
|
|
20
|
+
export type FOnlineStatusMappingEOS = {
|
|
21
|
+
StatusId: number; // 0x0000 (0x0004) [int32]
|
|
22
|
+
StatusString: string; // 0x0008 (0x0010) [FString]
|
|
23
|
+
};
|