@rlsdk/steam 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +166 -0
  2. package/classes/AkAudio.ts +620 -0
  3. package/classes/Core.ts +1489 -0
  4. package/classes/Engine.ts +25512 -0
  5. package/classes/GFxUI.ts +480 -0
  6. package/classes/IpDrv.ts +2146 -0
  7. package/classes/OnlineSubsystemEOS.ts +954 -0
  8. package/classes/OnlineSubsystemSteamworks.ts +933 -0
  9. package/classes/ProjectX.ts +14003 -0
  10. package/classes/TAGame.ts +54138 -0
  11. package/classes/WinDrv.ts +116 -0
  12. package/classes/XAudio2.ts +13 -0
  13. package/classes/index.ts +20 -0
  14. package/constants/AkAudio.ts +6 -0
  15. package/constants/Core.ts +28 -0
  16. package/constants/Engine.ts +109 -0
  17. package/constants/GFxUI.ts +6 -0
  18. package/constants/IpDrv.ts +13 -0
  19. package/constants/OnlineSubsystemEOS.ts +6 -0
  20. package/constants/OnlineSubsystemSteamworks.ts +6 -0
  21. package/constants/ProjectX.ts +19 -0
  22. package/constants/TAGame.ts +79 -0
  23. package/constants/WinDrv.ts +6 -0
  24. package/constants/XAudio2.ts +6 -0
  25. package/constants/index.ts +14 -0
  26. package/enums/AkAudio.ts +121 -0
  27. package/enums/Core.ts +1646 -0
  28. package/enums/Engine.ts +3782 -0
  29. package/enums/GFxUI.ts +111 -0
  30. package/enums/IpDrv.ts +321 -0
  31. package/enums/OnlineSubsystemEOS.ts +25 -0
  32. package/enums/OnlineSubsystemSteamworks.ts +62 -0
  33. package/enums/ProjectX.ts +624 -0
  34. package/enums/TAGame.ts +2637 -0
  35. package/enums/WinDrv.ts +6 -0
  36. package/enums/XAudio2.ts +6 -0
  37. package/enums/index.ts +18 -0
  38. package/index.ts +11 -0
  39. package/offsets/AkAudio.ts +1049 -0
  40. package/offsets/Core.ts +1765 -0
  41. package/offsets/Engine.ts +26914 -0
  42. package/offsets/GFxUI.ts +525 -0
  43. package/offsets/IpDrv.ts +2259 -0
  44. package/offsets/OnlineSubsystemEOS.ts +602 -0
  45. package/offsets/OnlineSubsystemSteamworks.ts +1283 -0
  46. package/offsets/ProjectX.ts +14375 -0
  47. package/offsets/TAGame.ts +47649 -0
  48. package/offsets/WinDrv.ts +180 -0
  49. package/offsets/XAudio2.ts +102 -0
  50. package/offsets/globals.ts +13 -0
  51. package/offsets/index.ts +21 -0
  52. package/package.json +134 -0
  53. package/parameters/AkAudio.ts +780 -0
  54. package/parameters/Core.ts +4839 -0
  55. package/parameters/Engine.ts +37953 -0
  56. package/parameters/GFxUI.ts +1450 -0
  57. package/parameters/IpDrv.ts +7591 -0
  58. package/parameters/OnlineSubsystemEOS.ts +4309 -0
  59. package/parameters/OnlineSubsystemSteamworks.ts +4391 -0
  60. package/parameters/ProjectX.ts +31213 -0
  61. package/parameters/TAGame.ts +129564 -0
  62. package/parameters/WinDrv.ts +276 -0
  63. package/parameters/XAudio2.ts +4 -0
  64. package/parameters/index.ts +19 -0
  65. package/structs/AkAudio.ts +132 -0
  66. package/structs/Core.ts +750 -0
  67. package/structs/Engine.ts +5968 -0
  68. package/structs/GFxUI.ts +136 -0
  69. package/structs/IpDrv.ts +681 -0
  70. package/structs/OnlineSubsystemEOS.ts +23 -0
  71. package/structs/OnlineSubsystemSteamworks.ts +306 -0
  72. package/structs/ProjectX.ts +2527 -0
  73. package/structs/TAGame.ts +7487 -0
  74. package/structs/WinDrv.ts +6 -0
  75. package/structs/XAudio2.ts +6 -0
  76. package/structs/index.ts +18 -0
  77. package/types/GameDefines.ts +35 -0
  78. package/types/index.ts +9 -0
@@ -0,0 +1,276 @@
1
+ /**
2
+ * WinDrv Package - Function Parameters
3
+ * Auto-generated by Stev Peifer <stev.p@outlook.com> (https://github.com/ObscuritySRL)
4
+ */
5
+
6
+ import type { UHttpRequestInterface, UHttpResponseInterface, UJsonObject } from '../classes/Engine';
7
+ import type { FFacebookFriend, FPlatformInterfaceDelegateResult } from '../structs/Engine';
8
+
9
+ /**
10
+ * Function WinDrv.FacebookWindows.Authorize
11
+ */
12
+ export type FacebookWindows_Authorize_Params = {
13
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
14
+ };
15
+
16
+ /**
17
+ * Function WinDrv.FacebookWindows.Disconnect
18
+ */
19
+ export type FacebookWindows_Disconnect_Params = {};
20
+
21
+ /**
22
+ * Function WinDrv.FacebookWindows.FacebookRequest
23
+ */
24
+ export type FacebookWindows_FacebookRequest_Params = {
25
+ GraphRequest: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
26
+ HTTPMethod: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
27
+ ParamKeysAndValues: string[]; // 0x0020 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OptionalParm]
28
+ };
29
+
30
+ /**
31
+ * Function WinDrv.FacebookWindows.FacebookRequestCallback
32
+ */
33
+ export type FacebookWindows_FacebookRequestCallback_Params = {
34
+ OriginalRequest: UHttpRequestInterface; // 0x0000 (0x0008) [UHttpRequestInterface*] [CPF_Parm]
35
+ Response: UHttpResponseInterface; // 0x0008 (0x0008) [UHttpResponseInterface*] [CPF_Parm]
36
+ bDidSucceed: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
37
+ Payload: string; // 0x0018 (0x0010) [FString]
38
+ };
39
+
40
+ /**
41
+ * Function WinDrv.FacebookWindows.Init
42
+ */
43
+ export type FacebookWindows_Init_Params = {
44
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
45
+ };
46
+
47
+ /**
48
+ * Function WinDrv.FacebookWindows.IsAuthorized
49
+ */
50
+ export type FacebookWindows_IsAuthorized_Params = {
51
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
52
+ };
53
+
54
+ /**
55
+ * Function WinDrv.FacebookWindows.OnFacebookFriendsRequestComplete
56
+ */
57
+ export type FacebookWindows_OnFacebookFriendsRequestComplete_Params = {
58
+ OriginalRequest: UHttpRequestInterface; // 0x0000 (0x0008) [UHttpRequestInterface*] [CPF_Parm]
59
+ Response: UHttpResponseInterface; // 0x0008 (0x0008) [UHttpResponseInterface*] [CPF_Parm]
60
+ bDidSucceed: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
61
+ JsonPayload: string; // 0x0018 (0x0010) [FString]
62
+ ParsedJson: UJsonObject; // 0x0028 (0x0008) [UJsonObject*]
63
+ FriendsJson: UJsonObject; // 0x0030 (0x0008) [UJsonObject*]
64
+ JsonIndex: number; // 0x0038 (0x0004) [int32]
65
+ DelegateResult: FPlatformInterfaceDelegateResult; // 0x0040 (0x0048) [FPlatformInterfaceDelegateResult]
66
+ Friend: FFacebookFriend; // 0x0088 (0x0020) [FFacebookFriend]
67
+ };
68
+
69
+ /**
70
+ * Function WinDrv.FacebookWindows.OnFacebookMeRequestComplete
71
+ */
72
+ export type FacebookWindows_OnFacebookMeRequestComplete_Params = {
73
+ OriginalRequest: UHttpRequestInterface; // 0x0000 (0x0008) [UHttpRequestInterface*] [CPF_Parm]
74
+ Response: UHttpResponseInterface; // 0x0008 (0x0008) [UHttpResponseInterface*] [CPF_Parm]
75
+ bDidSucceed: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
76
+ JsonPayload: string; // 0x0018 (0x0010) [FString]
77
+ ParsedJson: UJsonObject; // 0x0028 (0x0008) [UJsonObject*]
78
+ DelegateResult: FPlatformInterfaceDelegateResult; // 0x0030 (0x0048) [FPlatformInterfaceDelegateResult]
79
+ };
80
+
81
+ /**
82
+ * Function WinDrv.FacebookWindows.ProcessFacebookRequest
83
+ */
84
+ export type FacebookWindows_ProcessFacebookRequest_Params = {
85
+ Payload: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
86
+ ResponseCode: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
87
+ };
88
+
89
+ /**
90
+ * Function WinDrv.FacebookWindows.RequestFacebookFriends
91
+ */
92
+ export type FacebookWindows_RequestFacebookFriends_Params = {};
93
+
94
+ /**
95
+ * Function WinDrv.FacebookWindows.RequestFacebookMeInfo
96
+ */
97
+ export type FacebookWindows_RequestFacebookMeInfo_Params = {};
98
+
99
+ /**
100
+ * Function WinDrv.HttpRequestWindows.GetContent
101
+ */
102
+ export type HttpRequestWindows_GetContent_Params = {
103
+ Content: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
104
+ };
105
+
106
+ /**
107
+ * Function WinDrv.HttpRequestWindows.GetContentLength
108
+ */
109
+ export type HttpRequestWindows_GetContentLength_Params = {
110
+ ReturnValue: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
111
+ };
112
+
113
+ /**
114
+ * Function WinDrv.HttpRequestWindows.GetContentType
115
+ */
116
+ export type HttpRequestWindows_GetContentType_Params = {
117
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
118
+ };
119
+
120
+ /**
121
+ * Function WinDrv.HttpRequestWindows.GetHeader
122
+ */
123
+ export type HttpRequestWindows_GetHeader_Params = {
124
+ HeaderName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
125
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
126
+ };
127
+
128
+ /**
129
+ * Function WinDrv.HttpRequestWindows.GetHeaders
130
+ */
131
+ export type HttpRequestWindows_GetHeaders_Params = {
132
+ ReturnValue: string[]; // 0x0000 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
133
+ };
134
+
135
+ /**
136
+ * Function WinDrv.HttpRequestWindows.GetURL
137
+ */
138
+ export type HttpRequestWindows_GetURL_Params = {
139
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
140
+ };
141
+
142
+ /**
143
+ * Function WinDrv.HttpRequestWindows.GetURLParameter
144
+ */
145
+ export type HttpRequestWindows_GetURLParameter_Params = {
146
+ ParameterName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
147
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
148
+ };
149
+
150
+ /**
151
+ * Function WinDrv.HttpRequestWindows.GetVerb
152
+ */
153
+ export type HttpRequestWindows_GetVerb_Params = {
154
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
155
+ };
156
+
157
+ /**
158
+ * Function WinDrv.HttpRequestWindows.ProcessRequest
159
+ */
160
+ export type HttpRequestWindows_ProcessRequest_Params = {
161
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
162
+ };
163
+
164
+ /**
165
+ * Function WinDrv.HttpRequestWindows.SetContent
166
+ */
167
+ export type HttpRequestWindows_SetContent_Params = {
168
+ ContentPayload: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
169
+ ReturnValue: UHttpRequestInterface; // 0x0010 (0x0008) [UHttpRequestInterface*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
170
+ };
171
+
172
+ /**
173
+ * Function WinDrv.HttpRequestWindows.SetContentAsString
174
+ */
175
+ export type HttpRequestWindows_SetContentAsString_Params = {
176
+ ContentString: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
177
+ ReturnValue: UHttpRequestInterface; // 0x0010 (0x0008) [UHttpRequestInterface*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
178
+ };
179
+
180
+ /**
181
+ * Function WinDrv.HttpRequestWindows.SetHeader
182
+ */
183
+ export type HttpRequestWindows_SetHeader_Params = {
184
+ HeaderName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
185
+ HeaderValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
186
+ ReturnValue: UHttpRequestInterface; // 0x0020 (0x0008) [UHttpRequestInterface*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
187
+ };
188
+
189
+ /**
190
+ * Function WinDrv.HttpRequestWindows.SetURL
191
+ */
192
+ export type HttpRequestWindows_SetURL_Params = {
193
+ URL: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
194
+ ReturnValue: UHttpRequestInterface; // 0x0010 (0x0008) [UHttpRequestInterface*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
195
+ };
196
+
197
+ /**
198
+ * Function WinDrv.HttpRequestWindows.SetVerb
199
+ */
200
+ export type HttpRequestWindows_SetVerb_Params = {
201
+ Verb: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
202
+ ReturnValue: UHttpRequestInterface; // 0x0010 (0x0008) [UHttpRequestInterface*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
203
+ };
204
+
205
+ /**
206
+ * Function WinDrv.HttpRequestWindowsMcp.ProcessRequest
207
+ */
208
+ export type HttpRequestWindowsMcp_ProcessRequest_Params = {
209
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
210
+ URL: string; // 0x0008 (0x0010) [FString]
211
+ };
212
+
213
+ /**
214
+ * Function WinDrv.HttpResponseWindows.GetContent
215
+ */
216
+ export type HttpResponseWindows_GetContent_Params = {
217
+ Content: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
218
+ };
219
+
220
+ /**
221
+ * Function WinDrv.HttpResponseWindows.GetContentAsString
222
+ */
223
+ export type HttpResponseWindows_GetContentAsString_Params = {
224
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
225
+ };
226
+
227
+ /**
228
+ * Function WinDrv.HttpResponseWindows.GetContentLength
229
+ */
230
+ export type HttpResponseWindows_GetContentLength_Params = {
231
+ ReturnValue: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
232
+ };
233
+
234
+ /**
235
+ * Function WinDrv.HttpResponseWindows.GetContentType
236
+ */
237
+ export type HttpResponseWindows_GetContentType_Params = {
238
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
239
+ };
240
+
241
+ /**
242
+ * Function WinDrv.HttpResponseWindows.GetHeader
243
+ */
244
+ export type HttpResponseWindows_GetHeader_Params = {
245
+ HeaderName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
246
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
247
+ };
248
+
249
+ /**
250
+ * Function WinDrv.HttpResponseWindows.GetHeaders
251
+ */
252
+ export type HttpResponseWindows_GetHeaders_Params = {
253
+ ReturnValue: string[]; // 0x0000 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
254
+ };
255
+
256
+ /**
257
+ * Function WinDrv.HttpResponseWindows.GetResponseCode
258
+ */
259
+ export type HttpResponseWindows_GetResponseCode_Params = {
260
+ ReturnValue: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
261
+ };
262
+
263
+ /**
264
+ * Function WinDrv.HttpResponseWindows.GetURL
265
+ */
266
+ export type HttpResponseWindows_GetURL_Params = {
267
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
268
+ };
269
+
270
+ /**
271
+ * Function WinDrv.HttpResponseWindows.GetURLParameter
272
+ */
273
+ export type HttpResponseWindows_GetURLParameter_Params = {
274
+ ParameterName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
275
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
276
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * XAudio2 Package - Function Parameters
3
+ * Auto-generated by Stev Peifer <stev.p@outlook.com> (https://github.com/ObscuritySRL)
4
+ */
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Function Parameters Index
3
+ * Auto-generated by Stev Peifer <stev.p@outlook.com> (https://github.com/ObscuritySRL)
4
+ *
5
+ * Function Parameters are exported as namespaces for consistency.
6
+ * Usage: import { TAGame } from "rocketleaguesdk/functionparameters";
7
+ * TAGame.Car_TA_SetBoost_Params
8
+ */
9
+
10
+ export * as Core from './Core';
11
+ export * as Engine from './Engine';
12
+ export * as GFxUI from './GFxUI';
13
+ export * as IpDrv from './IpDrv';
14
+ export * as AkAudio from './AkAudio';
15
+ export * as OnlineSubsystemEOS from './OnlineSubsystemEOS';
16
+ export * as ProjectX from './ProjectX';
17
+ export * as OnlineSubsystemSteamworks from './OnlineSubsystemSteamworks';
18
+ export * as TAGame from './TAGame';
19
+ export * as WinDrv from './WinDrv';
@@ -0,0 +1,132 @@
1
+ /**
2
+ * AkAudio Package - Structs
3
+ * Auto-generated by Stev Peifer <stev.p@outlook.com> (https://github.com/ObscuritySRL)
4
+ */
5
+
6
+ import type { UAkSoundCue } from '../classes/AkAudio';
7
+ import type { UActor } from '../classes/Engine';
8
+ import type { EMusicSyncType } from '../enums/AkAudio';
9
+ import type { FMap_Mirror } from './Core';
10
+
11
+ /**
12
+ * ScriptStruct AkAudio.AkSoundSource.ActiveSound
13
+ * Size: 0x0010
14
+ */
15
+ export type FActiveSound = {
16
+ Sound: UAkSoundCue; // 0x0000 (0x0008) [UAkSoundCue*]
17
+ PlayId: number; // 0x0008 (0x0004) [int32]
18
+ StopId: number; // 0x000c (0x0004) [int32]
19
+ };
20
+
21
+ /**
22
+ * ScriptStruct AkAudio.AkEnvironments.AkActorEnvironment
23
+ * Size: 0x0018
24
+ */
25
+ export type FAkActorEnvironment = {
26
+ Environments: FAkEnvironment[]; // 0x0000 (0x0010) [TArray<FAkEnvironment>]
27
+ TargetActor: UActor; // 0x0010 (0x0008) [UActor*]
28
+ };
29
+
30
+ /**
31
+ * ScriptStruct AkAudio.AkEnvironments.AkEnvironment
32
+ * Size: 0x0020
33
+ */
34
+ export type FAkEnvironment = {
35
+ Id: string; // 0x0000 (0x0010) [FString]
36
+ Priority: number; // 0x0010 (0x0004) [int32]
37
+ WetValue: number; // 0x0014 (0x0004) [float]
38
+ DryValue: number; // 0x0018 (0x0004) [float]
39
+ HashedEnvID: Fuint; // 0x001c (0x0004) [Fuint]
40
+ };
41
+
42
+ /**
43
+ * ScriptStruct AkAudio.InterpTrackAkEvent.AkEventTrackKey
44
+ * Size: 0x0010
45
+ */
46
+ export type FAkEventTrackKey = {
47
+ Time: number; // 0x0000 (0x0004) [float]
48
+ Event: UAkSoundCue; // 0x0008 (0x0008) [UAkSoundCue*]
49
+ };
50
+
51
+ /**
52
+ * ScriptStruct AkAudio.AkParamGroup.AkParamSet
53
+ * Size: 0x00A0
54
+ */
55
+ export type FAkParamSet = {
56
+ RTCPs: FMap_Mirror; // 0x0000 (0x0050) [FMap_Mirror]
57
+ Switches: FMap_Mirror; // 0x0050 (0x0050) [FMap_Mirror]
58
+ };
59
+
60
+ /**
61
+ * ScriptStruct AkAudio.AkRevPhysicsSimulation.AkRevSimFrame
62
+ * Size: 0x0010
63
+ */
64
+ export type FAkRevSimFrame = {
65
+ RPM: number; // 0x0000 (0x0004) [float]
66
+ Gear: number; // 0x0004 (0x0004) [int32]
67
+ RevGear: number; // 0x0008 (0x0004) [int32]
68
+ Velocity: number; // 0x000c (0x0004) [float]
69
+ };
70
+
71
+ /**
72
+ * ScriptStruct AkAudio.AkRevPhysicsSimulation.AkRevSimPhysicsControls
73
+ * Size: 0x0020
74
+ */
75
+ export type FAkRevSimPhysicsControls = {
76
+ Weight: number; // 0x0000 (0x0004) [float]
77
+ EngineTorque: number; // 0x0004 (0x0004) [float]
78
+ BreakingHorsePower: number; // 0x0008 (0x0004) [float]
79
+ GearRatios: number[]; // 0x0010 (0x0010) [TArray<float>]
80
+ };
81
+
82
+ /**
83
+ * ScriptStruct AkAudio.AkRevPhysicsSimulation.AkRevSimUpdateParams
84
+ * Size: 0x0048
85
+ */
86
+ export type FAkRevSimUpdateParams = {
87
+ Throttle: number; // 0x0000 (0x0004) [float]
88
+ Brake: number; // 0x0004 (0x0004) [float]
89
+ EngineFrictionScale: number; // 0x0008 (0x0004) [float]
90
+ GroundFrictionScale: number; // 0x000c (0x0004) [float]
91
+ ClutchedGearRatio: number; // 0x0010 (0x0004) [float]
92
+ bEnableUpShifting: boolean; // 0x0014 (0x0004) [bool : 0x1]
93
+ Controls: FAkRevSimPhysicsControls; // 0x0018 (0x0020) [FAkRevSimPhysicsControls]
94
+ frame: FAkRevSimFrame; // 0x0038 (0x0010) [FAkRevSimFrame]
95
+ };
96
+
97
+ /**
98
+ * ScriptStruct AkAudio.AkMusicAnalysis.MusicAnalysisInfo
99
+ * Size: 0x001C
100
+ */
101
+ export type FMusicAnalysisInfo = {
102
+ LowEnergy: number; // 0x0000 (0x0004) [float]
103
+ Frequencies: number[]; // 0x0008 (0x0010) [TArray<float>]
104
+ HighEnergy: number; // 0x0018 (0x0004) [float]
105
+ };
106
+
107
+ /**
108
+ * ScriptStruct AkAudio.SeqAct_AkPlayMusicWithCues.MusicSyncEvent
109
+ * Size: 0x0011
110
+ */
111
+ export type FMusicSyncEvent = {
112
+ CueName: string; // 0x0000 (0x0010) [FString]
113
+ CueType: EMusicSyncType; // 0x0010 (0x0001) [EMusicSyncType]
114
+ };
115
+
116
+ /**
117
+ * ScriptStruct AkAudio.AkSoundBanksInfo.SoundBankInfo
118
+ * Size: 0x0030
119
+ */
120
+ export type FSoundBankInfo = {
121
+ ShortName: string; // 0x0000 (0x0010) [FString]
122
+ RelativePath: string; // 0x0010 (0x0010) [FString]
123
+ Language: string; // 0x0020 (0x0010) [FString]
124
+ };
125
+
126
+ /**
127
+ * ScriptStruct AkAudio.AkEnvironments.uint
128
+ * Size: 0x0004
129
+ */
130
+ export type Fuint = {
131
+ dummyint: number; // 0x0000 (0x0004) [int32]
132
+ };