@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,306 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OnlineSubsystemSteamworks 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 {
|
|
8
|
+
UHttpRequestInterface,
|
|
9
|
+
UOnlineGameSearch,
|
|
10
|
+
UOnlineGameSettings,
|
|
11
|
+
UOnlineProfileSettings,
|
|
12
|
+
} from '../classes/Engine';
|
|
13
|
+
import type { EOnlineGameSearchEntryType } from '../enums/Engine';
|
|
14
|
+
import type {
|
|
15
|
+
ELeaderboardFormat,
|
|
16
|
+
ELeaderboardSortType,
|
|
17
|
+
ELeaderboardUpdateType,
|
|
18
|
+
EMuteType,
|
|
19
|
+
ESteamMatchmakingType,
|
|
20
|
+
} from '../enums/OnlineSubsystemSteamworks';
|
|
21
|
+
import type { FMultiMap_Mirror, FPointer, FUniqueNetId } from './Core';
|
|
22
|
+
import type { FEmsFile, FLocalTalker, FOnlinePlayerScore, FSettingsData, FTitleFile } from './Engine';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AchievementMappingInfo
|
|
26
|
+
* Size: 0x001C
|
|
27
|
+
*/
|
|
28
|
+
export type FAchievementMappingInfo = {
|
|
29
|
+
AchievementId: number; // 0x0000 (0x0004) [int32]
|
|
30
|
+
AchievementName: FName; // 0x0004 (0x0008) [FName]
|
|
31
|
+
ViewId: number; // 0x000c (0x0004) [int32]
|
|
32
|
+
ProgressCount: number; // 0x0010 (0x0004) [int32]
|
|
33
|
+
MaxProgress: number; // 0x0014 (0x0004) [int32]
|
|
34
|
+
bAutoUnlock: boolean; // 0x0018 (0x0004) [bool : 0x1]
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.AchievementProgressStat
|
|
39
|
+
* Size: 0x0010
|
|
40
|
+
*/
|
|
41
|
+
export type FAchievementProgressStat = {
|
|
42
|
+
AchievementId: number; // 0x0000 (0x0004) [int32]
|
|
43
|
+
Progress: number; // 0x0004 (0x0004) [int32]
|
|
44
|
+
MaxProgress: number; // 0x0008 (0x0004) [int32]
|
|
45
|
+
bUnlock: boolean; // 0x000c (0x0004) [bool : 0x1]
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlinePurchaseInterfaceSteamworks.AppPriceInfoRequest
|
|
50
|
+
* Size: 0x0030
|
|
51
|
+
*/
|
|
52
|
+
export type FAppPriceInfoRequest = {
|
|
53
|
+
HTTPRequest: UHttpRequestInterface; // 0x0000 (0x0008) [UHttpRequestInterface*]
|
|
54
|
+
AppNames: FName[]; // 0x0008 (0x0010) [TArray<FName>]
|
|
55
|
+
Callback: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate]
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.ClientFilterORClause
|
|
60
|
+
* Size: 0x0050
|
|
61
|
+
*/
|
|
62
|
+
export type FClientFilterORClause = {
|
|
63
|
+
OrParams: FMultiMap_Mirror; // 0x0000 (0x0050) [FMultiMap_Mirror]
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ControllerConnectionState
|
|
68
|
+
* Size: 0x0008
|
|
69
|
+
*/
|
|
70
|
+
export type FControllerConnectionState = {
|
|
71
|
+
bIsControllerConnected: number; // 0x0000 (0x0004) [int32]
|
|
72
|
+
bLastIsControllerConnected: number; // 0x0004 (0x0004) [int32]
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.DeferredLeaderboardRead
|
|
77
|
+
* Size: 0x0030
|
|
78
|
+
*/
|
|
79
|
+
export type FDeferredLeaderboardRead = {
|
|
80
|
+
LeaderboardName: string; // 0x0000 (0x0010) [FString]
|
|
81
|
+
RequestType: number; // 0x0010 (0x0001) [uint8]
|
|
82
|
+
Start: number; // 0x0014 (0x0004) [int32]
|
|
83
|
+
End: number; // 0x0018 (0x0004) [int32]
|
|
84
|
+
PlayerList: FUniqueNetId[]; // 0x0020 (0x0010) [TArray<FUniqueNetId>]
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.DeferredLeaderboardWrite
|
|
89
|
+
* Size: 0x0028
|
|
90
|
+
*/
|
|
91
|
+
export type FDeferredLeaderboardWrite = {
|
|
92
|
+
LeaderboardName: string; // 0x0000 (0x0010) [FString]
|
|
93
|
+
Score: number; // 0x0010 (0x0004) [int32]
|
|
94
|
+
LeaderboardData: number[]; // 0x0018 (0x0010) [TArray<int32>]
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.DeviceIdCache
|
|
99
|
+
* Size: 0x0030
|
|
100
|
+
*/
|
|
101
|
+
export type FDeviceIdCache = {
|
|
102
|
+
DeviceID: number; // 0x0000 (0x0004) [int32]
|
|
103
|
+
DeviceSelectionMulticast: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate]
|
|
104
|
+
DeviceSelectionDelegates: FScriptDelegate[]; // 0x0020 (0x0010) [TArray<FScriptDelegate>]
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.FilterKeyToSteamKeyMapping
|
|
109
|
+
* Size: 0x0040
|
|
110
|
+
*/
|
|
111
|
+
export type FFilterKeyToSteamKeyMapping = {
|
|
112
|
+
KeyId: number; // 0x0000 (0x0004) [int32]
|
|
113
|
+
KeyType: EOnlineGameSearchEntryType; // 0x0004 (0x0001) [EOnlineGameSearchEntryType]
|
|
114
|
+
RawKey: string; // 0x0008 (0x0010) [FString]
|
|
115
|
+
SteamKey: string; // 0x0018 (0x0010) [FString]
|
|
116
|
+
bReverseFilter: boolean; // 0x0028 (0x0004) [bool : 0x1]
|
|
117
|
+
IgnoreValue: string; // 0x0030 (0x0010) [FString]
|
|
118
|
+
};
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.LeaderboardEntry
|
|
122
|
+
* Size: 0x0060
|
|
123
|
+
*/
|
|
124
|
+
export type FLeaderboardEntry = {
|
|
125
|
+
PlayerUID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
126
|
+
Rank: number; // 0x0048 (0x0004) [int32]
|
|
127
|
+
Score: number; // 0x004c (0x0004) [int32]
|
|
128
|
+
LeaderboardData: number[]; // 0x0050 (0x0010) [TArray<int32>]
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.LeaderboardHandle
|
|
133
|
+
* Size: 0x0008
|
|
134
|
+
*/
|
|
135
|
+
export type FLeaderboardHandle = {
|
|
136
|
+
Dud: bigint; // 0x0000 (0x0008) [uint64]
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.LeaderboardTemplate
|
|
141
|
+
* Size: 0x002C
|
|
142
|
+
*/
|
|
143
|
+
export type FLeaderboardTemplate = {
|
|
144
|
+
LeaderboardName: string; // 0x0000 (0x0010) [FString]
|
|
145
|
+
UpdateType: ELeaderboardUpdateType; // 0x0010 (0x0001) [ELeaderboardUpdateType]
|
|
146
|
+
LeaderboardSize: number; // 0x0014 (0x0004) [int32]
|
|
147
|
+
SortType: ELeaderboardSortType; // 0x0018 (0x0001) [ELeaderboardSortType]
|
|
148
|
+
DisplayFormat: ELeaderboardFormat; // 0x0019 (0x0001) [ELeaderboardFormat]
|
|
149
|
+
LeaderboardRef: FLeaderboardHandle; // 0x0020 (0x0008) [FLeaderboardHandle]
|
|
150
|
+
bLeaderboardInitializing: boolean; // 0x0028 (0x0004) [bool : 0x1]
|
|
151
|
+
bLeaderboardInitiated: boolean; // 0x0028 (0x0004) [bool : 0x2]
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.LocalTalkerSteam
|
|
156
|
+
* Size: 0x0051
|
|
157
|
+
*/
|
|
158
|
+
export type FLocalTalkerSteam = FLocalTalker & {
|
|
159
|
+
MuteType: EMuteType; // 0x0050 (0x0001) [EMuteType]
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.MatchmakingQueryState
|
|
164
|
+
* Size: 0x0078
|
|
165
|
+
*/
|
|
166
|
+
export type FMatchmakingQueryState = {
|
|
167
|
+
GameSearch: UOnlineGameSearch; // 0x0000 (0x0008) [UOnlineGameSearch*]
|
|
168
|
+
QueryToRulesResponseMap: FServerQueryToRulesResponseMapping[]; // 0x0008 (0x0010) [TArray<FServerQueryToRulesResponseMapping>]
|
|
169
|
+
QueryToPingResponseMap: FServerQueryToPingResponseMapping[]; // 0x0018 (0x0010) [TArray<FServerQueryToPingResponseMapping>]
|
|
170
|
+
ServerListResponse: FPointer; // 0x0028 (0x0008) [FPointer]
|
|
171
|
+
CurrentMatchmakingType: ESteamMatchmakingType; // 0x0030 (0x0001) [ESteamMatchmakingType]
|
|
172
|
+
CurrentMatchmakingQuery: FPointer; // 0x0038 (0x0008) [FPointer]
|
|
173
|
+
ActiveClientsideFilters: FClientFilterORClause[]; // 0x0040 (0x0010) [TArray<FClientFilterORClause>]
|
|
174
|
+
PendingRulesSearchSettings: UOnlineGameSettings[]; // 0x0050 (0x0010) [TArray<UOnlineGameSettings*>]
|
|
175
|
+
PendingPingSearchSettings: UOnlineGameSettings[]; // 0x0060 (0x0010) [TArray<UOnlineGameSettings*>]
|
|
176
|
+
bIgnoreRefreshComplete: boolean; // 0x0070 (0x0004) [bool : 0x1]
|
|
177
|
+
LastActivityTimestamp: number; // 0x0074 (0x0004) [float]
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.OnlineStatusMapping
|
|
182
|
+
* Size: 0x0018
|
|
183
|
+
*/
|
|
184
|
+
export type FOnlineStatusMapping = {
|
|
185
|
+
StatusId: number; // 0x0000 (0x0004) [int32]
|
|
186
|
+
StatusString: string; // 0x0008 (0x0010) [FString]
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.PendingPlayerStats
|
|
191
|
+
* Size: 0x00D8
|
|
192
|
+
*/
|
|
193
|
+
export type FPendingPlayerStats = {
|
|
194
|
+
Player: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
195
|
+
PlayerName: string; // 0x0048 (0x0010) [FString]
|
|
196
|
+
StatGuid: string; // 0x0058 (0x0010) [FString]
|
|
197
|
+
Stats: FPlayerStat[]; // 0x0068 (0x0010) [TArray<FPlayerStat>]
|
|
198
|
+
Score: FOnlinePlayerScore; // 0x0078 (0x0050) [FOnlinePlayerScore]
|
|
199
|
+
Place: string; // 0x00c8 (0x0010) [FString]
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.PlayerStat
|
|
204
|
+
* Size: 0x0018
|
|
205
|
+
*/
|
|
206
|
+
export type FPlayerStat = {
|
|
207
|
+
ViewId: number; // 0x0000 (0x0004) [int32]
|
|
208
|
+
ColumnId: number; // 0x0004 (0x0004) [int32]
|
|
209
|
+
Data: FSettingsData; // 0x0008 (0x0010) [FSettingsData]
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ProfileSettingsCache
|
|
214
|
+
* Size: 0x0038
|
|
215
|
+
*/
|
|
216
|
+
export type FProfileSettingsCache = {
|
|
217
|
+
Profile: UOnlineProfileSettings; // 0x0000 (0x0008) [UOnlineProfileSettings*]
|
|
218
|
+
ReadDelegates: FScriptDelegate[]; // 0x0008 (0x0010) [TArray<FScriptDelegate>]
|
|
219
|
+
WriteDelegates: FScriptDelegate[]; // 0x0018 (0x0010) [TArray<FScriptDelegate>]
|
|
220
|
+
ProfileDataChangedDelegates: FScriptDelegate[]; // 0x0028 (0x0010) [TArray<FScriptDelegate>]
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.QueuedAvatarRequest
|
|
225
|
+
* Size: 0x0070
|
|
226
|
+
*/
|
|
227
|
+
export type FQueuedAvatarRequest = {
|
|
228
|
+
CheckTime: number; // 0x0000 (0x0004) [float]
|
|
229
|
+
NumberOfAttempts: number; // 0x0004 (0x0004) [int32]
|
|
230
|
+
PlayerNetId: FUniqueNetId; // 0x0008 (0x0048) [FUniqueNetId]
|
|
231
|
+
Size: number; // 0x0050 (0x0004) [int32]
|
|
232
|
+
ReadOnlineAvatarCompleteDelegate: FScriptDelegate; // 0x0058 (0x0018) [FScriptDelegate]
|
|
233
|
+
};
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.ServerQueryToPingResponseMapping
|
|
237
|
+
* Size: 0x0010
|
|
238
|
+
*/
|
|
239
|
+
export type FServerQueryToPingResponseMapping = {
|
|
240
|
+
Query: number; // 0x0000 (0x0004) [int32]
|
|
241
|
+
Response: FPointer; // 0x0008 (0x0008) [FPointer]
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineGameInterfaceSteamworks.ServerQueryToRulesResponseMapping
|
|
246
|
+
* Size: 0x0010
|
|
247
|
+
*/
|
|
248
|
+
export type FServerQueryToRulesResponseMapping = {
|
|
249
|
+
Query: number; // 0x0000 (0x0004) [int32]
|
|
250
|
+
Response: FPointer; // 0x0008 (0x0008) [FPointer]
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SteamPlayerClanData
|
|
255
|
+
* Size: 0x0020
|
|
256
|
+
*/
|
|
257
|
+
export type FSteamPlayerClanData = {
|
|
258
|
+
ClanName: string; // 0x0000 (0x0010) [FString]
|
|
259
|
+
ClanTag: string; // 0x0010 (0x0010) [FString]
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SteamUserCloud
|
|
264
|
+
* Size: 0x0020
|
|
265
|
+
*/
|
|
266
|
+
export type FSteamUserCloud = {
|
|
267
|
+
UserId: string; // 0x0000 (0x0010) [FString]
|
|
268
|
+
UserCloudFileData: FTitleFile[]; // 0x0010 (0x0010) [TArray<FTitleFile>]
|
|
269
|
+
};
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.SteamUserCloudMetadata
|
|
273
|
+
* Size: 0x0020
|
|
274
|
+
*/
|
|
275
|
+
export type FSteamUserCloudMetadata = {
|
|
276
|
+
UserId: string; // 0x0000 (0x0010) [FString]
|
|
277
|
+
UserCloudMetadata: FEmsFile[]; // 0x0010 (0x0010) [TArray<FEmsFile>]
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.ViewIdToLeaderboardName
|
|
282
|
+
* Size: 0x0018
|
|
283
|
+
*/
|
|
284
|
+
export type FViewIdToLeaderboardName = {
|
|
285
|
+
ViewId: number; // 0x0000 (0x0004) [int32]
|
|
286
|
+
LeaderboardName: string; // 0x0008 (0x0010) [FString]
|
|
287
|
+
};
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* ScriptStruct OnlineSubsystemSteamworks.OnlineCommunityContentInterfaceSteamworks.WorkshopItemData
|
|
291
|
+
* Size: 0x00A0
|
|
292
|
+
*/
|
|
293
|
+
export type FWorkshopItemData = {
|
|
294
|
+
Title: string; // 0x0000 (0x0010) [FString]
|
|
295
|
+
Description: string; // 0x0010 (0x0010) [FString]
|
|
296
|
+
MetaData: string; // 0x0020 (0x0010) [FString]
|
|
297
|
+
Content: string; // 0x0030 (0x0010) [FString]
|
|
298
|
+
Preview: string; // 0x0040 (0x0010) [FString]
|
|
299
|
+
Tags: string; // 0x0050 (0x0010) [FString]
|
|
300
|
+
AddPairs: string; // 0x0060 (0x0010) [FString]
|
|
301
|
+
RemovePairs: string; // 0x0070 (0x0010) [FString]
|
|
302
|
+
Visibility: number; // 0x0080 (0x0004) [int32]
|
|
303
|
+
ItemID: bigint; // 0x0088 (0x0008) [uint64]
|
|
304
|
+
bIsUploading: boolean; // 0x0090 (0x0004) [bool : 0x1]
|
|
305
|
+
UpdateHandle: bigint; // 0x0098 (0x0008) [uint64]
|
|
306
|
+
};
|