@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,4839 @@
1
+ /**
2
+ * Core 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 {
8
+ UAsyncTask,
9
+ UDebugDrawer,
10
+ UError,
11
+ UErrorType,
12
+ UInterface,
13
+ UObject,
14
+ UObjectProvider,
15
+ UStringMap,
16
+ USubscription,
17
+ U__AsyncTask__All_0x1,
18
+ } from '../classes/Core';
19
+ import type { EAxis, EDebugBreakType } from '../enums/Core';
20
+ import type {
21
+ FColor,
22
+ FGuid,
23
+ FInterpCurveFloat,
24
+ FInterpCurveVector,
25
+ FInterpCurveVector2D,
26
+ FLinearColor,
27
+ FMatrix,
28
+ FQuat,
29
+ FRotator,
30
+ FRotatorDegrees,
31
+ FRotatorRadians,
32
+ FVector,
33
+ FVector2D,
34
+ } from '../structs/Core';
35
+
36
+ /**
37
+ * Function Core.__AsyncTask__All_0x1.__AsyncTask__All_0x1
38
+ */
39
+ export type __AsyncTask__All_0x1___AsyncTask__All_0x1_Params = {};
40
+
41
+ /**
42
+ * Function Core._LoggingDoc.TestSpecialLogging
43
+ */
44
+ export type _LoggingDoc_TestSpecialLogging_Params = {
45
+ bCondition: boolean; // 0x0000 (0x0004) [bool : 0x1]
46
+ };
47
+
48
+ /**
49
+ * Function Core.ArrayFuncs.GetRandomElement
50
+ */
51
+ export type ArrayFuncs_GetRandomElement_Params = {};
52
+
53
+ /**
54
+ * Function Core.ArrayFuncs.ShuffleArray
55
+ */
56
+ export type ArrayFuncs_ShuffleArray_Params = {};
57
+
58
+ /**
59
+ * Function Core.AsyncTask.All
60
+ */
61
+ export type AsyncTask_All_Params = {
62
+ Dependents: UAsyncTask[]; // 0x0000 (0x0010) [TArray<UAsyncTask*>] [CPF_Parm]
63
+ ReturnValue: UAsyncTask; // 0x0010 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
64
+ Task: UAsyncTask; // 0x0018 (0x0008) [UAsyncTask*]
65
+ _0x1: U__AsyncTask__All_0x1; // 0x0020 (0x0008) [U__AsyncTask__All_0x1*]
66
+ };
67
+
68
+ /**
69
+ * Function Core.AsyncTask.ClearCallbacks
70
+ */
71
+ export type AsyncTask_ClearCallbacks_Params = {};
72
+
73
+ /**
74
+ * Function Core.AsyncTask.Create
75
+ */
76
+ export type AsyncTask_Create_Params = {
77
+ ReturnValue: UAsyncTask; // 0x0000 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
78
+ };
79
+
80
+ /**
81
+ * Function Core.AsyncTask.CreateError
82
+ */
83
+ export type AsyncTask_CreateError_Params = {
84
+ InError: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
85
+ ReturnValue: UAsyncTask; // 0x0008 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
86
+ Task: UAsyncTask; // 0x0010 (0x0008) [UAsyncTask*]
87
+ };
88
+
89
+ /**
90
+ * Function Core.AsyncTask.CreateSuccess
91
+ */
92
+ export type AsyncTask_CreateSuccess_Params = {
93
+ ReturnValue: UAsyncTask; // 0x0000 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
94
+ Task: UAsyncTask; // 0x0008 (0x0008) [UAsyncTask*]
95
+ };
96
+
97
+ /**
98
+ * Function Core.AsyncTask.DependOn
99
+ */
100
+ export type AsyncTask_DependOn_Params = {
101
+ Other: UAsyncTask; // 0x0000 (0x0008) [UAsyncTask*] [CPF_Parm]
102
+ ReturnValue: UAsyncTask; // 0x0008 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
103
+ };
104
+
105
+ /**
106
+ * Function Core.AsyncTask.Dispose
107
+ */
108
+ export type AsyncTask_Dispose_Params = {};
109
+
110
+ /**
111
+ * Function Core.AsyncTask.EventAsyncTaskComplete
112
+ */
113
+ export type AsyncTask_EventAsyncTaskComplete_Params = {
114
+ TaskError: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
115
+ };
116
+
117
+ /**
118
+ * Function Core.AsyncTask.EventAsyncTaskFail
119
+ */
120
+ export type AsyncTask_EventAsyncTaskFail_Params = {
121
+ TaskError: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
122
+ };
123
+
124
+ /**
125
+ * Function Core.AsyncTask.EventAsyncTaskSuccess
126
+ */
127
+ export type AsyncTask_EventAsyncTaskSuccess_Params = {};
128
+
129
+ /**
130
+ * Function Core.AsyncTask.EventDisposed
131
+ */
132
+ export type AsyncTask_EventDisposed_Params = {};
133
+
134
+ /**
135
+ * Function Core.AsyncTask.NotifyOnComplete
136
+ */
137
+ export type AsyncTask_NotifyOnComplete_Params = {
138
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
139
+ ReturnValue: UAsyncTask; // 0x0018 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
140
+ };
141
+
142
+ /**
143
+ * Function Core.AsyncTask.NotifyOnDispose
144
+ */
145
+ export type AsyncTask_NotifyOnDispose_Params = {
146
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
147
+ ReturnValue: UAsyncTask; // 0x0018 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
148
+ };
149
+
150
+ /**
151
+ * Function Core.AsyncTask.NotifyOnFail
152
+ */
153
+ export type AsyncTask_NotifyOnFail_Params = {
154
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
155
+ ReturnValue: UAsyncTask; // 0x0018 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
156
+ };
157
+
158
+ /**
159
+ * Function Core.AsyncTask.NotifyOnSuccess
160
+ */
161
+ export type AsyncTask_NotifyOnSuccess_Params = {
162
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
163
+ ReturnValue: UAsyncTask; // 0x0018 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
164
+ };
165
+
166
+ /**
167
+ * Function Core.AsyncTask.QueCallbacks
168
+ */
169
+ export type AsyncTask_QueCallbacks_Params = {};
170
+
171
+ /**
172
+ * Function Core.AsyncTask.SetComplete
173
+ */
174
+ export type AsyncTask_SetComplete_Params = {
175
+ InError: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm | CPF_OptionalParm]
176
+ };
177
+
178
+ /**
179
+ * Function Core.AsyncTask.SetError
180
+ */
181
+ export type AsyncTask_SetError_Params = {
182
+ InError: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
183
+ };
184
+
185
+ /**
186
+ * Function Core.AsyncTask.Watch
187
+ */
188
+ export type AsyncTask_Watch_Params = {
189
+ Other: UAsyncTask; // 0x0000 (0x0008) [UAsyncTask*] [CPF_Parm]
190
+ ReturnValue: UAsyncTask; // 0x0008 (0x0008) [UAsyncTask*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
191
+ };
192
+
193
+ /**
194
+ * Function Core.Base64.Decode
195
+ */
196
+ export type Base64_Decode_Params = {
197
+ Input: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
198
+ ReturnValue: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
199
+ };
200
+
201
+ /**
202
+ * Function Core.Base64.DecodeInline
203
+ */
204
+ export type Base64_DecodeInline_Params = {
205
+ Input: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
206
+ Output: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
207
+ };
208
+
209
+ /**
210
+ * Function Core.Base64.DecodeString
211
+ */
212
+ export type Base64_DecodeString_Params = {
213
+ Input: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
214
+ ReturnValue: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
215
+ };
216
+
217
+ /**
218
+ * Function Core.Base64.DecodeStringInline
219
+ */
220
+ export type Base64_DecodeStringInline_Params = {
221
+ Input: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
222
+ Output: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
223
+ };
224
+
225
+ /**
226
+ * Function Core.Base64.Encode
227
+ */
228
+ export type Base64_Encode_Params = {
229
+ Input: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
230
+ ReturnValue: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
231
+ };
232
+
233
+ /**
234
+ * Function Core.Base64.EncodeInline
235
+ */
236
+ export type Base64_EncodeInline_Params = {
237
+ Input: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
238
+ Output: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
239
+ };
240
+
241
+ /**
242
+ * Function Core.Base64.EncodeString
243
+ */
244
+ export type Base64_EncodeString_Params = {
245
+ Input: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
246
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
247
+ };
248
+
249
+ /**
250
+ * Function Core.Base64.EncodeStringInline
251
+ */
252
+ export type Base64_EncodeStringInline_Params = {
253
+ Input: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
254
+ Output: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
255
+ };
256
+
257
+ /**
258
+ * Function Core.Base64.PadAndDecodeString
259
+ */
260
+ export type Base64_PadAndDecodeString_Params = {
261
+ Input: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
262
+ ReturnValue: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
263
+ PaddingRequired: number; // 0x0020 (0x0004) [int32]
264
+ PadString: string; // 0x0028 (0x0010) [FString]
265
+ Pad: number; // 0x0038 (0x0004) [int32]
266
+ };
267
+
268
+ /**
269
+ * Function Core.Breadcrumbs.BreadcrumbFloat
270
+ */
271
+ export type Breadcrumbs_BreadcrumbFloat_Params = {
272
+ Category: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
273
+ Value: number; // 0x0010 (0x0004) [float] [CPF_Parm]
274
+ };
275
+
276
+ /**
277
+ * Function Core.Breadcrumbs.BreadcrumbString
278
+ */
279
+ export type Breadcrumbs_BreadcrumbString_Params = {
280
+ Category: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
281
+ Value: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
282
+ };
283
+
284
+ /**
285
+ * Function Core.Commandlet.Main
286
+ */
287
+ export type Commandlet_Main_Params = {
288
+ Params: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
289
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
290
+ };
291
+
292
+ /**
293
+ * Function Core.Compression.ZLibCompress
294
+ */
295
+ export type Compression_ZLibCompress_Params = {
296
+ Uncompressed: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
297
+ OutCompressed: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
298
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
299
+ };
300
+
301
+ /**
302
+ * Function Core.DebugDrawer.DebugArrayObject
303
+ */
304
+ export type DebugDrawer_DebugArrayObject_Params = {
305
+ Title: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
306
+ Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
307
+ ForObj: UObject; // 0x0018 (0x0008) [UObject*] [CPF_Parm]
308
+ };
309
+
310
+ /**
311
+ * Function Core.DebugDrawer.DebugObject
312
+ */
313
+ export type DebugDrawer_DebugObject_Params = {
314
+ Title: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
315
+ ForObj: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm]
316
+ };
317
+
318
+ /**
319
+ * Function Core.DebugDrawer.EndSection
320
+ */
321
+ export type DebugDrawer_EndSection_Params = {};
322
+
323
+ /**
324
+ * Function Core.DebugDrawer.LogFunc
325
+ */
326
+ export type DebugDrawer_LogFunc_Params = {
327
+ Str: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
328
+ };
329
+
330
+ /**
331
+ * Function Core.DebugDrawer.PrintArrayProperty
332
+ */
333
+ export type DebugDrawer_PrintArrayProperty_Params = {
334
+ PropertyName: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
335
+ Index: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
336
+ Value: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
337
+ };
338
+
339
+ /**
340
+ * Function Core.DebugDrawer.PrintObject
341
+ */
342
+ export type DebugDrawer_PrintObject_Params = {
343
+ Title: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
344
+ ForObj: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm]
345
+ };
346
+
347
+ /**
348
+ * Function Core.DebugDrawer.PrintProperty
349
+ */
350
+ export type DebugDrawer_PrintProperty_Params = {
351
+ PropertyName: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
352
+ Value: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
353
+ };
354
+
355
+ /**
356
+ * Function Core.DebugDrawer.PrintSeperater
357
+ */
358
+ export type DebugDrawer_PrintSeperater_Params = {};
359
+
360
+ /**
361
+ * Function Core.DebugDrawer.PrintText
362
+ */
363
+ export type DebugDrawer_PrintText_Params = {
364
+ Text: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
365
+ InColor: FColor; // 0x0010 (0x0004) [FColor] [CPF_Parm | CPF_OptionalParm]
366
+ };
367
+
368
+ /**
369
+ * Function Core.DebugDrawer.Reset
370
+ */
371
+ export type DebugDrawer_Reset_Params = {};
372
+
373
+ /**
374
+ * Function Core.DebugDrawer.ShouldDisplayDebug
375
+ */
376
+ export type DebugDrawer_ShouldDisplayDebug_Params = {
377
+ Category: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
378
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
379
+ };
380
+
381
+ /**
382
+ * Function Core.DebugDrawer.StartSection
383
+ */
384
+ export type DebugDrawer_StartSection_Params = {};
385
+
386
+ /**
387
+ * Function Core.DelegateTracker.AddDelegate
388
+ */
389
+ export type DelegateTracker_AddDelegate_Params = {
390
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
391
+ ReturnValue: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
392
+ };
393
+
394
+ /**
395
+ * Function Core.DelegateTracker.PlaceholderDelegate
396
+ */
397
+ export type DelegateTracker_PlaceholderDelegate_Params = {};
398
+
399
+ /**
400
+ * Function Core.DelegateTracker.RemoveDelegate
401
+ */
402
+ export type DelegateTracker_RemoveDelegate_Params = {
403
+ CallbackId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
404
+ ReturnValue: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
405
+ };
406
+
407
+ /**
408
+ * Function Core.DistributionFloat.GetFloatValue
409
+ */
410
+ export type DistributionFloat_GetFloatValue_Params = {
411
+ F: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
412
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
413
+ };
414
+
415
+ /**
416
+ * Function Core.DistributionVector.GetVectorValue
417
+ */
418
+ export type DistributionVector_GetVectorValue_Params = {
419
+ F: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
420
+ LastExtreme: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
421
+ ReturnValue: FVector; // 0x0008 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
422
+ };
423
+
424
+ /**
425
+ * Function Core.Error.GetDebugMessage
426
+ */
427
+ export type Error_GetDebugMessage_Params = {
428
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
429
+ };
430
+
431
+ /**
432
+ * Function Core.Error.GetLocalizedMessage
433
+ */
434
+ export type Error_GetLocalizedMessage_Params = {
435
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
436
+ };
437
+
438
+ /**
439
+ * Function Core.ErrorList.GetErrorType
440
+ */
441
+ export type ErrorList_GetErrorType_Params = {
442
+ Error: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
443
+ ReturnValue: UErrorType; // 0x0008 (0x0008) [UErrorType*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
444
+ };
445
+
446
+ /**
447
+ * Function Core.ErrorType.CreateError
448
+ */
449
+ export type ErrorType_CreateError_Params = {
450
+ InErrorMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
451
+ InErrorCode: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
452
+ ReturnValue: UError; // 0x0018 (0x0008) [UError*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
453
+ };
454
+
455
+ /**
456
+ * Function Core.ErrorType.GetLocalizedMessage
457
+ */
458
+ export type ErrorType_GetLocalizedMessage_Params = {
459
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
460
+ };
461
+
462
+ /**
463
+ * Function Core.FileSystem.AppendStringToFile
464
+ */
465
+ export type FileSystem_AppendStringToFile_Params = {
466
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
467
+ Text: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
468
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
469
+ };
470
+
471
+ /**
472
+ * Function Core.FileSystem.CloseLogFile
473
+ */
474
+ export type FileSystem_CloseLogFile_Params = {};
475
+
476
+ /**
477
+ * Function Core.FileSystem.DeleteDirectoryTree
478
+ */
479
+ export type FileSystem_DeleteDirectoryTree_Params = {
480
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
481
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
482
+ };
483
+
484
+ /**
485
+ * Function Core.FileSystem.DeleteFile
486
+ */
487
+ export type FileSystem_DeleteFile_Params = {
488
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
489
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
490
+ };
491
+
492
+ /**
493
+ * Function Core.FileSystem.FindFiles
494
+ */
495
+ export type FileSystem_FindFiles_Params = {
496
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
497
+ OutFilenames: string[]; // 0x0010 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm]
498
+ };
499
+
500
+ /**
501
+ * Function Core.FileSystem.GetFileExtension
502
+ */
503
+ export type FileSystem_GetFileExtension_Params = {
504
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
505
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
506
+ };
507
+
508
+ /**
509
+ * Function Core.FileSystem.GetFileExtensionWithoutDot
510
+ */
511
+ export type FileSystem_GetFileExtensionWithoutDot_Params = {
512
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
513
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
514
+ };
515
+
516
+ /**
517
+ * Function Core.FileSystem.GetFilename
518
+ */
519
+ export type FileSystem_GetFilename_Params = {
520
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
521
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
522
+ };
523
+
524
+ /**
525
+ * Function Core.FileSystem.GetFileNameWithoutExtension
526
+ */
527
+ export type FileSystem_GetFileNameWithoutExtension_Params = {
528
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
529
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
530
+ };
531
+
532
+ /**
533
+ * Function Core.FileSystem.GetFilePathWithoutExtension
534
+ */
535
+ export type FileSystem_GetFilePathWithoutExtension_Params = {
536
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
537
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
538
+ };
539
+
540
+ /**
541
+ * Function Core.FileSystem.GetFileSize
542
+ */
543
+ export type FileSystem_GetFileSize_Params = {
544
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
545
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
546
+ };
547
+
548
+ /**
549
+ * Function Core.FileSystem.GetLogFileName
550
+ */
551
+ export type FileSystem_GetLogFileName_Params = {
552
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
553
+ };
554
+
555
+ /**
556
+ * Function Core.FileSystem.IsCookedBuild
557
+ */
558
+ export type FileSystem_IsCookedBuild_Params = {
559
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
560
+ };
561
+
562
+ /**
563
+ * Function Core.FileSystem.LoadFileToBytes
564
+ */
565
+ export type FileSystem_LoadFileToBytes_Params = {
566
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
567
+ OutBytes: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
568
+ StartOffset: number; // 0x0020 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
569
+ Length: number; // 0x0024 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
570
+ ReturnValue: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
571
+ };
572
+
573
+ /**
574
+ * Function Core.FileSystem.LoadFileToString
575
+ */
576
+ export type FileSystem_LoadFileToString_Params = {
577
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
578
+ OutText: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
579
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
580
+ };
581
+
582
+ /**
583
+ * Function Core.FileSystem.SaveBytesToFile
584
+ */
585
+ export type FileSystem_SaveBytesToFile_Params = {
586
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
587
+ Bytes: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
588
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
589
+ };
590
+
591
+ /**
592
+ * Function Core.FileSystem.SaveStringToFile
593
+ */
594
+ export type FileSystem_SaveStringToFile_Params = {
595
+ Path: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
596
+ Text: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
597
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
598
+ };
599
+
600
+ /**
601
+ * Function Core.HelpCommandlet.Main
602
+ */
603
+ export type HelpCommandlet_Main_Params = {
604
+ Params: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
605
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
606
+ };
607
+
608
+ /**
609
+ * Function Core.IDisposable.Dispose
610
+ */
611
+ export type IDisposable_Dispose_Params = {};
612
+
613
+ /**
614
+ * Function Core.Object.Abs
615
+ */
616
+ export type Object_Abs_Params = {
617
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
618
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
619
+ };
620
+
621
+ /**
622
+ * Function Core.Object.Acos
623
+ */
624
+ export type Object_Acos_Params = {
625
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
626
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
627
+ };
628
+
629
+ /**
630
+ * Function Core.Object.Add_ColorColor
631
+ */
632
+ export type Object_Add_ColorColor_Params = {
633
+ A: FColor; // 0x0000 (0x0004) [FColor] [CPF_Parm]
634
+ B: FColor; // 0x0004 (0x0004) [FColor] [CPF_Parm]
635
+ ReturnValue: FColor; // 0x0008 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
636
+ };
637
+
638
+ /**
639
+ * Function Core.Object.Add_FloatFloat
640
+ */
641
+ export type Object_Add_FloatFloat_Params = {
642
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
643
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
644
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
645
+ };
646
+
647
+ /**
648
+ * Function Core.Object.Add_IntInt
649
+ */
650
+ export type Object_Add_IntInt_Params = {
651
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
652
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
653
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
654
+ };
655
+
656
+ /**
657
+ * Function Core.Object.Add_QuatQuat
658
+ */
659
+ export type Object_Add_QuatQuat_Params = {
660
+ A: FQuat; // 0x0000 (0x0010) [FQuat] [CPF_Parm]
661
+ B: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm]
662
+ ReturnValue: FQuat; // 0x0020 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
663
+ };
664
+
665
+ /**
666
+ * Function Core.Object.Add_QWordQWord
667
+ */
668
+ export type Object_Add_QWordQWord_Params = {
669
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
670
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
671
+ ReturnValue: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
672
+ };
673
+
674
+ /**
675
+ * Function Core.Object.Add_RotatorRotator
676
+ */
677
+ export type Object_Add_RotatorRotator_Params = {
678
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
679
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
680
+ ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
681
+ };
682
+
683
+ /**
684
+ * Function Core.Object.Add_Vector2DVector2D
685
+ */
686
+ export type Object_Add_Vector2DVector2D_Params = {
687
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
688
+ B: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm]
689
+ ReturnValue: FVector2D; // 0x0010 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
690
+ };
691
+
692
+ /**
693
+ * Function Core.Object.Add_VectorVector
694
+ */
695
+ export type Object_Add_VectorVector_Params = {
696
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
697
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
698
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
699
+ };
700
+
701
+ /**
702
+ * Function Core.Object.AddAdd_Byte
703
+ */
704
+ export type Object_AddAdd_Byte_Params = {
705
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
706
+ ReturnValue: number; // 0x0001 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
707
+ };
708
+
709
+ /**
710
+ * Function Core.Object.AddAdd_Int
711
+ */
712
+ export type Object_AddAdd_Int_Params = {
713
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
714
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
715
+ };
716
+
717
+ /**
718
+ * Function Core.Object.AddAdd_PreByte
719
+ */
720
+ export type Object_AddAdd_PreByte_Params = {
721
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
722
+ ReturnValue: number; // 0x0001 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
723
+ };
724
+
725
+ /**
726
+ * Function Core.Object.AddAdd_PreInt
727
+ */
728
+ export type Object_AddAdd_PreInt_Params = {
729
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
730
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
731
+ };
732
+
733
+ /**
734
+ * Function Core.Object.AddEqual_ByteByte
735
+ */
736
+ export type Object_AddEqual_ByteByte_Params = {
737
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
738
+ B: number; // 0x0001 (0x0001) [uint8] [CPF_Parm]
739
+ ReturnValue: number; // 0x0002 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
740
+ };
741
+
742
+ /**
743
+ * Function Core.Object.AddEqual_FloatFloat
744
+ */
745
+ export type Object_AddEqual_FloatFloat_Params = {
746
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm]
747
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
748
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
749
+ };
750
+
751
+ /**
752
+ * Function Core.Object.AddEqual_IntInt
753
+ */
754
+ export type Object_AddEqual_IntInt_Params = {
755
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
756
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
757
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
758
+ };
759
+
760
+ /**
761
+ * Function Core.Object.AddEqual_QWordQWord
762
+ */
763
+ export type Object_AddEqual_QWordQWord_Params = {
764
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm | CPF_OutParm]
765
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
766
+ ReturnValue: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
767
+ };
768
+
769
+ /**
770
+ * Function Core.Object.AddEqual_RotatorRotator
771
+ */
772
+ export type Object_AddEqual_RotatorRotator_Params = {
773
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm]
774
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
775
+ ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
776
+ };
777
+
778
+ /**
779
+ * Function Core.Object.AddEqual_Vector2DVector2D
780
+ */
781
+ export type Object_AddEqual_Vector2DVector2D_Params = {
782
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm]
783
+ B: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm]
784
+ ReturnValue: FVector2D; // 0x0010 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
785
+ };
786
+
787
+ /**
788
+ * Function Core.Object.AddEqual_VectorVector
789
+ */
790
+ export type Object_AddEqual_VectorVector_Params = {
791
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
792
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
793
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
794
+ };
795
+
796
+ /**
797
+ * Function Core.Object.And_IntInt
798
+ */
799
+ export type Object_And_IntInt_Params = {
800
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
801
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
802
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
803
+ };
804
+
805
+ /**
806
+ * Function Core.Object.AndAnd_BoolBool
807
+ */
808
+ export type Object_AndAnd_BoolBool_Params = {
809
+ A: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
810
+ B: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
811
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
812
+ };
813
+
814
+ /**
815
+ * Function Core.Object.Asc
816
+ */
817
+ export type Object_Asc_Params = {
818
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
819
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
820
+ };
821
+
822
+ /**
823
+ * Function Core.Object.Asin
824
+ */
825
+ export type Object_Asin_Params = {
826
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
827
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
828
+ };
829
+
830
+ /**
831
+ * Function Core.Object.At_StrStr
832
+ */
833
+ export type Object_At_StrStr_Params = {
834
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
835
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
836
+ ReturnValue: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
837
+ };
838
+
839
+ /**
840
+ * Function Core.Object.Atan
841
+ */
842
+ export type Object_Atan_Params = {
843
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
844
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
845
+ };
846
+
847
+ /**
848
+ * Function Core.Object.Atan2
849
+ */
850
+ export type Object_Atan2_Params = {
851
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
852
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
853
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
854
+ };
855
+
856
+ /**
857
+ * Function Core.Object.AtEqual_StrStr
858
+ */
859
+ export type Object_AtEqual_StrStr_Params = {
860
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
861
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
862
+ ReturnValue: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
863
+ };
864
+
865
+ /**
866
+ * Function Core.Object.AutoSetTangentsFloat
867
+ */
868
+ export type Object_AutoSetTangentsFloat_Params = {
869
+ Curve: FInterpCurveFloat; // 0x0000 (0x0018) [FInterpCurveFloat] [CPF_Parm | CPF_OutParm]
870
+ };
871
+
872
+ /**
873
+ * Function Core.Object.AutoSetTangentsVector
874
+ */
875
+ export type Object_AutoSetTangentsVector_Params = {
876
+ Curve: FInterpCurveVector; // 0x0000 (0x0018) [FInterpCurveVector] [CPF_Parm | CPF_OutParm]
877
+ };
878
+
879
+ /**
880
+ * Function Core.Object.BeginState
881
+ */
882
+ export type Object_BeginState_Params = {
883
+ PreviousStateName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
884
+ };
885
+
886
+ /**
887
+ * Function Core.Object.CalculateGravityPosition
888
+ */
889
+ export type Object_CalculateGravityPosition_Params = {
890
+ Location: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
891
+ Velocity: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
892
+ Gravity: number; // 0x0018 (0x0004) [float] [CPF_Parm]
893
+ Time: number; // 0x001c (0x0004) [float] [CPF_Parm]
894
+ GravityDirection: FVector; // 0x0020 (0x000c) [FVector] [CPF_Parm | CPF_OptionalParm]
895
+ ReturnValue: FVector; // 0x002c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
896
+ };
897
+
898
+ /**
899
+ * Function Core.Object.Caps
900
+ */
901
+ export type Object_Caps_Params = {
902
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
903
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
904
+ };
905
+
906
+ /**
907
+ * Function Core.Object.Chr
908
+ */
909
+ export type Object_Chr_Params = {
910
+ I: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
911
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
912
+ };
913
+
914
+ /**
915
+ * Function Core.Object.Clamp
916
+ */
917
+ export type Object_Clamp_Params = {
918
+ V: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
919
+ A: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
920
+ B: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
921
+ ReturnValue: number; // 0x000c (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
922
+ };
923
+
924
+ /**
925
+ * Function Core.Object.ClampLength
926
+ */
927
+ export type Object_ClampLength_Params = {
928
+ V: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
929
+ MaxLength: number; // 0x000c (0x0004) [float] [CPF_Parm]
930
+ ReturnValue: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
931
+ };
932
+
933
+ /**
934
+ * Function Core.Object.ClampRotAxis
935
+ */
936
+ export type Object_ClampRotAxis_Params = {
937
+ ViewAxis: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
938
+ out_DeltaViewAxis: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
939
+ MaxLimit: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
940
+ MinLimit: number; // 0x000c (0x0004) [int32] [CPF_Parm]
941
+ DesiredViewAxis: number; // 0x0010 (0x0004) [int32]
942
+ };
943
+
944
+ /**
945
+ * Function Core.Object.ClampRotAxisFromBase
946
+ */
947
+ export type Object_ClampRotAxisFromBase_Params = {
948
+ Current: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
949
+ Center: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
950
+ MaxDelta: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
951
+ ReturnValue: number; // 0x000c (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
952
+ DeltaFromCenter: number; // 0x0010 (0x0004) [int32]
953
+ };
954
+
955
+ /**
956
+ * Function Core.Object.ClampRotAxisFromRange
957
+ */
958
+ export type Object_ClampRotAxisFromRange_Params = {
959
+ Current: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
960
+ Min: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
961
+ Max: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
962
+ ReturnValue: number; // 0x000c (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
963
+ delta: number; // 0x0010 (0x0004) [int32]
964
+ Center: number; // 0x0014 (0x0004) [int32]
965
+ };
966
+
967
+ /**
968
+ * Function Core.Object.ClassIsChildOf
969
+ */
970
+ export type Object_ClassIsChildOf_Params = {
971
+ TestClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
972
+ ParentClass: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm]
973
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
974
+ };
975
+
976
+ /**
977
+ * Function Core.Object.ClockwiseFrom_IntInt
978
+ */
979
+ export type Object_ClockwiseFrom_IntInt_Params = {
980
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
981
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
982
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
983
+ };
984
+
985
+ /**
986
+ * Function Core.Object.ColorToInt
987
+ */
988
+ export type Object_ColorToInt_Params = {
989
+ C: FColor; // 0x0000 (0x0004) [FColor] [CPF_Parm]
990
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
991
+ };
992
+
993
+ /**
994
+ * Function Core.Object.ColorToLinearColor
995
+ */
996
+ export type Object_ColorToLinearColor_Params = {
997
+ OldColor: FColor; // 0x0000 (0x0004) [FColor] [CPF_Parm]
998
+ ReturnValue: FLinearColor; // 0x0004 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
999
+ };
1000
+
1001
+ /**
1002
+ * Function Core.Object.Complement_PreInt
1003
+ */
1004
+ export type Object_Complement_PreInt_Params = {
1005
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1006
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1007
+ };
1008
+
1009
+ /**
1010
+ * Function Core.Object.ComplementEqual_FloatFloat
1011
+ */
1012
+ export type Object_ComplementEqual_FloatFloat_Params = {
1013
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1014
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1015
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1016
+ };
1017
+
1018
+ /**
1019
+ * Function Core.Object.ComplementEqual_StrStr
1020
+ */
1021
+ export type Object_ComplementEqual_StrStr_Params = {
1022
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
1023
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
1024
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1025
+ };
1026
+
1027
+ /**
1028
+ * Function Core.Object.Concat_StrStr
1029
+ */
1030
+ export type Object_Concat_StrStr_Params = {
1031
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
1032
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
1033
+ ReturnValue: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1034
+ };
1035
+
1036
+ /**
1037
+ * Function Core.Object.ConcatEqual_StrStr
1038
+ */
1039
+ export type Object_ConcatEqual_StrStr_Params = {
1040
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
1041
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
1042
+ ReturnValue: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1043
+ };
1044
+
1045
+ /**
1046
+ * Function Core.Object.Construct
1047
+ */
1048
+ export type Object_Construct_Params = {};
1049
+
1050
+ /**
1051
+ * Function Core.Object.ContainsWhitespace
1052
+ */
1053
+ export type Object_ContainsWhitespace_Params = {
1054
+ Text: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
1055
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1056
+ };
1057
+
1058
+ /**
1059
+ * Function Core.Object.ContinuedState
1060
+ */
1061
+ export type Object_ContinuedState_Params = {};
1062
+
1063
+ /**
1064
+ * Function Core.Object.ConvertFromSRGB
1065
+ */
1066
+ export type Object_ConvertFromSRGB_Params = {
1067
+ OldColor: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
1068
+ ReturnValue: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1069
+ };
1070
+
1071
+ /**
1072
+ * Function Core.Object.Cos
1073
+ */
1074
+ export type Object_Cos_Params = {
1075
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1076
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1077
+ };
1078
+
1079
+ /**
1080
+ * Function Core.Object.CreateGuid
1081
+ */
1082
+ export type Object_CreateGuid_Params = {
1083
+ ReturnValue: FGuid; // 0x0000 (0x0010) [FGuid] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1084
+ };
1085
+
1086
+ /**
1087
+ * Function Core.Object.CreateGuidString
1088
+ */
1089
+ export type Object_CreateGuidString_Params = {
1090
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1091
+ NewGuid: FGuid; // 0x0010 (0x0010) [FGuid]
1092
+ };
1093
+
1094
+ /**
1095
+ * Function Core.Object.Cross_VectorVector
1096
+ */
1097
+ export type Object_Cross_VectorVector_Params = {
1098
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
1099
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
1100
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1101
+ };
1102
+
1103
+ /**
1104
+ * Function Core.Object.DebugBreak
1105
+ */
1106
+ export type Object_DebugBreak_Params = {
1107
+ UserFlags: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
1108
+ DebuggerType: EDebugBreakType; // 0x0004 (0x0001) [EDebugBreakType] [CPF_Parm | CPF_OptionalParm]
1109
+ };
1110
+
1111
+ /**
1112
+ * Function Core.Object.Disable
1113
+ */
1114
+ export type Object_Disable_Params = {
1115
+ ProbeFunc: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
1116
+ };
1117
+
1118
+ /**
1119
+ * Function Core.Object.Divide_FloatFloat
1120
+ */
1121
+ export type Object_Divide_FloatFloat_Params = {
1122
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1123
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1124
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1125
+ };
1126
+
1127
+ /**
1128
+ * Function Core.Object.Divide_IntInt
1129
+ */
1130
+ export type Object_Divide_IntInt_Params = {
1131
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1132
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1133
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1134
+ };
1135
+
1136
+ /**
1137
+ * Function Core.Object.Divide_QWordQWord
1138
+ */
1139
+ export type Object_Divide_QWordQWord_Params = {
1140
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
1141
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
1142
+ ReturnValue: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1143
+ };
1144
+
1145
+ /**
1146
+ * Function Core.Object.Divide_RotatorFloat
1147
+ */
1148
+ export type Object_Divide_RotatorFloat_Params = {
1149
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
1150
+ B: number; // 0x000c (0x0004) [float] [CPF_Parm]
1151
+ ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1152
+ };
1153
+
1154
+ /**
1155
+ * Function Core.Object.Divide_Vector2DFloat
1156
+ */
1157
+ export type Object_Divide_Vector2DFloat_Params = {
1158
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
1159
+ B: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1160
+ ReturnValue: FVector2D; // 0x000c (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1161
+ };
1162
+
1163
+ /**
1164
+ * Function Core.Object.Divide_VectorFloat
1165
+ */
1166
+ export type Object_Divide_VectorFloat_Params = {
1167
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
1168
+ B: number; // 0x000c (0x0004) [float] [CPF_Parm]
1169
+ ReturnValue: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1170
+ };
1171
+
1172
+ /**
1173
+ * Function Core.Object.DivideEqual_ByteByte
1174
+ */
1175
+ export type Object_DivideEqual_ByteByte_Params = {
1176
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
1177
+ B: number; // 0x0001 (0x0001) [uint8] [CPF_Parm]
1178
+ ReturnValue: number; // 0x0002 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1179
+ };
1180
+
1181
+ /**
1182
+ * Function Core.Object.DivideEqual_FloatFloat
1183
+ */
1184
+ export type Object_DivideEqual_FloatFloat_Params = {
1185
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm]
1186
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1187
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1188
+ };
1189
+
1190
+ /**
1191
+ * Function Core.Object.DivideEqual_IntFloat
1192
+ */
1193
+ export type Object_DivideEqual_IntFloat_Params = {
1194
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1195
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1196
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1197
+ };
1198
+
1199
+ /**
1200
+ * Function Core.Object.DivideEqual_RotatorFloat
1201
+ */
1202
+ export type Object_DivideEqual_RotatorFloat_Params = {
1203
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm]
1204
+ B: number; // 0x000c (0x0004) [float] [CPF_Parm]
1205
+ ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1206
+ };
1207
+
1208
+ /**
1209
+ * Function Core.Object.DivideEqual_Vector2DFloat
1210
+ */
1211
+ export type Object_DivideEqual_Vector2DFloat_Params = {
1212
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm]
1213
+ B: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1214
+ ReturnValue: FVector2D; // 0x000c (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1215
+ };
1216
+
1217
+ /**
1218
+ * Function Core.Object.DivideEqual_VectorFloat
1219
+ */
1220
+ export type Object_DivideEqual_VectorFloat_Params = {
1221
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
1222
+ B: number; // 0x000c (0x0004) [float] [CPF_Parm]
1223
+ ReturnValue: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1224
+ };
1225
+
1226
+ /**
1227
+ * Function Core.Object.Dot_Vector2DVector2D
1228
+ */
1229
+ export type Object_Dot_Vector2DVector2D_Params = {
1230
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
1231
+ B: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm]
1232
+ ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1233
+ };
1234
+
1235
+ /**
1236
+ * Function Core.Object.Dot_VectorVector
1237
+ */
1238
+ export type Object_Dot_VectorVector_Params = {
1239
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
1240
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
1241
+ ReturnValue: number; // 0x0018 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1242
+ };
1243
+
1244
+ /**
1245
+ * Function Core.Object.DumpStateStack
1246
+ */
1247
+ export type Object_DumpStateStack_Params = {};
1248
+
1249
+ /**
1250
+ * Function Core.Object.DuplicateObject
1251
+ */
1252
+ export type Object_DuplicateObject_Params = {
1253
+ Template: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1254
+ ObjOuter: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OptionalParm]
1255
+ DestClass: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm | CPF_OptionalParm]
1256
+ ReturnValue: UObject; // 0x0018 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
1257
+ };
1258
+
1259
+ /**
1260
+ * Function Core.Object.DynamicLoadObject
1261
+ */
1262
+ export type Object_DynamicLoadObject_Params = {
1263
+ ObjectName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
1264
+ ObjectClass: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm]
1265
+ MayFail: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
1266
+ ReturnValue: UObject; // 0x0020 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1267
+ };
1268
+
1269
+ /**
1270
+ * Function Core.Object.Enable
1271
+ */
1272
+ export type Object_Enable_Params = {
1273
+ ProbeFunc: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
1274
+ };
1275
+
1276
+ /**
1277
+ * Function Core.Object.EndState
1278
+ */
1279
+ export type Object_EndState_Params = {
1280
+ NextStateName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
1281
+ };
1282
+
1283
+ /**
1284
+ * Function Core.Object.EnumFromString
1285
+ */
1286
+ export type Object_EnumFromString_Params = {
1287
+ E: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1288
+ ValueName: FName; // 0x0008 (0x0008) [FName] [CPF_Parm | CPF_CoerceParm]
1289
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1290
+ };
1291
+
1292
+ /**
1293
+ * Function Core.Object.EqualEqual_BoolBool
1294
+ */
1295
+ export type Object_EqualEqual_BoolBool_Params = {
1296
+ A: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
1297
+ B: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
1298
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1299
+ };
1300
+
1301
+ /**
1302
+ * Function Core.Object.EqualEqual_FloatFloat
1303
+ */
1304
+ export type Object_EqualEqual_FloatFloat_Params = {
1305
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1306
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1307
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1308
+ };
1309
+
1310
+ /**
1311
+ * Function Core.Object.EqualEqual_InterfaceInterface
1312
+ */
1313
+ export type Object_EqualEqual_InterfaceInterface_Params = {
1314
+ A: UInterface; // 0x0000 (0x0010) [UInterface*] [CPF_Parm]
1315
+ B: UInterface; // 0x0010 (0x0010) [UInterface*] [CPF_Parm]
1316
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1317
+ };
1318
+
1319
+ /**
1320
+ * Function Core.Object.EqualEqual_IntInt
1321
+ */
1322
+ export type Object_EqualEqual_IntInt_Params = {
1323
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1324
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
1325
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1326
+ };
1327
+
1328
+ /**
1329
+ * Function Core.Object.EqualEqual_NameName
1330
+ */
1331
+ export type Object_EqualEqual_NameName_Params = {
1332
+ A: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
1333
+ B: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
1334
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1335
+ };
1336
+
1337
+ /**
1338
+ * Function Core.Object.EqualEqual_ObjectObject
1339
+ */
1340
+ export type Object_EqualEqual_ObjectObject_Params = {
1341
+ A: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1342
+ B: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm]
1343
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1344
+ };
1345
+
1346
+ /**
1347
+ * Function Core.Object.EqualEqual_QWordInt
1348
+ */
1349
+ export type Object_EqualEqual_QWordInt_Params = {
1350
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
1351
+ B: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
1352
+ ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1353
+ };
1354
+
1355
+ /**
1356
+ * Function Core.Object.EqualEqual_QWordQWord
1357
+ */
1358
+ export type Object_EqualEqual_QWordQWord_Params = {
1359
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
1360
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
1361
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1362
+ };
1363
+
1364
+ /**
1365
+ * Function Core.Object.EqualEqual_RotatorRotator
1366
+ */
1367
+ export type Object_EqualEqual_RotatorRotator_Params = {
1368
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
1369
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
1370
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1371
+ };
1372
+
1373
+ /**
1374
+ * Function Core.Object.EqualEqual_StrStr
1375
+ */
1376
+ export type Object_EqualEqual_StrStr_Params = {
1377
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
1378
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
1379
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1380
+ };
1381
+
1382
+ /**
1383
+ * Function Core.Object.EqualEqual_VectorVector
1384
+ */
1385
+ export type Object_EqualEqual_VectorVector_Params = {
1386
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
1387
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
1388
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1389
+ };
1390
+
1391
+ /**
1392
+ * Function Core.Object.EvalInterpCurveFloat
1393
+ */
1394
+ export type Object_EvalInterpCurveFloat_Params = {
1395
+ FloatCurve: FInterpCurveFloat; // 0x0000 (0x0018) [FInterpCurveFloat] [CPF_Parm | CPF_OutParm]
1396
+ InVal: number; // 0x0018 (0x0004) [float] [CPF_Parm]
1397
+ ReturnValue: number; // 0x001c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1398
+ };
1399
+
1400
+ /**
1401
+ * Function Core.Object.EvalInterpCurveVector
1402
+ */
1403
+ export type Object_EvalInterpCurveVector_Params = {
1404
+ VectorCurve: FInterpCurveVector; // 0x0000 (0x0018) [FInterpCurveVector] [CPF_Parm | CPF_OutParm]
1405
+ InVal: number; // 0x0018 (0x0004) [float] [CPF_Parm]
1406
+ ReturnValue: FVector; // 0x001c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1407
+ };
1408
+
1409
+ /**
1410
+ * Function Core.Object.EvalInterpCurveVector2D
1411
+ */
1412
+ export type Object_EvalInterpCurveVector2D_Params = {
1413
+ Vector2DCurve: FInterpCurveVector2D; // 0x0000 (0x0018) [FInterpCurveVector2D] [CPF_Parm | CPF_OutParm]
1414
+ InVal: number; // 0x0018 (0x0004) [float] [CPF_Parm]
1415
+ ReturnValue: FVector2D; // 0x001c (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1416
+ };
1417
+
1418
+ /**
1419
+ * Function Core.Object.Exp
1420
+ */
1421
+ export type Object_Exp_Params = {
1422
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1423
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1424
+ };
1425
+
1426
+ /**
1427
+ * Function Core.Object.FCeil
1428
+ */
1429
+ export type Object_FCeil_Params = {
1430
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1431
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1432
+ };
1433
+
1434
+ /**
1435
+ * Function Core.Object.FClamp
1436
+ */
1437
+ export type Object_FClamp_Params = {
1438
+ V: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1439
+ A: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1440
+ B: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1441
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1442
+ };
1443
+
1444
+ /**
1445
+ * Function Core.Object.FCubicInterp
1446
+ */
1447
+ export type Object_FCubicInterp_Params = {
1448
+ P0: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1449
+ T0: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1450
+ P1: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1451
+ T1: number; // 0x000c (0x0004) [float] [CPF_Parm]
1452
+ A: number; // 0x0010 (0x0004) [float] [CPF_Parm]
1453
+ ReturnValue: number; // 0x0014 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1454
+ };
1455
+
1456
+ /**
1457
+ * Function Core.Object.FFloor
1458
+ */
1459
+ export type Object_FFloor_Params = {
1460
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1461
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1462
+ };
1463
+
1464
+ /**
1465
+ * Function Core.Object.FindDeltaAngle
1466
+ */
1467
+ export type Object_FindDeltaAngle_Params = {
1468
+ A1: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1469
+ A2: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1470
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1471
+ delta: number; // 0x000c (0x0004) [float]
1472
+ };
1473
+
1474
+ /**
1475
+ * Function Core.Object.FindObject
1476
+ */
1477
+ export type Object_FindObject_Params = {
1478
+ ObjectName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
1479
+ ObjectClass: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm]
1480
+ ReturnValue: UObject; // 0x0018 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1481
+ };
1482
+
1483
+ /**
1484
+ * Function Core.Object.FindProperty
1485
+ */
1486
+ export type Object_FindProperty_Params = {
1487
+ PropertyClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1488
+ PropertyName: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
1489
+ ReturnValue: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
1490
+ };
1491
+
1492
+ /**
1493
+ * Function Core.Object.FindStructProperty
1494
+ */
1495
+ export type Object_FindStructProperty_Params = {
1496
+ PropertyClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1497
+ PropertyName: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
1498
+ StructName: FName; // 0x0010 (0x0008) [FName] [CPF_Parm]
1499
+ ReturnValue: UObject; // 0x0018 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
1500
+ };
1501
+
1502
+ /**
1503
+ * Function Core.Object.FInterpConstantTo
1504
+ */
1505
+ export type Object_FInterpConstantTo_Params = {
1506
+ Current: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1507
+ Target: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1508
+ DeltaTime: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1509
+ InterpSpeed: number; // 0x000c (0x0004) [float] [CPF_Parm]
1510
+ ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1511
+ };
1512
+
1513
+ /**
1514
+ * Function Core.Object.FInterpEaseIn
1515
+ */
1516
+ export type Object_FInterpEaseIn_Params = {
1517
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1518
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1519
+ Alpha: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1520
+ Exp: number; // 0x000c (0x0004) [float] [CPF_Parm]
1521
+ ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1522
+ };
1523
+
1524
+ /**
1525
+ * Function Core.Object.FInterpEaseInOut
1526
+ */
1527
+ export type Object_FInterpEaseInOut_Params = {
1528
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1529
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1530
+ Alpha: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1531
+ Exp: number; // 0x000c (0x0004) [float] [CPF_Parm]
1532
+ ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1533
+ };
1534
+
1535
+ /**
1536
+ * Function Core.Object.FInterpEaseOut
1537
+ */
1538
+ export type Object_FInterpEaseOut_Params = {
1539
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1540
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1541
+ Alpha: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1542
+ Exp: number; // 0x000c (0x0004) [float] [CPF_Parm]
1543
+ ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1544
+ };
1545
+
1546
+ /**
1547
+ * Function Core.Object.FInterpTo
1548
+ */
1549
+ export type Object_FInterpTo_Params = {
1550
+ Current: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1551
+ Target: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1552
+ DeltaTime: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1553
+ InterpSpeed: number; // 0x000c (0x0004) [float] [CPF_Parm]
1554
+ ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1555
+ };
1556
+
1557
+ /**
1558
+ * Function Core.Object.FlattenRotatorOnAxis
1559
+ */
1560
+ export type Object_FlattenRotatorOnAxis_Params = {
1561
+ AxisToRemove: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
1562
+ RotToFlatten: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
1563
+ RotToFlattenTo: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OptionalParm]
1564
+ ReturnValue: FRotator; // 0x0024 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1565
+ Radians: number; // 0x0030 (0x0004) [float]
1566
+ Axis0: FVector; // 0x0034 (0x000c) [FVector]
1567
+ Axis1: FVector; // 0x0040 (0x000c) [FVector]
1568
+ CrossAxis: FVector; // 0x004c (0x000c) [FVector]
1569
+ };
1570
+
1571
+ /**
1572
+ * Function Core.Object.FlattenVector
1573
+ */
1574
+ export type Object_FlattenVector_Params = {
1575
+ NormalToFlatten: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
1576
+ PlaneNormal: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
1577
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1578
+ };
1579
+
1580
+ /**
1581
+ * Function Core.Object.FloatToRangeByteSigned
1582
+ */
1583
+ export type Object_FloatToRangeByteSigned_Params = {
1584
+ inputFloat: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1585
+ ReturnValue: number; // 0x0004 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1586
+ };
1587
+
1588
+ /**
1589
+ * Function Core.Object.FloatToRangeByteUnsigned
1590
+ */
1591
+ export type Object_FloatToRangeByteUnsigned_Params = {
1592
+ inputFloat: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1593
+ ReturnValue: number; // 0x0004 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1594
+ };
1595
+
1596
+ /**
1597
+ * Function Core.Object.FloorLog2
1598
+ */
1599
+ export type Object_FloorLog2_Params = {
1600
+ Value: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1601
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1602
+ };
1603
+
1604
+ /**
1605
+ * Function Core.Object.FMax
1606
+ */
1607
+ export type Object_FMax_Params = {
1608
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1609
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1610
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1611
+ };
1612
+
1613
+ /**
1614
+ * Function Core.Object.FMin
1615
+ */
1616
+ export type Object_FMin_Params = {
1617
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1618
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1619
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1620
+ };
1621
+
1622
+ /**
1623
+ * Function Core.Object.FormatTime
1624
+ */
1625
+ export type Object_FormatTime_Params = {
1626
+ Seconds: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
1627
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1628
+ Mins: number; // 0x0018 (0x0004) [int32]
1629
+ NewTimeString: string; // 0x0020 (0x0010) [FString]
1630
+ };
1631
+
1632
+ /**
1633
+ * Function Core.Object.FPctByRange
1634
+ */
1635
+ export type Object_FPctByRange_Params = {
1636
+ Value: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1637
+ InMin: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1638
+ InMax: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1639
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1640
+ };
1641
+
1642
+ /**
1643
+ * Function Core.Object.FRand
1644
+ */
1645
+ export type Object_FRand_Params = {
1646
+ ReturnValue: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1647
+ };
1648
+
1649
+ /**
1650
+ * Function Core.Object.FromHex
1651
+ */
1652
+ export type Object_FromHex_Params = {
1653
+ Hex: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
1654
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1655
+ };
1656
+
1657
+ /**
1658
+ * Function Core.Object.FromHexColor
1659
+ */
1660
+ export type Object_FromHexColor_Params = {
1661
+ Hex: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
1662
+ ReturnValue: FColor; // 0x0010 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1663
+ HexColor: FColor; // 0x0014 (0x0004) [FColor]
1664
+ };
1665
+
1666
+ /**
1667
+ * Function Core.Object.FSmoothInterpTo
1668
+ */
1669
+ export type Object_FSmoothInterpTo_Params = {
1670
+ From: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1671
+ To: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1672
+ Lambda: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1673
+ DeltaTime: number; // 0x000c (0x0004) [float] [CPF_Parm]
1674
+ ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1675
+ };
1676
+
1677
+ /**
1678
+ * Function Core.Object.GetAngularDegreesFromRadians
1679
+ */
1680
+ export type Object_GetAngularDegreesFromRadians_Params = {
1681
+ OutFOV: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm]
1682
+ };
1683
+
1684
+ /**
1685
+ * Function Core.Object.GetAngularDistance
1686
+ */
1687
+ export type Object_GetAngularDistance_Params = {
1688
+ OutAngularDist: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm]
1689
+ Direction: FVector; // 0x0008 (0x000c) [FVector] [CPF_Parm]
1690
+ AxisX: FVector; // 0x0014 (0x000c) [FVector] [CPF_Parm]
1691
+ AxisY: FVector; // 0x0020 (0x000c) [FVector] [CPF_Parm]
1692
+ AxisZ: FVector; // 0x002c (0x000c) [FVector] [CPF_Parm]
1693
+ ReturnValue: boolean; // 0x0038 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1694
+ };
1695
+
1696
+ /**
1697
+ * Function Core.Object.GetAngularFromDotDist
1698
+ */
1699
+ export type Object_GetAngularFromDotDist_Params = {
1700
+ OutAngDist: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm]
1701
+ DotDist: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm]
1702
+ };
1703
+
1704
+ /**
1705
+ * Function Core.Object.GetAppSeconds
1706
+ */
1707
+ export type Object_GetAppSeconds_Params = {
1708
+ ReturnValue: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1709
+ };
1710
+
1711
+ /**
1712
+ * Function Core.Object.GetAxes
1713
+ */
1714
+ export type Object_GetAxes_Params = {
1715
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
1716
+ X: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
1717
+ Y: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
1718
+ Z: FVector; // 0x0024 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
1719
+ };
1720
+
1721
+ /**
1722
+ * Function Core.Object.GetBuildChangelistNumber
1723
+ */
1724
+ export type Object_GetBuildChangelistNumber_Params = {
1725
+ ReturnValue: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1726
+ };
1727
+
1728
+ /**
1729
+ * Function Core.Object.GetCurrentTime
1730
+ */
1731
+ export type Object_GetCurrentTime_Params = {
1732
+ ReturnValue: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1733
+ };
1734
+
1735
+ /**
1736
+ * Function Core.Object.GetDotDistance
1737
+ */
1738
+ export type Object_GetDotDistance_Params = {
1739
+ OutDotDist: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm]
1740
+ Direction: FVector; // 0x0008 (0x000c) [FVector] [CPF_Parm]
1741
+ AxisX: FVector; // 0x0014 (0x000c) [FVector] [CPF_Parm]
1742
+ AxisY: FVector; // 0x0020 (0x000c) [FVector] [CPF_Parm]
1743
+ AxisZ: FVector; // 0x002c (0x000c) [FVector] [CPF_Parm]
1744
+ ReturnValue: boolean; // 0x0038 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1745
+ };
1746
+
1747
+ /**
1748
+ * Function Core.Object.GetEngineVersion
1749
+ */
1750
+ export type Object_GetEngineVersion_Params = {
1751
+ ReturnValue: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1752
+ };
1753
+
1754
+ /**
1755
+ * Function Core.Object.GetEnum
1756
+ */
1757
+ export type Object_GetEnum_Params = {
1758
+ E: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1759
+ I: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_CoerceParm]
1760
+ ReturnValue: FName; // 0x000c (0x0008) [FName] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1761
+ };
1762
+
1763
+ /**
1764
+ * Function Core.Object.GetFrameCounter
1765
+ */
1766
+ export type Object_GetFrameCounter_Params = {
1767
+ ReturnValue: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1768
+ };
1769
+
1770
+ /**
1771
+ * Function Core.Object.GetFuncName
1772
+ */
1773
+ export type Object_GetFuncName_Params = {
1774
+ ReturnValue: FName; // 0x0000 (0x0008) [FName] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1775
+ };
1776
+
1777
+ /**
1778
+ * Function Core.Object.GetGuidFromString
1779
+ */
1780
+ export type Object_GetGuidFromString_Params = {
1781
+ InGuidString: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
1782
+ ReturnValue: FGuid; // 0x0010 (0x0010) [FGuid] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1783
+ };
1784
+
1785
+ /**
1786
+ * Function Core.Object.GetHeadingAngle
1787
+ */
1788
+ export type Object_GetHeadingAngle_Params = {
1789
+ Dir: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
1790
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1791
+ Angle: number; // 0x0010 (0x0004) [float]
1792
+ };
1793
+
1794
+ /**
1795
+ * Function Core.Object.GetLanguage
1796
+ */
1797
+ export type Object_GetLanguage_Params = {
1798
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1799
+ };
1800
+
1801
+ /**
1802
+ * Function Core.Object.GetMappedRangeValue
1803
+ */
1804
+ export type Object_GetMappedRangeValue_Params = {
1805
+ InputRange: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
1806
+ OutputRange: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm]
1807
+ Value: number; // 0x0010 (0x0004) [float] [CPF_Parm]
1808
+ ReturnValue: number; // 0x0014 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1809
+ };
1810
+
1811
+ /**
1812
+ * Function Core.Object.GetMaxColorBrightness
1813
+ */
1814
+ export type Object_GetMaxColorBrightness_Params = {
1815
+ C: FColor; // 0x0000 (0x0004) [FColor] [CPF_Parm]
1816
+ ReturnValue: FColor; // 0x0004 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1817
+ };
1818
+
1819
+ /**
1820
+ * Function Core.Object.GetMaxLinearColorBrightness
1821
+ */
1822
+ export type Object_GetMaxLinearColorBrightness_Params = {
1823
+ C: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
1824
+ ReturnValue: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1825
+ };
1826
+
1827
+ /**
1828
+ * Function Core.Object.GetObjectProvider
1829
+ */
1830
+ export type Object_GetObjectProvider_Params = {
1831
+ ReturnValue: UObjectProvider; // 0x0000 (0x0008) [UObjectProvider*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1832
+ };
1833
+
1834
+ /**
1835
+ * Function Core.Object.GetPackageName
1836
+ */
1837
+ export type Object_GetPackageName_Params = {
1838
+ ReturnValue: FName; // 0x0000 (0x0008) [FName] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1839
+ O: UObject; // 0x0008 (0x0008) [UObject*]
1840
+ };
1841
+
1842
+ /**
1843
+ * Function Core.Object.GetPathName
1844
+ */
1845
+ export type Object_GetPathName_Params = {
1846
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1847
+ };
1848
+
1849
+ /**
1850
+ * Function Core.Object.GetPerObjectConfigObjects
1851
+ */
1852
+ export type Object_GetPerObjectConfigObjects_Params = {
1853
+ SearchClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1854
+ OutObject: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm]
1855
+ ObjectOuter: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm | CPF_OptionalParm]
1856
+ MaxResults: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
1857
+ };
1858
+
1859
+ /**
1860
+ * Function Core.Object.GetPerObjectConfigSections
1861
+ */
1862
+ export type Object_GetPerObjectConfigSections_Params = {
1863
+ SearchClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1864
+ out_SectionNames: string[]; // 0x0008 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm]
1865
+ ObjectOuter: UObject; // 0x0018 (0x0008) [UObject*] [CPF_Parm | CPF_OptionalParm]
1866
+ MaxResults: number; // 0x0020 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
1867
+ ReturnValue: boolean; // 0x0024 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1868
+ };
1869
+
1870
+ /**
1871
+ * Function Core.Object.GetRadiansBetweenVectors
1872
+ */
1873
+ export type Object_GetRadiansBetweenVectors_Params = {
1874
+ V0: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
1875
+ v1: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
1876
+ ReturnValue: number; // 0x0018 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1877
+ MagV1: number; // 0x001c (0x0004) [float]
1878
+ MagV2: number; // 0x0020 (0x0004) [float]
1879
+ Mag: number; // 0x0024 (0x0004) [float]
1880
+ };
1881
+
1882
+ /**
1883
+ * Function Core.Object.GetRandomOptionSumFrequency
1884
+ */
1885
+ export type Object_GetRandomOptionSumFrequency_Params = {
1886
+ FreqList: number[]; // 0x0000 (0x0010) [TArray<float>] [CPF_Parm | CPF_OutParm]
1887
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1888
+ FreqSum: number; // 0x0014 (0x0004) [float]
1889
+ RandVal: number; // 0x0018 (0x0004) [float]
1890
+ Idx: number; // 0x001c (0x0004) [int32]
1891
+ };
1892
+
1893
+ /**
1894
+ * Function Core.Object.GetRangePctByValue
1895
+ */
1896
+ export type Object_GetRangePctByValue_Params = {
1897
+ Range: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
1898
+ Value: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1899
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1900
+ };
1901
+
1902
+ /**
1903
+ * Function Core.Object.GetRangeValueByPct
1904
+ */
1905
+ export type Object_GetRangeValueByPct_Params = {
1906
+ Range: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
1907
+ Pct: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1908
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1909
+ };
1910
+
1911
+ /**
1912
+ * Function Core.Object.GetRealArchetypeName
1913
+ */
1914
+ export type Object_GetRealArchetypeName_Params = {
1915
+ ReturnValue: FName; // 0x0000 (0x0008) [FName] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1916
+ };
1917
+
1918
+ /**
1919
+ * Function Core.Object.GetRightMost
1920
+ */
1921
+ export type Object_GetRightMost_Params = {
1922
+ Text: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
1923
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1924
+ Idx: number; // 0x0020 (0x0004) [int32]
1925
+ };
1926
+
1927
+ /**
1928
+ * Function Core.Object.GetRotatorAxis
1929
+ */
1930
+ export type Object_GetRotatorAxis_Params = {
1931
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
1932
+ Axis: number; // 0x000c (0x0004) [int32] [CPF_Parm]
1933
+ ReturnValue: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1934
+ };
1935
+
1936
+ /**
1937
+ * Function Core.Object.GetScaledAxisValue
1938
+ */
1939
+ export type Object_GetScaledAxisValue_Params = {
1940
+ Value: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1941
+ Sensitivity: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1942
+ MaxSensitivity: number; // 0x0008 (0x0004) [float] [CPF_Parm]
1943
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1944
+ };
1945
+
1946
+ /**
1947
+ * Function Core.Object.GetScriptTrace
1948
+ */
1949
+ export type Object_GetScriptTrace_Params = {
1950
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1951
+ };
1952
+
1953
+ /**
1954
+ * Function Core.Object.GetSingleton
1955
+ */
1956
+ export type Object_GetSingleton_Params = {
1957
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
1958
+ ReturnValue: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
1959
+ };
1960
+
1961
+ /**
1962
+ * Function Core.Object.GetSmoothInterpLerpValue
1963
+ */
1964
+ export type Object_GetSmoothInterpLerpValue_Params = {
1965
+ Lambda: number; // 0x0000 (0x0004) [float] [CPF_Parm]
1966
+ DeltaTime: number; // 0x0004 (0x0004) [float] [CPF_Parm]
1967
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1968
+ };
1969
+
1970
+ /**
1971
+ * Function Core.Object.GetStateName
1972
+ */
1973
+ export type Object_GetStateName_Params = {
1974
+ ReturnValue: FName; // 0x0000 (0x0008) [FName] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1975
+ };
1976
+
1977
+ /**
1978
+ * Function Core.Object.GetStringFromGuid
1979
+ */
1980
+ export type Object_GetStringFromGuid_Params = {
1981
+ InGuid: FGuid; // 0x0000 (0x0010) [FGuid] [CPF_Parm | CPF_OutParm]
1982
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
1983
+ };
1984
+
1985
+ /**
1986
+ * Function Core.Object.GetSystemTime
1987
+ */
1988
+ export type Object_GetSystemTime_Params = {
1989
+ Year: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1990
+ Month: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1991
+ DayOfWeek: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1992
+ Day: number; // 0x000c (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1993
+ Hour: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1994
+ Min: number; // 0x0014 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1995
+ Sec: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1996
+ MSec: number; // 0x001c (0x0004) [int32] [CPF_Parm | CPF_OutParm]
1997
+ };
1998
+
1999
+ /**
2000
+ * Function Core.Object.GetTextArchetype
2001
+ */
2002
+ export type Object_GetTextArchetype_Params = {
2003
+ ArchetypeClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
2004
+ Path: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
2005
+ ReturnValue: UObject; // 0x0018 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
2006
+ };
2007
+
2008
+ /**
2009
+ * Function Core.Object.GetTypedOuter
2010
+ */
2011
+ export type Object_GetTypedOuter_Params = {
2012
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
2013
+ ReturnValue: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
2014
+ };
2015
+
2016
+ /**
2017
+ * Function Core.Object.GetUnAxes
2018
+ */
2019
+ export type Object_GetUnAxes_Params = {
2020
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
2021
+ X: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
2022
+ Y: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
2023
+ Z: FVector; // 0x0024 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
2024
+ };
2025
+
2026
+ /**
2027
+ * Function Core.Object.GotoState
2028
+ */
2029
+ export type Object_GotoState_Params = {
2030
+ NewState: FName; // 0x0000 (0x0008) [FName] [CPF_Parm | CPF_OptionalParm]
2031
+ Label: FName; // 0x0008 (0x0008) [FName] [CPF_Parm | CPF_OptionalParm]
2032
+ bForceEvents: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2033
+ bKeepStack: boolean; // 0x0014 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2034
+ };
2035
+
2036
+ /**
2037
+ * Function Core.Object.Greater_FloatFloat
2038
+ */
2039
+ export type Object_Greater_FloatFloat_Params = {
2040
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2041
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2042
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2043
+ };
2044
+
2045
+ /**
2046
+ * Function Core.Object.Greater_IntInt
2047
+ */
2048
+ export type Object_Greater_IntInt_Params = {
2049
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2050
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2051
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2052
+ };
2053
+
2054
+ /**
2055
+ * Function Core.Object.Greater_QWordQWord
2056
+ */
2057
+ export type Object_Greater_QWordQWord_Params = {
2058
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
2059
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
2060
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2061
+ };
2062
+
2063
+ /**
2064
+ * Function Core.Object.Greater_StrStr
2065
+ */
2066
+ export type Object_Greater_StrStr_Params = {
2067
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2068
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
2069
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2070
+ };
2071
+
2072
+ /**
2073
+ * Function Core.Object.GreaterEqual_FloatFloat
2074
+ */
2075
+ export type Object_GreaterEqual_FloatFloat_Params = {
2076
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2077
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2078
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2079
+ };
2080
+
2081
+ /**
2082
+ * Function Core.Object.GreaterEqual_IntInt
2083
+ */
2084
+ export type Object_GreaterEqual_IntInt_Params = {
2085
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2086
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2087
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2088
+ };
2089
+
2090
+ /**
2091
+ * Function Core.Object.GreaterEqual_QWordQWord
2092
+ */
2093
+ export type Object_GreaterEqual_QWordQWord_Params = {
2094
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
2095
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
2096
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2097
+ };
2098
+
2099
+ /**
2100
+ * Function Core.Object.GreaterEqual_StrStr
2101
+ */
2102
+ export type Object_GreaterEqual_StrStr_Params = {
2103
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2104
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
2105
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2106
+ };
2107
+
2108
+ /**
2109
+ * Function Core.Object.GreaterGreater_IntInt
2110
+ */
2111
+ export type Object_GreaterGreater_IntInt_Params = {
2112
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2113
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2114
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2115
+ };
2116
+
2117
+ /**
2118
+ * Function Core.Object.GreaterGreater_VectorRotator
2119
+ */
2120
+ export type Object_GreaterGreater_VectorRotator_Params = {
2121
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2122
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
2123
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2124
+ };
2125
+
2126
+ /**
2127
+ * Function Core.Object.GreaterGreaterGreater_IntInt
2128
+ */
2129
+ export type Object_GreaterGreaterGreater_IntInt_Params = {
2130
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2131
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2132
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2133
+ };
2134
+
2135
+ /**
2136
+ * Function Core.Object.HSVtoRGB
2137
+ */
2138
+ export type Object_HSVtoRGB_Params = {
2139
+ C: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
2140
+ ReturnValue: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2141
+ };
2142
+
2143
+ /**
2144
+ * Function Core.Object.ImportJSON
2145
+ */
2146
+ export type Object_ImportJSON_Params = {
2147
+ PropertyName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2148
+ JSON: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
2149
+ };
2150
+
2151
+ /**
2152
+ * Function Core.Object.InCylinder
2153
+ */
2154
+ export type Object_InCylinder_Params = {
2155
+ Origin: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2156
+ Dir: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
2157
+ Width: number; // 0x0018 (0x0004) [float] [CPF_Parm]
2158
+ A: FVector; // 0x001c (0x000c) [FVector] [CPF_Parm]
2159
+ bIgnoreZ: boolean; // 0x0028 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2160
+ ReturnValue: boolean; // 0x002c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2161
+ B: FVector; // 0x0030 (0x000c) [FVector]
2162
+ VDir: FVector; // 0x003c (0x000c) [FVector]
2163
+ };
2164
+
2165
+ /**
2166
+ * Function Core.Object.InStr
2167
+ */
2168
+ export type Object_InStr_Params = {
2169
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2170
+ T: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2171
+ bSearchFromRight: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2172
+ bIgnoreCase: boolean; // 0x0024 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2173
+ StartPos: number; // 0x0028 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
2174
+ ReturnValue: number; // 0x002c (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2175
+ };
2176
+
2177
+ /**
2178
+ * Function Core.Object.IntToColor
2179
+ */
2180
+ export type Object_IntToColor_Params = {
2181
+ I: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2182
+ ReturnValue: FColor; // 0x0004 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2183
+ };
2184
+
2185
+ /**
2186
+ * Function Core.Object.IntToLinearColor
2187
+ */
2188
+ export type Object_IntToLinearColor_Params = {
2189
+ I: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2190
+ ReturnValue: FLinearColor; // 0x0004 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2191
+ };
2192
+
2193
+ /**
2194
+ * Function Core.Object.InvalidateGuid
2195
+ */
2196
+ export type Object_InvalidateGuid_Params = {
2197
+ InGuid: FGuid; // 0x0000 (0x0010) [FGuid] [CPF_Parm | CPF_OutParm]
2198
+ };
2199
+
2200
+ /**
2201
+ * Function Core.Object.InverseTransformNormal
2202
+ */
2203
+ export type Object_InverseTransformNormal_Params = {
2204
+ TM: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
2205
+ A: FVector; // 0x0040 (0x000c) [FVector] [CPF_Parm]
2206
+ ReturnValue: FVector; // 0x004c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2207
+ };
2208
+
2209
+ /**
2210
+ * Function Core.Object.InverseTransformVector
2211
+ */
2212
+ export type Object_InverseTransformVector_Params = {
2213
+ TM: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
2214
+ A: FVector; // 0x0040 (0x000c) [FVector] [CPF_Parm]
2215
+ ReturnValue: FVector; // 0x004c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2216
+ };
2217
+
2218
+ /**
2219
+ * Function Core.Object.IsA
2220
+ */
2221
+ export type Object_IsA_Params = {
2222
+ ClassName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2223
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2224
+ };
2225
+
2226
+ /**
2227
+ * Function Core.Object.IsArchetype
2228
+ */
2229
+ export type Object_IsArchetype_Params = {
2230
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2231
+ };
2232
+
2233
+ /**
2234
+ * Function Core.Object.IsAutomationTest
2235
+ */
2236
+ export type Object_IsAutomationTest_Params = {
2237
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2238
+ };
2239
+
2240
+ /**
2241
+ * Function Core.Object.IsChildState
2242
+ */
2243
+ export type Object_IsChildState_Params = {
2244
+ TestState: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2245
+ TestParentState: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
2246
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2247
+ };
2248
+
2249
+ /**
2250
+ * Function Core.Object.IsGuidValid
2251
+ */
2252
+ export type Object_IsGuidValid_Params = {
2253
+ InGuid: FGuid; // 0x0000 (0x0010) [FGuid] [CPF_Parm | CPF_OutParm]
2254
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2255
+ };
2256
+
2257
+ /**
2258
+ * Function Core.Object.IsInState
2259
+ */
2260
+ export type Object_IsInState_Params = {
2261
+ TestState: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
2262
+ bTestStateStack: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2263
+ ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2264
+ };
2265
+
2266
+ /**
2267
+ * Function Core.Object.IsPendingKill
2268
+ */
2269
+ export type Object_IsPendingKill_Params = {
2270
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2271
+ };
2272
+
2273
+ /**
2274
+ * Function Core.Object.IsUTracing
2275
+ */
2276
+ export type Object_IsUTracing_Params = {
2277
+ ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2278
+ };
2279
+
2280
+ /**
2281
+ * Function Core.Object.IsZero
2282
+ */
2283
+ export type Object_IsZero_Params = {
2284
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2285
+ ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2286
+ };
2287
+
2288
+ /**
2289
+ * Function Core.Object.JoinArray
2290
+ */
2291
+ export type Object_JoinArray_Params = {
2292
+ StringArray: string[]; // 0x0000 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm]
2293
+ out_Result: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
2294
+ delim: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
2295
+ bIgnoreBlanks: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2296
+ };
2297
+
2298
+ /**
2299
+ * Function Core.Object.JoinArrayInt
2300
+ */
2301
+ export type Object_JoinArrayInt_Params = {
2302
+ IntArray: number[]; // 0x0000 (0x0010) [TArray<int32>] [CPF_Parm | CPF_OutParm]
2303
+ delim: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
2304
+ bIgnoreBlanks: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2305
+ ReturnValue: string; // 0x0028 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2306
+ StringArray: string[]; // 0x0038 (0x0010) [TArray<FString>]
2307
+ IntValue: number; // 0x0048 (0x0004) [int32]
2308
+ };
2309
+
2310
+ /**
2311
+ * Function Core.Object.JoinArrayName
2312
+ */
2313
+ export type Object_JoinArrayName_Params = {
2314
+ NameArray: FName[]; // 0x0000 (0x0010) [TArray<FName>] [CPF_Parm | CPF_OutParm]
2315
+ delim: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
2316
+ bIgnoreBlanks: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2317
+ ReturnValue: string; // 0x0028 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2318
+ StringArray: string[]; // 0x0038 (0x0010) [TArray<FString>]
2319
+ NameValue: FName; // 0x0048 (0x0008) [FName]
2320
+ };
2321
+
2322
+ /**
2323
+ * Function Core.Object.JoinArrayQWord
2324
+ */
2325
+ export type Object_JoinArrayQWord_Params = {
2326
+ QWordArray: bigint[]; // 0x0000 (0x0010) [TArray<uint64>] [CPF_Parm | CPF_OutParm]
2327
+ delim: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
2328
+ bIgnoreBlanks: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2329
+ ReturnValue: string; // 0x0028 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2330
+ StringArray: string[]; // 0x0038 (0x0010) [TArray<FString>]
2331
+ QWordValue: bigint; // 0x0048 (0x0008) [uint64]
2332
+ };
2333
+
2334
+ /**
2335
+ * Function Core.Object.JoinArrayStr
2336
+ */
2337
+ export type Object_JoinArrayStr_Params = {
2338
+ StringArray: string[]; // 0x0000 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm]
2339
+ delim: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
2340
+ bIgnoreBlanks: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2341
+ ReturnValue: string; // 0x0028 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2342
+ out_Result: string; // 0x0038 (0x0010) [FString]
2343
+ };
2344
+
2345
+ /**
2346
+ * Function Core.Object.LABtoRGB
2347
+ */
2348
+ export type Object_LABtoRGB_Params = {
2349
+ C: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
2350
+ ReturnValue: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2351
+ };
2352
+
2353
+ /**
2354
+ * Function Core.Object.Left
2355
+ */
2356
+ export type Object_Left_Params = {
2357
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2358
+ I: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
2359
+ ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2360
+ };
2361
+
2362
+ /**
2363
+ * Function Core.Object.Len
2364
+ */
2365
+ export type Object_Len_Params = {
2366
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2367
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2368
+ };
2369
+
2370
+ /**
2371
+ * Function Core.Object.Lerp
2372
+ */
2373
+ export type Object_Lerp_Params = {
2374
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2375
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2376
+ Alpha: number; // 0x0008 (0x0004) [float] [CPF_Parm]
2377
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2378
+ };
2379
+
2380
+ /**
2381
+ * Function Core.Object.LerpColor
2382
+ */
2383
+ export type Object_LerpColor_Params = {
2384
+ A: FColor; // 0x0000 (0x0004) [FColor] [CPF_Parm]
2385
+ B: FColor; // 0x0004 (0x0004) [FColor] [CPF_Parm]
2386
+ Alpha: number; // 0x0008 (0x0004) [float] [CPF_Parm]
2387
+ ReturnValue: FColor; // 0x000c (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2388
+ };
2389
+
2390
+ /**
2391
+ * Function Core.Object.Less_FloatFloat
2392
+ */
2393
+ export type Object_Less_FloatFloat_Params = {
2394
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2395
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2396
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2397
+ };
2398
+
2399
+ /**
2400
+ * Function Core.Object.Less_IntInt
2401
+ */
2402
+ export type Object_Less_IntInt_Params = {
2403
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2404
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2405
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2406
+ };
2407
+
2408
+ /**
2409
+ * Function Core.Object.Less_QWordQWord
2410
+ */
2411
+ export type Object_Less_QWordQWord_Params = {
2412
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
2413
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
2414
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2415
+ };
2416
+
2417
+ /**
2418
+ * Function Core.Object.Less_StrStr
2419
+ */
2420
+ export type Object_Less_StrStr_Params = {
2421
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2422
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
2423
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2424
+ };
2425
+
2426
+ /**
2427
+ * Function Core.Object.LessEqual_FloatFloat
2428
+ */
2429
+ export type Object_LessEqual_FloatFloat_Params = {
2430
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2431
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2432
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2433
+ };
2434
+
2435
+ /**
2436
+ * Function Core.Object.LessEqual_IntInt
2437
+ */
2438
+ export type Object_LessEqual_IntInt_Params = {
2439
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2440
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2441
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2442
+ };
2443
+
2444
+ /**
2445
+ * Function Core.Object.LessEqual_QWordQWord
2446
+ */
2447
+ export type Object_LessEqual_QWordQWord_Params = {
2448
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
2449
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
2450
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2451
+ };
2452
+
2453
+ /**
2454
+ * Function Core.Object.LessEqual_StrStr
2455
+ */
2456
+ export type Object_LessEqual_StrStr_Params = {
2457
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2458
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
2459
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2460
+ };
2461
+
2462
+ /**
2463
+ * Function Core.Object.LessLess_IntInt
2464
+ */
2465
+ export type Object_LessLess_IntInt_Params = {
2466
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2467
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2468
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2469
+ };
2470
+
2471
+ /**
2472
+ * Function Core.Object.LessLess_VectorRotator
2473
+ */
2474
+ export type Object_LessLess_VectorRotator_Params = {
2475
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2476
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
2477
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2478
+ };
2479
+
2480
+ /**
2481
+ * Function Core.Object.LinearColorLerp
2482
+ */
2483
+ export type Object_LinearColorLerp_Params = {
2484
+ ColorA: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
2485
+ ColorB: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm]
2486
+ Alpha: number; // 0x0020 (0x0004) [float] [CPF_Parm]
2487
+ ReturnValue: FLinearColor; // 0x0024 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2488
+ Result: FLinearColor; // 0x0034 (0x0010) [FLinearColor]
2489
+ };
2490
+
2491
+ /**
2492
+ * Function Core.Object.LinearColorToColor
2493
+ */
2494
+ export type Object_LinearColorToColor_Params = {
2495
+ OldColor: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
2496
+ ReturnValue: FColor; // 0x0010 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2497
+ };
2498
+
2499
+ /**
2500
+ * Function Core.Object.LinearColorToInt
2501
+ */
2502
+ export type Object_LinearColorToInt_Params = {
2503
+ C: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
2504
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2505
+ };
2506
+
2507
+ /**
2508
+ * Function Core.Object.LinePlaneIntersection
2509
+ */
2510
+ export type Object_LinePlaneIntersection_Params = {
2511
+ LineStart: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2512
+ LineEnd: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
2513
+ PlaneOrigin: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm]
2514
+ PlaneNormal: FVector; // 0x0024 (0x000c) [FVector] [CPF_Parm]
2515
+ Out_Intersection: FVector; // 0x0030 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
2516
+ Out_T: number; // 0x003c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_OptionalParm]
2517
+ bCheckLineSegment: boolean; // 0x0040 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2518
+ ReturnValue: boolean; // 0x0044 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2519
+ RayDir: FVector; // 0x0048 (0x000c) [FVector]
2520
+ };
2521
+
2522
+ /**
2523
+ * Function Core.Object.LoadSeekFreeObject
2524
+ */
2525
+ export type Object_LoadSeekFreeObject_Params = {
2526
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
2527
+ Path: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
2528
+ ReturnValue: UObject; // 0x0018 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
2529
+ };
2530
+
2531
+ /**
2532
+ * Function Core.Object.Localize
2533
+ */
2534
+ export type Object_Localize_Params = {
2535
+ SectionName: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2536
+ KeyName: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2537
+ PackageName: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm | CPF_CoerceParm]
2538
+ bOptional: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2539
+ ReturnValue: string; // 0x0038 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2540
+ };
2541
+
2542
+ /**
2543
+ * Function Core.Object.Locs
2544
+ */
2545
+ export type Object_Locs_Params = {
2546
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2547
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2548
+ };
2549
+
2550
+ /**
2551
+ * Function Core.Object.Loge
2552
+ */
2553
+ export type Object_Loge_Params = {
2554
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2555
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2556
+ };
2557
+
2558
+ /**
2559
+ * Function Core.Object.LogInternal
2560
+ */
2561
+ export type Object_LogInternal_Params = {
2562
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2563
+ Tag: FName; // 0x0010 (0x0008) [FName] [CPF_Parm | CPF_OptionalParm]
2564
+ bFileOnly: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
2565
+ };
2566
+
2567
+ /**
2568
+ * Function Core.Object.MakeAsciiSafe
2569
+ */
2570
+ export type Object_MakeAsciiSafe_Params = {
2571
+ InStr: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
2572
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2573
+ OutStr: string; // 0x0020 (0x0010) [FString]
2574
+ Char: string; // 0x0030 (0x0010) [FString]
2575
+ I: number; // 0x0040 (0x0004) [int32]
2576
+ Code: number; // 0x0044 (0x0004) [int32]
2577
+ };
2578
+
2579
+ /**
2580
+ * Function Core.Object.MakeColor
2581
+ */
2582
+ export type Object_MakeColor_Params = {
2583
+ R: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
2584
+ G: number; // 0x0001 (0x0001) [uint8] [CPF_Parm]
2585
+ B: number; // 0x0002 (0x0001) [uint8] [CPF_Parm]
2586
+ A: number; // 0x0003 (0x0001) [uint8] [CPF_Parm | CPF_OptionalParm]
2587
+ ReturnValue: FColor; // 0x0004 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2588
+ C: FColor; // 0x0008 (0x0004) [FColor]
2589
+ };
2590
+
2591
+ /**
2592
+ * Function Core.Object.MakeLinearColor
2593
+ */
2594
+ export type Object_MakeLinearColor_Params = {
2595
+ R: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2596
+ G: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2597
+ B: number; // 0x0008 (0x0004) [float] [CPF_Parm]
2598
+ A: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
2599
+ ReturnValue: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2600
+ };
2601
+
2602
+ /**
2603
+ * Function Core.Object.MakeQuat
2604
+ */
2605
+ export type Object_MakeQuat_Params = {
2606
+ X: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2607
+ Y: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2608
+ Z: number; // 0x0008 (0x0004) [float] [CPF_Parm]
2609
+ W: number; // 0x000c (0x0004) [float] [CPF_Parm]
2610
+ ReturnValue: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2611
+ Q: FQuat; // 0x0020 (0x0010) [FQuat]
2612
+ };
2613
+
2614
+ /**
2615
+ * Function Core.Object.MakeRotationMatrix
2616
+ */
2617
+ export type Object_MakeRotationMatrix_Params = {
2618
+ Rotation: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
2619
+ ReturnValue: FMatrix; // 0x0010 (0x0040) [FMatrix] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2620
+ };
2621
+
2622
+ /**
2623
+ * Function Core.Object.MakeRotationTranslationMatrix
2624
+ */
2625
+ export type Object_MakeRotationTranslationMatrix_Params = {
2626
+ Translation: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2627
+ Rotation: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
2628
+ ReturnValue: FMatrix; // 0x0020 (0x0040) [FMatrix] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2629
+ };
2630
+
2631
+ /**
2632
+ * Function Core.Object.MakeRotator
2633
+ */
2634
+ export type Object_MakeRotator_Params = {
2635
+ Pitch: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2636
+ Yaw: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2637
+ Roll: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
2638
+ ReturnValue: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2639
+ R: FRotator; // 0x0018 (0x000c) [FRotator]
2640
+ };
2641
+
2642
+ /**
2643
+ * Function Core.Object.MakeVector
2644
+ */
2645
+ export type Object_MakeVector_Params = {
2646
+ X: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2647
+ Y: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2648
+ Z: number; // 0x0008 (0x0004) [float] [CPF_Parm]
2649
+ ReturnValue: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2650
+ V: FVector; // 0x0018 (0x000c) [FVector]
2651
+ };
2652
+
2653
+ /**
2654
+ * Function Core.Object.MakeVector2D
2655
+ */
2656
+ export type Object_MakeVector2D_Params = {
2657
+ X: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2658
+ Y: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2659
+ ReturnValue: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2660
+ V: FVector2D; // 0x0010 (0x0008) [FVector2D]
2661
+ };
2662
+
2663
+ /**
2664
+ * Function Core.Object.MarkPendingKill
2665
+ */
2666
+ export type Object_MarkPendingKill_Params = {};
2667
+
2668
+ /**
2669
+ * Function Core.Object.MatrixGetAxis
2670
+ */
2671
+ export type Object_MatrixGetAxis_Params = {
2672
+ TM: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
2673
+ Axis: EAxis; // 0x0040 (0x0001) [EAxis] [CPF_Parm]
2674
+ ReturnValue: FVector; // 0x0044 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2675
+ };
2676
+
2677
+ /**
2678
+ * Function Core.Object.MatrixGetOrigin
2679
+ */
2680
+ export type Object_MatrixGetOrigin_Params = {
2681
+ TM: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
2682
+ ReturnValue: FVector; // 0x0040 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2683
+ };
2684
+
2685
+ /**
2686
+ * Function Core.Object.MatrixGetRotator
2687
+ */
2688
+ export type Object_MatrixGetRotator_Params = {
2689
+ TM: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
2690
+ ReturnValue: FRotator; // 0x0040 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2691
+ };
2692
+
2693
+ /**
2694
+ * Function Core.Object.Max
2695
+ */
2696
+ export type Object_Max_Params = {
2697
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2698
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2699
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2700
+ };
2701
+
2702
+ /**
2703
+ * Function Core.Object.Mid
2704
+ */
2705
+ export type Object_Mid_Params = {
2706
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
2707
+ I: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
2708
+ J: number; // 0x0014 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
2709
+ ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2710
+ };
2711
+
2712
+ /**
2713
+ * Function Core.Object.Min
2714
+ */
2715
+ export type Object_Min_Params = {
2716
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2717
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2718
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2719
+ };
2720
+
2721
+ /**
2722
+ * Function Core.Object.MirrorVectorByNormal
2723
+ */
2724
+ export type Object_MirrorVectorByNormal_Params = {
2725
+ InVect: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2726
+ InNormal: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
2727
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2728
+ };
2729
+
2730
+ /**
2731
+ * Function Core.Object.Multiply_ColorFloat
2732
+ */
2733
+ export type Object_Multiply_ColorFloat_Params = {
2734
+ A: FColor; // 0x0000 (0x0004) [FColor] [CPF_Parm]
2735
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2736
+ ReturnValue: FColor; // 0x0008 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2737
+ };
2738
+
2739
+ /**
2740
+ * Function Core.Object.Multiply_FloatColor
2741
+ */
2742
+ export type Object_Multiply_FloatColor_Params = {
2743
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2744
+ B: FColor; // 0x0004 (0x0004) [FColor] [CPF_Parm]
2745
+ ReturnValue: FColor; // 0x0008 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2746
+ };
2747
+
2748
+ /**
2749
+ * Function Core.Object.Multiply_FloatFloat
2750
+ */
2751
+ export type Object_Multiply_FloatFloat_Params = {
2752
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2753
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2754
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2755
+ };
2756
+
2757
+ /**
2758
+ * Function Core.Object.Multiply_FloatRotator
2759
+ */
2760
+ export type Object_Multiply_FloatRotator_Params = {
2761
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2762
+ B: FRotator; // 0x0004 (0x000c) [FRotator] [CPF_Parm]
2763
+ ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2764
+ };
2765
+
2766
+ /**
2767
+ * Function Core.Object.Multiply_FloatVector
2768
+ */
2769
+ export type Object_Multiply_FloatVector_Params = {
2770
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2771
+ B: FVector; // 0x0004 (0x000c) [FVector] [CPF_Parm]
2772
+ ReturnValue: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2773
+ };
2774
+
2775
+ /**
2776
+ * Function Core.Object.Multiply_IntInt
2777
+ */
2778
+ export type Object_Multiply_IntInt_Params = {
2779
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2780
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
2781
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2782
+ };
2783
+
2784
+ /**
2785
+ * Function Core.Object.Multiply_LinearColorFloat
2786
+ */
2787
+ export type Object_Multiply_LinearColorFloat_Params = {
2788
+ LC: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
2789
+ Mult: number; // 0x0010 (0x0004) [float] [CPF_Parm]
2790
+ ReturnValue: FLinearColor; // 0x0014 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2791
+ };
2792
+
2793
+ /**
2794
+ * Function Core.Object.Multiply_MatrixMatrix
2795
+ */
2796
+ export type Object_Multiply_MatrixMatrix_Params = {
2797
+ A: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
2798
+ B: FMatrix; // 0x0040 (0x0040) [FMatrix] [CPF_Parm]
2799
+ ReturnValue: FMatrix; // 0x0080 (0x0040) [FMatrix] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2800
+ };
2801
+
2802
+ /**
2803
+ * Function Core.Object.Multiply_QWordQWord
2804
+ */
2805
+ export type Object_Multiply_QWordQWord_Params = {
2806
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
2807
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
2808
+ ReturnValue: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2809
+ };
2810
+
2811
+ /**
2812
+ * Function Core.Object.Multiply_RotatorFloat
2813
+ */
2814
+ export type Object_Multiply_RotatorFloat_Params = {
2815
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
2816
+ B: number; // 0x000c (0x0004) [float] [CPF_Parm]
2817
+ ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2818
+ };
2819
+
2820
+ /**
2821
+ * Function Core.Object.Multiply_Vector2DFloat
2822
+ */
2823
+ export type Object_Multiply_Vector2DFloat_Params = {
2824
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
2825
+ B: number; // 0x0008 (0x0004) [float] [CPF_Parm]
2826
+ ReturnValue: FVector2D; // 0x000c (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2827
+ };
2828
+
2829
+ /**
2830
+ * Function Core.Object.Multiply_VectorFloat
2831
+ */
2832
+ export type Object_Multiply_VectorFloat_Params = {
2833
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2834
+ B: number; // 0x000c (0x0004) [float] [CPF_Parm]
2835
+ ReturnValue: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2836
+ };
2837
+
2838
+ /**
2839
+ * Function Core.Object.Multiply_VectorVector
2840
+ */
2841
+ export type Object_Multiply_VectorVector_Params = {
2842
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2843
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
2844
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2845
+ };
2846
+
2847
+ /**
2848
+ * Function Core.Object.MultiplyEqual_ByteByte
2849
+ */
2850
+ export type Object_MultiplyEqual_ByteByte_Params = {
2851
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
2852
+ B: number; // 0x0001 (0x0001) [uint8] [CPF_Parm]
2853
+ ReturnValue: number; // 0x0002 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2854
+ };
2855
+
2856
+ /**
2857
+ * Function Core.Object.MultiplyEqual_ByteFloat
2858
+ */
2859
+ export type Object_MultiplyEqual_ByteFloat_Params = {
2860
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
2861
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2862
+ ReturnValue: number; // 0x0008 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2863
+ };
2864
+
2865
+ /**
2866
+ * Function Core.Object.MultiplyEqual_FloatFloat
2867
+ */
2868
+ export type Object_MultiplyEqual_FloatFloat_Params = {
2869
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm]
2870
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2871
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2872
+ };
2873
+
2874
+ /**
2875
+ * Function Core.Object.MultiplyEqual_IntFloat
2876
+ */
2877
+ export type Object_MultiplyEqual_IntFloat_Params = {
2878
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
2879
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2880
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2881
+ };
2882
+
2883
+ /**
2884
+ * Function Core.Object.MultiplyEqual_RotatorFloat
2885
+ */
2886
+ export type Object_MultiplyEqual_RotatorFloat_Params = {
2887
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm]
2888
+ B: number; // 0x000c (0x0004) [float] [CPF_Parm]
2889
+ ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2890
+ };
2891
+
2892
+ /**
2893
+ * Function Core.Object.MultiplyEqual_Vector2DFloat
2894
+ */
2895
+ export type Object_MultiplyEqual_Vector2DFloat_Params = {
2896
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm]
2897
+ B: number; // 0x0008 (0x0004) [float] [CPF_Parm]
2898
+ ReturnValue: FVector2D; // 0x000c (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2899
+ };
2900
+
2901
+ /**
2902
+ * Function Core.Object.MultiplyEqual_VectorFloat
2903
+ */
2904
+ export type Object_MultiplyEqual_VectorFloat_Params = {
2905
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
2906
+ B: number; // 0x000c (0x0004) [float] [CPF_Parm]
2907
+ ReturnValue: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2908
+ };
2909
+
2910
+ /**
2911
+ * Function Core.Object.MultiplyEqual_VectorVector
2912
+ */
2913
+ export type Object_MultiplyEqual_VectorVector_Params = {
2914
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
2915
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
2916
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2917
+ };
2918
+
2919
+ /**
2920
+ * Function Core.Object.MultiplyMultiply_FloatFloat
2921
+ */
2922
+ export type Object_MultiplyMultiply_FloatFloat_Params = {
2923
+ Base: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2924
+ Exp: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2925
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2926
+ };
2927
+
2928
+ /**
2929
+ * Function Core.Object.NewInstance
2930
+ */
2931
+ export type Object_NewInstance_Params = {
2932
+ ObjOuter: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm | CPF_OptionalParm]
2933
+ ObjName: FName; // 0x0008 (0x0008) [FName] [CPF_Parm | CPF_OptionalParm]
2934
+ ReturnValue: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
2935
+ };
2936
+
2937
+ /**
2938
+ * Function Core.Object.Normal
2939
+ */
2940
+ export type Object_Normal_Params = {
2941
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2942
+ ReturnValue: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2943
+ };
2944
+
2945
+ /**
2946
+ * Function Core.Object.Normal2D
2947
+ */
2948
+ export type Object_Normal2D_Params = {
2949
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
2950
+ ReturnValue: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2951
+ };
2952
+
2953
+ /**
2954
+ * Function Core.Object.Normalize
2955
+ */
2956
+ export type Object_Normalize_Params = {
2957
+ Rot: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
2958
+ ReturnValue: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2959
+ };
2960
+
2961
+ /**
2962
+ * Function Core.Object.NormalizeRotAxis
2963
+ */
2964
+ export type Object_NormalizeRotAxis_Params = {
2965
+ Angle: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
2966
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2967
+ };
2968
+
2969
+ /**
2970
+ * Function Core.Object.Not_PreBool
2971
+ */
2972
+ export type Object_Not_PreBool_Params = {
2973
+ A: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2974
+ ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2975
+ };
2976
+
2977
+ /**
2978
+ * Function Core.Object.NotEqual_BoolBool
2979
+ */
2980
+ export type Object_NotEqual_BoolBool_Params = {
2981
+ A: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
2982
+ B: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
2983
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2984
+ };
2985
+
2986
+ /**
2987
+ * Function Core.Object.NotEqual_FloatFloat
2988
+ */
2989
+ export type Object_NotEqual_FloatFloat_Params = {
2990
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
2991
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
2992
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
2993
+ };
2994
+
2995
+ /**
2996
+ * Function Core.Object.NotEqual_InterfaceInterface
2997
+ */
2998
+ export type Object_NotEqual_InterfaceInterface_Params = {
2999
+ A: UInterface; // 0x0000 (0x0010) [UInterface*] [CPF_Parm]
3000
+ B: UInterface; // 0x0010 (0x0010) [UInterface*] [CPF_Parm]
3001
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3002
+ };
3003
+
3004
+ /**
3005
+ * Function Core.Object.NotEqual_IntInt
3006
+ */
3007
+ export type Object_NotEqual_IntInt_Params = {
3008
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3009
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3010
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3011
+ };
3012
+
3013
+ /**
3014
+ * Function Core.Object.NotEqual_NameName
3015
+ */
3016
+ export type Object_NotEqual_NameName_Params = {
3017
+ A: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
3018
+ B: FName; // 0x0008 (0x0008) [FName] [CPF_Parm]
3019
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3020
+ };
3021
+
3022
+ /**
3023
+ * Function Core.Object.NotEqual_ObjectObject
3024
+ */
3025
+ export type Object_NotEqual_ObjectObject_Params = {
3026
+ A: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
3027
+ B: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm]
3028
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3029
+ };
3030
+
3031
+ /**
3032
+ * Function Core.Object.NotEqual_QWordInt
3033
+ */
3034
+ export type Object_NotEqual_QWordInt_Params = {
3035
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
3036
+ B: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
3037
+ ReturnValue: boolean; // 0x000c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3038
+ };
3039
+
3040
+ /**
3041
+ * Function Core.Object.NotEqual_QWordQWord
3042
+ */
3043
+ export type Object_NotEqual_QWordQWord_Params = {
3044
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
3045
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
3046
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3047
+ };
3048
+
3049
+ /**
3050
+ * Function Core.Object.NotEqual_RotatorRotator
3051
+ */
3052
+ export type Object_NotEqual_RotatorRotator_Params = {
3053
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3054
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3055
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3056
+ };
3057
+
3058
+ /**
3059
+ * Function Core.Object.NotEqual_StrStr
3060
+ */
3061
+ export type Object_NotEqual_StrStr_Params = {
3062
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3063
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3064
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3065
+ };
3066
+
3067
+ /**
3068
+ * Function Core.Object.NotEqual_VectorVector
3069
+ */
3070
+ export type Object_NotEqual_VectorVector_Params = {
3071
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3072
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3073
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3074
+ };
3075
+
3076
+ /**
3077
+ * Function Core.Object.NotNone
3078
+ */
3079
+ export type Object_NotNone_Params = {
3080
+ O: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
3081
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3082
+ };
3083
+
3084
+ /**
3085
+ * Function Core.Object.NoZDot
3086
+ */
3087
+ export type Object_NoZDot_Params = {
3088
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3089
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3090
+ ReturnValue: number; // 0x0018 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3091
+ };
3092
+
3093
+ /**
3094
+ * Function Core.Object.Or_IntInt
3095
+ */
3096
+ export type Object_Or_IntInt_Params = {
3097
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3098
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3099
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3100
+ };
3101
+
3102
+ /**
3103
+ * Function Core.Object.OrOr_BoolBool
3104
+ */
3105
+ export type Object_OrOr_BoolBool_Params = {
3106
+ A: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
3107
+ B: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
3108
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3109
+ };
3110
+
3111
+ /**
3112
+ * Function Core.Object.OrthoRotation
3113
+ */
3114
+ export type Object_OrthoRotation_Params = {
3115
+ X: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3116
+ Y: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3117
+ Z: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm]
3118
+ ReturnValue: FRotator; // 0x0024 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3119
+ };
3120
+
3121
+ /**
3122
+ * Function Core.Object.PadRight
3123
+ */
3124
+ export type Object_PadRight_Params = {
3125
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3126
+ WidthChars: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
3127
+ ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3128
+ SourceLen: number; // 0x0028 (0x0004) [int32]
3129
+ };
3130
+
3131
+ /**
3132
+ * Function Core.Object.PadString
3133
+ */
3134
+ export type Object_PadString_Params = {
3135
+ Str: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3136
+ Characters: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
3137
+ ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3138
+ PadIdx: number; // 0x0028 (0x0004) [int32]
3139
+ };
3140
+
3141
+ /**
3142
+ * Function Core.Object.ParseLocalizedPropertyPath
3143
+ */
3144
+ export type Object_ParseLocalizedPropertyPath_Params = {
3145
+ PathName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3146
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3147
+ Pieces: string[]; // 0x0020 (0x0010) [TArray<FString>]
3148
+ };
3149
+
3150
+ /**
3151
+ * Function Core.Object.ParseStringIntoArray
3152
+ */
3153
+ export type Object_ParseStringIntoArray_Params = {
3154
+ BaseString: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3155
+ Pieces: string[]; // 0x0010 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm]
3156
+ delim: string; // 0x0020 (0x0010) [FString] [CPF_Parm]
3157
+ bCullEmpty: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm]
3158
+ };
3159
+
3160
+ /**
3161
+ * Function Core.Object.PathName
3162
+ */
3163
+ export type Object_PathName_Params = {
3164
+ CheckObject: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
3165
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3166
+ };
3167
+
3168
+ /**
3169
+ * Function Core.Object.PausedState
3170
+ */
3171
+ export type Object_PausedState_Params = {};
3172
+
3173
+ /**
3174
+ * Function Core.Object.Percent_FloatFloat
3175
+ */
3176
+ export type Object_Percent_FloatFloat_Params = {
3177
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3178
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
3179
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3180
+ };
3181
+
3182
+ /**
3183
+ * Function Core.Object.Percent_IntInt
3184
+ */
3185
+ export type Object_Percent_IntInt_Params = {
3186
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3187
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3188
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3189
+ };
3190
+
3191
+ /**
3192
+ * Function Core.Object.PointDistToLine
3193
+ */
3194
+ export type Object_PointDistToLine_Params = {
3195
+ Point: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3196
+ Line: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3197
+ Origin: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm]
3198
+ OutClosestPoint: FVector; // 0x0024 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_OptionalParm]
3199
+ ReturnValue: number; // 0x0030 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3200
+ };
3201
+
3202
+ /**
3203
+ * Function Core.Object.PointDistToPlane
3204
+ */
3205
+ export type Object_PointDistToPlane_Params = {
3206
+ Point: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3207
+ Orientation: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3208
+ Origin: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm]
3209
+ out_ClosestPoint: FVector; // 0x0024 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_OptionalParm]
3210
+ ReturnValue: number; // 0x0030 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3211
+ AxisX: FVector; // 0x0034 (0x000c) [FVector]
3212
+ AxisY: FVector; // 0x0040 (0x000c) [FVector]
3213
+ AxisZ: FVector; // 0x004c (0x000c) [FVector]
3214
+ PointNoZ: FVector; // 0x0058 (0x000c) [FVector]
3215
+ OriginNoZ: FVector; // 0x0064 (0x000c) [FVector]
3216
+ fPointZ: number; // 0x0070 (0x0004) [float]
3217
+ fProjDistToAxis: number; // 0x0074 (0x0004) [float]
3218
+ };
3219
+
3220
+ /**
3221
+ * Function Core.Object.PointDistToSegment
3222
+ */
3223
+ export type Object_PointDistToSegment_Params = {
3224
+ Point: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3225
+ StartPoint: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3226
+ EndPoint: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm]
3227
+ OutClosestPoint: FVector; // 0x0024 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_OptionalParm]
3228
+ ReturnValue: number; // 0x0030 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3229
+ };
3230
+
3231
+ /**
3232
+ * Function Core.Object.PointProjectToPlane
3233
+ */
3234
+ export type Object_PointProjectToPlane_Params = {
3235
+ Point: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3236
+ A: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3237
+ B: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm]
3238
+ C: FVector; // 0x0024 (0x000c) [FVector] [CPF_Parm]
3239
+ ReturnValue: FVector; // 0x0030 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3240
+ };
3241
+
3242
+ /**
3243
+ * Function Core.Object.PoppedState
3244
+ */
3245
+ export type Object_PoppedState_Params = {};
3246
+
3247
+ /**
3248
+ * Function Core.Object.PopState
3249
+ */
3250
+ export type Object_PopState_Params = {
3251
+ bPopAll: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
3252
+ };
3253
+
3254
+ /**
3255
+ * Function Core.Object.PrintDebugInfo
3256
+ */
3257
+ export type Object_PrintDebugInfo_Params = {
3258
+ Drawer: UDebugDrawer; // 0x0000 (0x0008) [UDebugDrawer*] [CPF_Parm]
3259
+ };
3260
+
3261
+ /**
3262
+ * Function Core.Object.ProfNodeEvent
3263
+ */
3264
+ export type Object_ProfNodeEvent_Params = {
3265
+ EventName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3266
+ };
3267
+
3268
+ /**
3269
+ * Function Core.Object.ProfNodeSetDepthThreshold
3270
+ */
3271
+ export type Object_ProfNodeSetDepthThreshold_Params = {
3272
+ Depth: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3273
+ };
3274
+
3275
+ /**
3276
+ * Function Core.Object.ProfNodeSetTimeThresholdSeconds
3277
+ */
3278
+ export type Object_ProfNodeSetTimeThresholdSeconds_Params = {
3279
+ Threshold: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3280
+ };
3281
+
3282
+ /**
3283
+ * Function Core.Object.ProfNodeStart
3284
+ */
3285
+ export type Object_ProfNodeStart_Params = {
3286
+ TimerName: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3287
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3288
+ };
3289
+
3290
+ /**
3291
+ * Function Core.Object.ProfNodeStop
3292
+ */
3293
+ export type Object_ProfNodeStop_Params = {
3294
+ AssumedTimerIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
3295
+ };
3296
+
3297
+ /**
3298
+ * Function Core.Object.ProjectOnTo
3299
+ */
3300
+ export type Object_ProjectOnTo_Params = {
3301
+ X: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3302
+ Y: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3303
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3304
+ };
3305
+
3306
+ /**
3307
+ * Function Core.Object.ProjectOnToPlane
3308
+ */
3309
+ export type Object_ProjectOnToPlane_Params = {
3310
+ InVector: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3311
+ InNormal: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3312
+ OverBounce: number; // 0x0018 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
3313
+ ReturnValue: FVector; // 0x001c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3314
+ };
3315
+
3316
+ /**
3317
+ * Function Core.Object.PushedState
3318
+ */
3319
+ export type Object_PushedState_Params = {};
3320
+
3321
+ /**
3322
+ * Function Core.Object.PushState
3323
+ */
3324
+ export type Object_PushState_Params = {
3325
+ NewState: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
3326
+ NewLabel: FName; // 0x0008 (0x0008) [FName] [CPF_Parm | CPF_OptionalParm]
3327
+ };
3328
+
3329
+ /**
3330
+ * Function Core.Object.QMax
3331
+ */
3332
+ export type Object_QMax_Params = {
3333
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
3334
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
3335
+ ReturnValue: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3336
+ };
3337
+
3338
+ /**
3339
+ * Function Core.Object.QMin
3340
+ */
3341
+ export type Object_QMin_Params = {
3342
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
3343
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
3344
+ ReturnValue: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3345
+ };
3346
+
3347
+ /**
3348
+ * Function Core.Object.QSubtractNoUnderflow
3349
+ */
3350
+ export type Object_QSubtractNoUnderflow_Params = {
3351
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
3352
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
3353
+ ReturnValue: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3354
+ };
3355
+
3356
+ /**
3357
+ * Function Core.Object.QuatDot
3358
+ */
3359
+ export type Object_QuatDot_Params = {
3360
+ A: FQuat; // 0x0000 (0x0010) [FQuat] [CPF_Parm]
3361
+ B: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm]
3362
+ ReturnValue: number; // 0x0020 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3363
+ };
3364
+
3365
+ /**
3366
+ * Function Core.Object.QuatFindBetween
3367
+ */
3368
+ export type Object_QuatFindBetween_Params = {
3369
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3370
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3371
+ ReturnValue: FQuat; // 0x0020 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3372
+ };
3373
+
3374
+ /**
3375
+ * Function Core.Object.QuatFromAxisAndAngle
3376
+ */
3377
+ export type Object_QuatFromAxisAndAngle_Params = {
3378
+ Axis: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3379
+ Angle: number; // 0x000c (0x0004) [float] [CPF_Parm]
3380
+ ReturnValue: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3381
+ };
3382
+
3383
+ /**
3384
+ * Function Core.Object.QuatFromRotator
3385
+ */
3386
+ export type Object_QuatFromRotator_Params = {
3387
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3388
+ ReturnValue: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3389
+ };
3390
+
3391
+ /**
3392
+ * Function Core.Object.QuatInvert
3393
+ */
3394
+ export type Object_QuatInvert_Params = {
3395
+ A: FQuat; // 0x0000 (0x0010) [FQuat] [CPF_Parm]
3396
+ ReturnValue: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3397
+ };
3398
+
3399
+ /**
3400
+ * Function Core.Object.QuatProduct
3401
+ */
3402
+ export type Object_QuatProduct_Params = {
3403
+ A: FQuat; // 0x0000 (0x0010) [FQuat] [CPF_Parm]
3404
+ B: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm]
3405
+ ReturnValue: FQuat; // 0x0020 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3406
+ };
3407
+
3408
+ /**
3409
+ * Function Core.Object.QuatRotateVector
3410
+ */
3411
+ export type Object_QuatRotateVector_Params = {
3412
+ A: FQuat; // 0x0000 (0x0010) [FQuat] [CPF_Parm]
3413
+ B: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm]
3414
+ ReturnValue: FVector; // 0x001c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3415
+ };
3416
+
3417
+ /**
3418
+ * Function Core.Object.QuatSlerp
3419
+ */
3420
+ export type Object_QuatSlerp_Params = {
3421
+ A: FQuat; // 0x0000 (0x0010) [FQuat] [CPF_Parm]
3422
+ B: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm]
3423
+ Alpha: number; // 0x0020 (0x0004) [float] [CPF_Parm]
3424
+ bShortestPath: boolean; // 0x0024 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
3425
+ ReturnValue: FQuat; // 0x0030 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3426
+ };
3427
+
3428
+ /**
3429
+ * Function Core.Object.QuatToRotator
3430
+ */
3431
+ export type Object_QuatToRotator_Params = {
3432
+ A: FQuat; // 0x0000 (0x0010) [FQuat] [CPF_Parm]
3433
+ ReturnValue: FRotator; // 0x0010 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3434
+ };
3435
+
3436
+ /**
3437
+ * Function Core.Object.Rand
3438
+ */
3439
+ export type Object_Rand_Params = {
3440
+ Max: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3441
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3442
+ };
3443
+
3444
+ /**
3445
+ * Function Core.Object.RandRange
3446
+ */
3447
+ export type Object_RandRange_Params = {
3448
+ InMin: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3449
+ InMax: number; // 0x0004 (0x0004) [float] [CPF_Parm]
3450
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3451
+ };
3452
+
3453
+ /**
3454
+ * Function Core.Object.RandSign
3455
+ */
3456
+ export type Object_RandSign_Params = {
3457
+ Value: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OptionalParm]
3458
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3459
+ };
3460
+
3461
+ /**
3462
+ * Function Core.Object.RangeByteToFloatSigned
3463
+ */
3464
+ export type Object_RangeByteToFloatSigned_Params = {
3465
+ inputByte: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
3466
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3467
+ };
3468
+
3469
+ /**
3470
+ * Function Core.Object.RangeByteToFloatUnsigned
3471
+ */
3472
+ export type Object_RangeByteToFloatUnsigned_Params = {
3473
+ inputByte: number; // 0x0000 (0x0001) [uint8] [CPF_Parm]
3474
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3475
+ };
3476
+
3477
+ /**
3478
+ * Function Core.Object.RDiff
3479
+ */
3480
+ export type Object_RDiff_Params = {
3481
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3482
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3483
+ ReturnValue: number; // 0x0018 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3484
+ };
3485
+
3486
+ /**
3487
+ * Function Core.Object.RepeatString
3488
+ */
3489
+ export type Object_RepeatString_Params = {
3490
+ InValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3491
+ Count: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
3492
+ ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3493
+ NewString: string; // 0x0028 (0x0010) [FString]
3494
+ I: number; // 0x0038 (0x0004) [int32]
3495
+ };
3496
+
3497
+ /**
3498
+ * Function Core.Object.Repl
3499
+ */
3500
+ export type Object_Repl_Params = {
3501
+ Src: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3502
+ Match: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3503
+ With: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3504
+ bCaseSensitive: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
3505
+ ReturnValue: string; // 0x0038 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3506
+ };
3507
+
3508
+ /**
3509
+ * Function Core.Object.RGBtoHSV
3510
+ */
3511
+ export type Object_RGBtoHSV_Params = {
3512
+ C: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
3513
+ ReturnValue: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3514
+ };
3515
+
3516
+ /**
3517
+ * Function Core.Object.RGBtoLAB
3518
+ */
3519
+ export type Object_RGBtoLAB_Params = {
3520
+ C: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
3521
+ ReturnValue: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3522
+ };
3523
+
3524
+ /**
3525
+ * Function Core.Object.Right
3526
+ */
3527
+ export type Object_Right_Params = {
3528
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3529
+ I: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
3530
+ ReturnValue: string; // 0x0018 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3531
+ };
3532
+
3533
+ /**
3534
+ * Function Core.Object.RInterpTo
3535
+ */
3536
+ export type Object_RInterpTo_Params = {
3537
+ Current: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3538
+ Target: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3539
+ DeltaTime: number; // 0x0018 (0x0004) [float] [CPF_Parm]
3540
+ InterpSpeed: number; // 0x001c (0x0004) [float] [CPF_Parm]
3541
+ bConstantInterpSpeed: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
3542
+ ReturnValue: FRotator; // 0x0024 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3543
+ };
3544
+
3545
+ /**
3546
+ * Function Core.Object.RLerp
3547
+ */
3548
+ export type Object_RLerp_Params = {
3549
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3550
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3551
+ Alpha: number; // 0x0018 (0x0004) [float] [CPF_Parm]
3552
+ bShortestPath: boolean; // 0x001c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
3553
+ ReturnValue: FRotator; // 0x0020 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3554
+ };
3555
+
3556
+ /**
3557
+ * Function Core.Object.RotateRotator
3558
+ */
3559
+ export type Object_RotateRotator_Params = {
3560
+ Axis: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3561
+ Rot: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3562
+ Direction: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm]
3563
+ Amount: number; // 0x0024 (0x0004) [float] [CPF_Parm]
3564
+ ReturnValue: FRotator; // 0x0028 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3565
+ };
3566
+
3567
+ /**
3568
+ * Function Core.Object.RotatorFromInt
3569
+ */
3570
+ export type Object_RotatorFromInt_Params = {
3571
+ RotationPitchAndYaw: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3572
+ ReturnValue: FRotator; // 0x0004 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3573
+ Rotation: FRotator; // 0x0010 (0x000c) [FRotator]
3574
+ };
3575
+
3576
+ /**
3577
+ * Function Core.Object.RotatorToInt
3578
+ */
3579
+ export type Object_RotatorToInt_Params = {
3580
+ Rotation: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3581
+ ReturnValue: number; // 0x000c (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3582
+ };
3583
+
3584
+ /**
3585
+ * Function Core.Object.RotRand
3586
+ */
3587
+ export type Object_RotRand_Params = {
3588
+ bRoll: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
3589
+ ReturnValue: FRotator; // 0x0004 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3590
+ };
3591
+
3592
+ /**
3593
+ * Function Core.Object.Round
3594
+ */
3595
+ export type Object_Round_Params = {
3596
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3597
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3598
+ };
3599
+
3600
+ /**
3601
+ * Function Core.Object.RSize
3602
+ */
3603
+ export type Object_RSize_Params = {
3604
+ R: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3605
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3606
+ };
3607
+
3608
+ /**
3609
+ * Function Core.Object.RSmoothInterpTo
3610
+ */
3611
+ export type Object_RSmoothInterpTo_Params = {
3612
+ From: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3613
+ To: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3614
+ Lambda: number; // 0x0018 (0x0004) [float] [CPF_Parm]
3615
+ DeltaTime: number; // 0x001c (0x0004) [float] [CPF_Parm]
3616
+ ReturnValue: FRotator; // 0x0020 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3617
+ };
3618
+
3619
+ /**
3620
+ * Function Core.Object.RTransform
3621
+ */
3622
+ export type Object_RTransform_Params = {
3623
+ R: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3624
+ RBasis: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3625
+ ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3626
+ };
3627
+
3628
+ /**
3629
+ * Function Core.Object.RunningAverage
3630
+ */
3631
+ export type Object_RunningAverage_Params = {
3632
+ OldAverage: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3633
+ NewValue: number; // 0x0004 (0x0004) [float] [CPF_Parm]
3634
+ NewCount: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
3635
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3636
+ };
3637
+
3638
+ /**
3639
+ * Function Core.Object.SaveConfig
3640
+ */
3641
+ export type Object_SaveConfig_Params = {};
3642
+
3643
+ /**
3644
+ * Function Core.Object.SClampRotAxis
3645
+ */
3646
+ export type Object_SClampRotAxis_Params = {
3647
+ DeltaTime: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3648
+ ViewAxis: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3649
+ out_DeltaViewAxis: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
3650
+ MaxLimit: number; // 0x000c (0x0004) [int32] [CPF_Parm]
3651
+ MinLimit: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
3652
+ InterpolationSpeed: number; // 0x0014 (0x0004) [float] [CPF_Parm]
3653
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3654
+ bClamped: boolean; // 0x001c (0x0004) [bool : 0x1]
3655
+ };
3656
+
3657
+ /**
3658
+ * Function Core.Object.ScriptTrace
3659
+ */
3660
+ export type Object_ScriptTrace_Params = {};
3661
+
3662
+ /**
3663
+ * Function Core.Object.SetRooted
3664
+ */
3665
+ export type Object_SetRooted_Params = {
3666
+ bRooted: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
3667
+ };
3668
+
3669
+ /**
3670
+ * Function Core.Object.SetUTracing
3671
+ */
3672
+ export type Object_SetUTracing_Params = {
3673
+ bShouldUTrace: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
3674
+ };
3675
+
3676
+ /**
3677
+ * Function Core.Object.Sign
3678
+ */
3679
+ export type Object_Sign_Params = {
3680
+ X: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3681
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3682
+ };
3683
+
3684
+ /**
3685
+ * Function Core.Object.Sin
3686
+ */
3687
+ export type Object_Sin_Params = {
3688
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3689
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3690
+ };
3691
+
3692
+ /**
3693
+ * Function Core.Object.SolveVelocityQuadratic
3694
+ */
3695
+ export type Object_SolveVelocityQuadratic_Params = {
3696
+ Distance: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3697
+ Speed: number; // 0x0004 (0x0004) [float] [CPF_Parm]
3698
+ Accel: number; // 0x0008 (0x0004) [float] [CPF_Parm]
3699
+ Time: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm]
3700
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3701
+ };
3702
+
3703
+ /**
3704
+ * Function Core.Object.SortAscendingFloat
3705
+ */
3706
+ export type Object_SortAscendingFloat_Params = {
3707
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3708
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
3709
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3710
+ };
3711
+
3712
+ /**
3713
+ * Function Core.Object.SortAscendingInt
3714
+ */
3715
+ export type Object_SortAscendingInt_Params = {
3716
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3717
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3718
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3719
+ };
3720
+
3721
+ /**
3722
+ * Function Core.Object.SortAscendingQWORD
3723
+ */
3724
+ export type Object_SortAscendingQWORD_Params = {
3725
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
3726
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
3727
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3728
+ };
3729
+
3730
+ /**
3731
+ * Function Core.Object.SortAscendingString
3732
+ */
3733
+ export type Object_SortAscendingString_Params = {
3734
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3735
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3736
+ ReturnValue: number; // 0x0020 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3737
+ };
3738
+
3739
+ /**
3740
+ * Function Core.Object.SortDescendingFloat
3741
+ */
3742
+ export type Object_SortDescendingFloat_Params = {
3743
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3744
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
3745
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3746
+ };
3747
+
3748
+ /**
3749
+ * Function Core.Object.SortDescendingInt
3750
+ */
3751
+ export type Object_SortDescendingInt_Params = {
3752
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3753
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3754
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3755
+ };
3756
+
3757
+ /**
3758
+ * Function Core.Object.SortDescendingQWORD
3759
+ */
3760
+ export type Object_SortDescendingQWORD_Params = {
3761
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
3762
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
3763
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3764
+ };
3765
+
3766
+ /**
3767
+ * Function Core.Object.SortDescendingString
3768
+ */
3769
+ export type Object_SortDescendingString_Params = {
3770
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3771
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
3772
+ ReturnValue: number; // 0x0020 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3773
+ };
3774
+
3775
+ /**
3776
+ * Function Core.Object.Split
3777
+ */
3778
+ export type Object_Split_Params = {
3779
+ Text: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3780
+ SplitStr: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3781
+ bOmitSplitStr: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
3782
+ ReturnValue: string; // 0x0028 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3783
+ pos: number; // 0x0038 (0x0004) [int32]
3784
+ };
3785
+
3786
+ /**
3787
+ * Function Core.Object.SplitString
3788
+ */
3789
+ export type Object_SplitString_Params = {
3790
+ Source: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
3791
+ Delimiter: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
3792
+ bCullEmpty: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
3793
+ ReturnValue: string[]; // 0x0028 (0x0010) [TArray<FString>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3794
+ Result: string[]; // 0x0038 (0x0010) [TArray<FString>]
3795
+ };
3796
+
3797
+ /**
3798
+ * Function Core.Object.Sqrt
3799
+ */
3800
+ export type Object_Sqrt_Params = {
3801
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3802
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3803
+ };
3804
+
3805
+ /**
3806
+ * Function Core.Object.Square
3807
+ */
3808
+ export type Object_Square_Params = {
3809
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3810
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3811
+ };
3812
+
3813
+ /**
3814
+ * Function Core.Object.StartsWith
3815
+ */
3816
+ export type Object_StartsWith_Params = {
3817
+ Src: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3818
+ Prefix: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3819
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3820
+ };
3821
+
3822
+ /**
3823
+ * Function Core.Object.StaticSaveConfig
3824
+ */
3825
+ export type Object_StaticSaveConfig_Params = {};
3826
+
3827
+ /**
3828
+ * Function Core.Object.Subtract_ColorColor
3829
+ */
3830
+ export type Object_Subtract_ColorColor_Params = {
3831
+ A: FColor; // 0x0000 (0x0004) [FColor] [CPF_Parm]
3832
+ B: FColor; // 0x0004 (0x0004) [FColor] [CPF_Parm]
3833
+ ReturnValue: FColor; // 0x0008 (0x0004) [FColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3834
+ };
3835
+
3836
+ /**
3837
+ * Function Core.Object.Subtract_FloatFloat
3838
+ */
3839
+ export type Object_Subtract_FloatFloat_Params = {
3840
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3841
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
3842
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3843
+ };
3844
+
3845
+ /**
3846
+ * Function Core.Object.Subtract_IntInt
3847
+ */
3848
+ export type Object_Subtract_IntInt_Params = {
3849
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3850
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3851
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3852
+ };
3853
+
3854
+ /**
3855
+ * Function Core.Object.Subtract_LinearColorLinearColor
3856
+ */
3857
+ export type Object_Subtract_LinearColorLinearColor_Params = {
3858
+ A: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm]
3859
+ B: FLinearColor; // 0x0010 (0x0010) [FLinearColor] [CPF_Parm]
3860
+ ReturnValue: FLinearColor; // 0x0020 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3861
+ };
3862
+
3863
+ /**
3864
+ * Function Core.Object.Subtract_PreFloat
3865
+ */
3866
+ export type Object_Subtract_PreFloat_Params = {
3867
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
3868
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3869
+ };
3870
+
3871
+ /**
3872
+ * Function Core.Object.Subtract_PreInt
3873
+ */
3874
+ export type Object_Subtract_PreInt_Params = {
3875
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
3876
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3877
+ };
3878
+
3879
+ /**
3880
+ * Function Core.Object.Subtract_PreVector
3881
+ */
3882
+ export type Object_Subtract_PreVector_Params = {
3883
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3884
+ ReturnValue: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3885
+ };
3886
+
3887
+ /**
3888
+ * Function Core.Object.Subtract_QuatQuat
3889
+ */
3890
+ export type Object_Subtract_QuatQuat_Params = {
3891
+ A: FQuat; // 0x0000 (0x0010) [FQuat] [CPF_Parm]
3892
+ B: FQuat; // 0x0010 (0x0010) [FQuat] [CPF_Parm]
3893
+ ReturnValue: FQuat; // 0x0020 (0x0010) [FQuat] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3894
+ };
3895
+
3896
+ /**
3897
+ * Function Core.Object.Subtract_QWordQWord
3898
+ */
3899
+ export type Object_Subtract_QWordQWord_Params = {
3900
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
3901
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
3902
+ ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3903
+ };
3904
+
3905
+ /**
3906
+ * Function Core.Object.Subtract_RotatorRotator
3907
+ */
3908
+ export type Object_Subtract_RotatorRotator_Params = {
3909
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
3910
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3911
+ ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3912
+ };
3913
+
3914
+ /**
3915
+ * Function Core.Object.Subtract_Vector2DVector2D
3916
+ */
3917
+ export type Object_Subtract_Vector2DVector2D_Params = {
3918
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
3919
+ B: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm]
3920
+ ReturnValue: FVector2D; // 0x0010 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3921
+ };
3922
+
3923
+ /**
3924
+ * Function Core.Object.Subtract_VectorVector
3925
+ */
3926
+ export type Object_Subtract_VectorVector_Params = {
3927
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
3928
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
3929
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3930
+ };
3931
+
3932
+ /**
3933
+ * Function Core.Object.SubtractEqual_ByteByte
3934
+ */
3935
+ export type Object_SubtractEqual_ByteByte_Params = {
3936
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
3937
+ B: number; // 0x0001 (0x0001) [uint8] [CPF_Parm]
3938
+ ReturnValue: number; // 0x0002 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3939
+ };
3940
+
3941
+ /**
3942
+ * Function Core.Object.SubtractEqual_FloatFloat
3943
+ */
3944
+ export type Object_SubtractEqual_FloatFloat_Params = {
3945
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm]
3946
+ B: number; // 0x0004 (0x0004) [float] [CPF_Parm]
3947
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3948
+ };
3949
+
3950
+ /**
3951
+ * Function Core.Object.SubtractEqual_IntInt
3952
+ */
3953
+ export type Object_SubtractEqual_IntInt_Params = {
3954
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
3955
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
3956
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3957
+ };
3958
+
3959
+ /**
3960
+ * Function Core.Object.SubtractEqual_QWordQWord
3961
+ */
3962
+ export type Object_SubtractEqual_QWordQWord_Params = {
3963
+ A: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm | CPF_OutParm]
3964
+ B: bigint; // 0x0008 (0x0008) [uint64] [CPF_Parm]
3965
+ ReturnValue: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3966
+ };
3967
+
3968
+ /**
3969
+ * Function Core.Object.SubtractEqual_RotatorRotator
3970
+ */
3971
+ export type Object_SubtractEqual_RotatorRotator_Params = {
3972
+ A: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm]
3973
+ B: FRotator; // 0x000c (0x000c) [FRotator] [CPF_Parm]
3974
+ ReturnValue: FRotator; // 0x0018 (0x000c) [FRotator] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3975
+ };
3976
+
3977
+ /**
3978
+ * Function Core.Object.SubtractEqual_StrStr
3979
+ */
3980
+ export type Object_SubtractEqual_StrStr_Params = {
3981
+ A: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
3982
+ B: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
3983
+ ReturnValue: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3984
+ };
3985
+
3986
+ /**
3987
+ * Function Core.Object.SubtractEqual_Vector2DVector2D
3988
+ */
3989
+ export type Object_SubtractEqual_Vector2DVector2D_Params = {
3990
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm]
3991
+ B: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm]
3992
+ ReturnValue: FVector2D; // 0x0010 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
3993
+ };
3994
+
3995
+ /**
3996
+ * Function Core.Object.SubtractEqual_VectorVector
3997
+ */
3998
+ export type Object_SubtractEqual_VectorVector_Params = {
3999
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm | CPF_OutParm]
4000
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
4001
+ ReturnValue: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4002
+ };
4003
+
4004
+ /**
4005
+ * Function Core.Object.SubtractSubtract_Byte
4006
+ */
4007
+ export type Object_SubtractSubtract_Byte_Params = {
4008
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
4009
+ ReturnValue: number; // 0x0001 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4010
+ };
4011
+
4012
+ /**
4013
+ * Function Core.Object.SubtractSubtract_Int
4014
+ */
4015
+ export type Object_SubtractSubtract_Int_Params = {
4016
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
4017
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4018
+ };
4019
+
4020
+ /**
4021
+ * Function Core.Object.SubtractSubtract_PreByte
4022
+ */
4023
+ export type Object_SubtractSubtract_PreByte_Params = {
4024
+ A: number; // 0x0000 (0x0001) [uint8] [CPF_Parm | CPF_OutParm]
4025
+ ReturnValue: number; // 0x0001 (0x0001) [uint8] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4026
+ };
4027
+
4028
+ /**
4029
+ * Function Core.Object.SubtractSubtract_PreInt
4030
+ */
4031
+ export type Object_SubtractSubtract_PreInt_Params = {
4032
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm]
4033
+ ReturnValue: number; // 0x0004 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4034
+ };
4035
+
4036
+ /**
4037
+ * Function Core.Object.SumFloat
4038
+ */
4039
+ export type Object_SumFloat_Params = {
4040
+ Total: number; // 0x0000 (0x0004) [float] [CPF_Parm]
4041
+ Value: number; // 0x0004 (0x0004) [float] [CPF_Parm]
4042
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4043
+ };
4044
+
4045
+ /**
4046
+ * Function Core.Object.SumInt
4047
+ */
4048
+ export type Object_SumInt_Params = {
4049
+ Total: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
4050
+ Value: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
4051
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4052
+ };
4053
+
4054
+ /**
4055
+ * Function Core.Object.Swap
4056
+ */
4057
+ export type Object_Swap_Params = {};
4058
+
4059
+ /**
4060
+ * Function Core.Object.SwapArrayItems
4061
+ */
4062
+ export type Object_SwapArrayItems_Params = {};
4063
+
4064
+ /**
4065
+ * Function Core.Object.Tan
4066
+ */
4067
+ export type Object_Tan_Params = {
4068
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
4069
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4070
+ };
4071
+
4072
+ /**
4073
+ * Function Core.Object.TCharToUTF8
4074
+ */
4075
+ export type Object_TCharToUTF8_Params = {
4076
+ Src: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4077
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4078
+ };
4079
+
4080
+ /**
4081
+ * Function Core.Object.TimeStamp
4082
+ */
4083
+ export type Object_TimeStamp_Params = {
4084
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4085
+ };
4086
+
4087
+ /**
4088
+ * Function Core.Object.ToHex
4089
+ */
4090
+ export type Object_ToHex_Params = {
4091
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
4092
+ ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4093
+ };
4094
+
4095
+ /**
4096
+ * Function Core.Object.ToJson
4097
+ */
4098
+ export type Object_ToJson_Params = {
4099
+ ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4100
+ };
4101
+
4102
+ /**
4103
+ * Function Core.Object.TransformNormal
4104
+ */
4105
+ export type Object_TransformNormal_Params = {
4106
+ TM: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
4107
+ A: FVector; // 0x0040 (0x000c) [FVector] [CPF_Parm]
4108
+ ReturnValue: FVector; // 0x004c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4109
+ };
4110
+
4111
+ /**
4112
+ * Function Core.Object.TransformVector
4113
+ */
4114
+ export type Object_TransformVector_Params = {
4115
+ TM: FMatrix; // 0x0000 (0x0040) [FMatrix] [CPF_Parm]
4116
+ A: FVector; // 0x0040 (0x000c) [FVector] [CPF_Parm]
4117
+ ReturnValue: FVector; // 0x004c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4118
+ };
4119
+
4120
+ /**
4121
+ * Function Core.Object.TransformVectorByRotation
4122
+ */
4123
+ export type Object_TransformVectorByRotation_Params = {
4124
+ SourceRotation: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
4125
+ SourceVector: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
4126
+ bInverse: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
4127
+ ReturnValue: FVector; // 0x001c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4128
+ };
4129
+
4130
+ /**
4131
+ * Function Core.Object.Trim
4132
+ */
4133
+ export type Object_Trim_Params = {
4134
+ Src: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
4135
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4136
+ };
4137
+
4138
+ /**
4139
+ * Function Core.Object.UnsubscribeFromAllEvents
4140
+ */
4141
+ export type Object_UnsubscribeFromAllEvents_Params = {};
4142
+
4143
+ /**
4144
+ * Function Core.Object.UnwindHeading
4145
+ */
4146
+ export type Object_UnwindHeading_Params = {
4147
+ A: number; // 0x0000 (0x0004) [float] [CPF_Parm]
4148
+ ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4149
+ };
4150
+
4151
+ /**
4152
+ * Function Core.Object.UTF8ToTChar
4153
+ */
4154
+ export type Object_UTF8ToTChar_Params = {
4155
+ Src: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4156
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4157
+ };
4158
+
4159
+ /**
4160
+ * Function Core.Object.V2DNormal
4161
+ */
4162
+ export type Object_V2DNormal_Params = {
4163
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
4164
+ ReturnValue: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4165
+ };
4166
+
4167
+ /**
4168
+ * Function Core.Object.V2DSize
4169
+ */
4170
+ export type Object_V2DSize_Params = {
4171
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
4172
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4173
+ };
4174
+
4175
+ /**
4176
+ * Function Core.Object.V2DSizeSq
4177
+ */
4178
+ export type Object_V2DSizeSq_Params = {
4179
+ A: FVector2D; // 0x0000 (0x0008) [FVector2D] [CPF_Parm]
4180
+ ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4181
+ };
4182
+
4183
+ /**
4184
+ * Function Core.Object.VAbs
4185
+ */
4186
+ export type Object_VAbs_Params = {
4187
+ V: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4188
+ ReturnValue: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4189
+ };
4190
+
4191
+ /**
4192
+ * Function Core.Object.VClamp
4193
+ */
4194
+ export type Object_VClamp_Params = {
4195
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4196
+ Min: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
4197
+ Max: FVector; // 0x0018 (0x000c) [FVector] [CPF_Parm]
4198
+ ReturnValue: FVector; // 0x0024 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4199
+ V: FVector; // 0x0030 (0x000c) [FVector]
4200
+ };
4201
+
4202
+ /**
4203
+ * Function Core.Object.vect2d
4204
+ */
4205
+ export type Object_vect2d_Params = {
4206
+ InX: number; // 0x0000 (0x0004) [float] [CPF_Parm]
4207
+ InY: number; // 0x0004 (0x0004) [float] [CPF_Parm]
4208
+ ReturnValue: FVector2D; // 0x0008 (0x0008) [FVector2D] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4209
+ NewVect2d: FVector2D; // 0x0010 (0x0008) [FVector2D]
4210
+ };
4211
+
4212
+ /**
4213
+ * Function Core.Object.vect3d
4214
+ */
4215
+ export type Object_vect3d_Params = {
4216
+ X: number; // 0x0000 (0x0004) [float] [CPF_Parm]
4217
+ Y: number; // 0x0004 (0x0004) [float] [CPF_Parm]
4218
+ Z: number; // 0x0008 (0x0004) [float] [CPF_Parm]
4219
+ ReturnValue: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4220
+ V: FVector; // 0x0018 (0x000c) [FVector]
4221
+ };
4222
+
4223
+ /**
4224
+ * Function Core.Object.VInterpConstantTo
4225
+ */
4226
+ export type Object_VInterpConstantTo_Params = {
4227
+ Current: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4228
+ Target: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
4229
+ DeltaTime: number; // 0x0018 (0x0004) [float] [CPF_Parm]
4230
+ InterpSpeed: number; // 0x001c (0x0004) [float] [CPF_Parm]
4231
+ ReturnValue: FVector; // 0x0020 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4232
+ };
4233
+
4234
+ /**
4235
+ * Function Core.Object.VInterpTo
4236
+ */
4237
+ export type Object_VInterpTo_Params = {
4238
+ Current: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4239
+ Target: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
4240
+ DeltaTime: number; // 0x0018 (0x0004) [float] [CPF_Parm]
4241
+ InterpSpeed: number; // 0x001c (0x0004) [float] [CPF_Parm]
4242
+ ReturnValue: FVector; // 0x0020 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4243
+ };
4244
+
4245
+ /**
4246
+ * Function Core.Object.VLerp
4247
+ */
4248
+ export type Object_VLerp_Params = {
4249
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4250
+ B: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
4251
+ Alpha: number; // 0x0018 (0x0004) [float] [CPF_Parm]
4252
+ ReturnValue: FVector; // 0x001c (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4253
+ };
4254
+
4255
+ /**
4256
+ * Function Core.Object.VRand
4257
+ */
4258
+ export type Object_VRand_Params = {
4259
+ ReturnValue: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4260
+ };
4261
+
4262
+ /**
4263
+ * Function Core.Object.VRandCone
4264
+ */
4265
+ export type Object_VRandCone_Params = {
4266
+ Dir: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4267
+ ConeHalfAngleRadians: number; // 0x000c (0x0004) [float] [CPF_Parm]
4268
+ ReturnValue: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4269
+ };
4270
+
4271
+ /**
4272
+ * Function Core.Object.VRandCone2
4273
+ */
4274
+ export type Object_VRandCone2_Params = {
4275
+ Dir: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4276
+ HorizontalConeHalfAngleRadians: number; // 0x000c (0x0004) [float] [CPF_Parm]
4277
+ VerticalConeHalfAngleRadians: number; // 0x0010 (0x0004) [float] [CPF_Parm]
4278
+ ReturnValue: FVector; // 0x0014 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4279
+ };
4280
+
4281
+ /**
4282
+ * Function Core.Object.VSize
4283
+ */
4284
+ export type Object_VSize_Params = {
4285
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4286
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4287
+ };
4288
+
4289
+ /**
4290
+ * Function Core.Object.VSize2D
4291
+ */
4292
+ export type Object_VSize2D_Params = {
4293
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4294
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4295
+ };
4296
+
4297
+ /**
4298
+ * Function Core.Object.VSizeSq
4299
+ */
4300
+ export type Object_VSizeSq_Params = {
4301
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4302
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4303
+ };
4304
+
4305
+ /**
4306
+ * Function Core.Object.VSizeSq2D
4307
+ */
4308
+ export type Object_VSizeSq2D_Params = {
4309
+ A: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4310
+ ReturnValue: number; // 0x000c (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4311
+ };
4312
+
4313
+ /**
4314
+ * Function Core.Object.VSmoothInterpTo
4315
+ */
4316
+ export type Object_VSmoothInterpTo_Params = {
4317
+ From: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm]
4318
+ To: FVector; // 0x000c (0x000c) [FVector] [CPF_Parm]
4319
+ Lambda: number; // 0x0018 (0x0004) [float] [CPF_Parm]
4320
+ DeltaTime: number; // 0x001c (0x0004) [float] [CPF_Parm]
4321
+ ReturnValue: FVector; // 0x0020 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4322
+ };
4323
+
4324
+ /**
4325
+ * Function Core.Object.WarnInternal
4326
+ */
4327
+ export type Object_WarnInternal_Params = {
4328
+ S: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
4329
+ };
4330
+
4331
+ /**
4332
+ * Function Core.Object.Xor_IntInt
4333
+ */
4334
+ export type Object_Xor_IntInt_Params = {
4335
+ A: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
4336
+ B: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
4337
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4338
+ };
4339
+
4340
+ /**
4341
+ * Function Core.Object.XorXor_BoolBool
4342
+ */
4343
+ export type Object_XorXor_BoolBool_Params = {
4344
+ A: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
4345
+ B: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm]
4346
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4347
+ };
4348
+
4349
+ /**
4350
+ * Function Core.ObjectProvider.AddAndRemoveObjects
4351
+ */
4352
+ export type ObjectProvider_AddAndRemoveObjects_Params = {
4353
+ AddObjects: UObject[]; // 0x0000 (0x0010) [TArray<UObject*>] [CPF_Parm | CPF_OutParm]
4354
+ RemoveObjects: UObject[]; // 0x0010 (0x0010) [TArray<UObject*>] [CPF_Parm | CPF_OutParm]
4355
+ };
4356
+
4357
+ /**
4358
+ * Function Core.ObjectProvider.AddObject
4359
+ */
4360
+ export type ObjectProvider_AddObject_Params = {
4361
+ Obj: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4362
+ };
4363
+
4364
+ /**
4365
+ * Function Core.ObjectProvider.AddObjects
4366
+ */
4367
+ export type ObjectProvider_AddObjects_Params = {
4368
+ InObjects: UObject[]; // 0x0000 (0x0010) [TArray<UObject*>] [CPF_Parm | CPF_OutParm]
4369
+ };
4370
+
4371
+ /**
4372
+ * Function Core.ObjectProvider.AddProxy
4373
+ */
4374
+ export type ObjectProvider_AddProxy_Params = {
4375
+ InProxy: UObjectProvider; // 0x0000 (0x0008) [UObjectProvider*] [CPF_Parm]
4376
+ };
4377
+
4378
+ /**
4379
+ * Function Core.ObjectProvider.AllObjects
4380
+ */
4381
+ export type ObjectProvider_AllObjects_Params = {
4382
+ BaseClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4383
+ Obj: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm]
4384
+ InterfaceClass: UInterface; // 0x0010 (0x0008) [UInterface*] [CPF_Parm | CPF_OptionalParm]
4385
+ };
4386
+
4387
+ /**
4388
+ * Function Core.ObjectProvider.Get
4389
+ */
4390
+ export type ObjectProvider_Get_Params = {
4391
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4392
+ ReturnValue: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
4393
+ };
4394
+
4395
+ /**
4396
+ * Function Core.ObjectProvider.GetCount
4397
+ */
4398
+ export type ObjectProvider_GetCount_Params = {
4399
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4400
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4401
+ };
4402
+
4403
+ /**
4404
+ * Function Core.ObjectProvider.GetExact
4405
+ */
4406
+ export type ObjectProvider_GetExact_Params = {
4407
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4408
+ ReturnValue: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
4409
+ };
4410
+
4411
+ /**
4412
+ * Function Core.ObjectProvider.GetExactCount
4413
+ */
4414
+ export type ObjectProvider_GetExactCount_Params = {
4415
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4416
+ ReturnValue: number; // 0x0008 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4417
+ };
4418
+
4419
+ /**
4420
+ * Function Core.ObjectProvider.GetOrCreate
4421
+ */
4422
+ export type ObjectProvider_GetOrCreate_Params = {
4423
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4424
+ ReturnValue: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
4425
+ };
4426
+
4427
+ /**
4428
+ * Function Core.ObjectProvider.GetUnsafe
4429
+ */
4430
+ export type ObjectProvider_GetUnsafe_Params = {
4431
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4432
+ ReturnValue: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
4433
+ };
4434
+
4435
+ /**
4436
+ * Function Core.ObjectProvider.Inject
4437
+ */
4438
+ export type ObjectProvider_Inject_Params = {
4439
+ Subscriber: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4440
+ };
4441
+
4442
+ /**
4443
+ * Function Core.ObjectProvider.InjectDelayed
4444
+ */
4445
+ export type ObjectProvider_InjectDelayed_Params = {
4446
+ Subscriber: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4447
+ };
4448
+
4449
+ /**
4450
+ * Function Core.ObjectProvider.IsRegisteredForInjection
4451
+ */
4452
+ export type ObjectProvider_IsRegisteredForInjection_Params = {
4453
+ Subscriber: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4454
+ ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4455
+ };
4456
+
4457
+ /**
4458
+ * Function Core.ObjectProvider.ObjectChangeCallback
4459
+ */
4460
+ export type ObjectProvider_ObjectChangeCallback_Params = {};
4461
+
4462
+ /**
4463
+ * Function Core.ObjectProvider.ObjectListSubscriptionCallback
4464
+ */
4465
+ export type ObjectProvider_ObjectListSubscriptionCallback_Params = {
4466
+ Provider: UObjectProvider; // 0x0000 (0x0008) [UObjectProvider*] [CPF_Parm]
4467
+ };
4468
+
4469
+ /**
4470
+ * Function Core.ObjectProvider.ObjectSubscriptionCallback
4471
+ */
4472
+ export type ObjectProvider_ObjectSubscriptionCallback_Params = {
4473
+ Obj: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4474
+ };
4475
+
4476
+ /**
4477
+ * Function Core.ObjectProvider.RemoveAllObjects
4478
+ */
4479
+ export type ObjectProvider_RemoveAllObjects_Params = {
4480
+ ObjectClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4481
+ };
4482
+
4483
+ /**
4484
+ * Function Core.ObjectProvider.RemoveObject
4485
+ */
4486
+ export type ObjectProvider_RemoveObject_Params = {
4487
+ Obj: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4488
+ };
4489
+
4490
+ /**
4491
+ * Function Core.ObjectProvider.RemoveObjects
4492
+ */
4493
+ export type ObjectProvider_RemoveObjects_Params = {
4494
+ InObjects: UObject[]; // 0x0000 (0x0010) [TArray<UObject*>] [CPF_Parm | CPF_OutParm]
4495
+ };
4496
+
4497
+ /**
4498
+ * Function Core.ObjectProvider.RemoveProxy
4499
+ */
4500
+ export type ObjectProvider_RemoveProxy_Params = {
4501
+ InProxy: UObjectProvider; // 0x0000 (0x0008) [UObjectProvider*] [CPF_Parm]
4502
+ };
4503
+
4504
+ /**
4505
+ * Function Core.ObjectProvider.Replace
4506
+ */
4507
+ export type ObjectProvider_Replace_Params = {
4508
+ Existing: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4509
+ Replacement: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm]
4510
+ };
4511
+
4512
+ /**
4513
+ * Function Core.ObjectProvider.SetParent
4514
+ */
4515
+ export type ObjectProvider_SetParent_Params = {
4516
+ InParent: UObjectProvider; // 0x0000 (0x0008) [UObjectProvider*] [CPF_Parm]
4517
+ };
4518
+
4519
+ /**
4520
+ * Function Core.ObjectProvider.SetSingleton
4521
+ */
4522
+ export type ObjectProvider_SetSingleton_Params = {
4523
+ ObjClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4524
+ Replacement: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm]
4525
+ };
4526
+
4527
+ /**
4528
+ * Function Core.ObjectProvider.Subscribe
4529
+ */
4530
+ export type ObjectProvider_Subscribe_Params = {
4531
+ BaseClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4532
+ OnAdd: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm | CPF_OptionalParm]
4533
+ OnRemove: FScriptDelegate; // 0x0020 (0x0018) [FScriptDelegate] [CPF_Parm | CPF_OptionalParm]
4534
+ };
4535
+
4536
+ /**
4537
+ * Function Core.ObjectProvider.SubscribeList
4538
+ */
4539
+ export type ObjectProvider_SubscribeList_Params = {
4540
+ BaseClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4541
+ Callback: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm]
4542
+ };
4543
+
4544
+ /**
4545
+ * Function Core.ObjectProvider.SubscribeOnce
4546
+ */
4547
+ export type ObjectProvider_SubscribeOnce_Params = {
4548
+ BaseClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4549
+ OnAdd: FScriptDelegate; // 0x0008 (0x0018) [FScriptDelegate] [CPF_Parm | CPF_OptionalParm]
4550
+ OnRemove: FScriptDelegate; // 0x0020 (0x0018) [FScriptDelegate] [CPF_Parm | CPF_OptionalParm]
4551
+ };
4552
+
4553
+ /**
4554
+ * Function Core.ObjectProvider.Unsubscribe
4555
+ */
4556
+ export type ObjectProvider_Unsubscribe_Params = {
4557
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
4558
+ Callback2: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate] [CPF_Parm | CPF_OptionalParm]
4559
+ };
4560
+
4561
+ /**
4562
+ * Function Core.ObjectProvider.UnsubscribeAll
4563
+ */
4564
+ export type ObjectProvider_UnsubscribeAll_Params = {
4565
+ Subscriber: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4566
+ };
4567
+
4568
+ /**
4569
+ * Function Core.ObjectUtil.AllCDOs
4570
+ */
4571
+ export type ObjectUtil_AllCDOs_Params = {
4572
+ BaseClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4573
+ OutCDO: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm]
4574
+ bIncludeAbstract: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
4575
+ };
4576
+
4577
+ /**
4578
+ * Function Core.ObjectUtil.ClearNaNValues
4579
+ */
4580
+ export type ObjectUtil_ClearNaNValues_Params = {
4581
+ InObject: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4582
+ };
4583
+
4584
+ /**
4585
+ * Function Core.ObjectUtil.FindClass
4586
+ */
4587
+ export type ObjectUtil_FindClass_Params = {
4588
+ ClassName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
4589
+ ReturnValue: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4590
+ };
4591
+
4592
+ /**
4593
+ * Function Core.ObjectUtil.GetCDO
4594
+ */
4595
+ export type ObjectUtil_GetCDO_Params = {
4596
+ InClass: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4597
+ ReturnValue: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm | CPF_CoerceParm]
4598
+ };
4599
+
4600
+ /**
4601
+ * Function Core.ObjectUtil.Identical
4602
+ */
4603
+ export type ObjectUtil_Identical_Params = {
4604
+ Left: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4605
+ Right: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm]
4606
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4607
+ };
4608
+
4609
+ /**
4610
+ * Function Core.ObjectUtil.IdenticalDeep
4611
+ */
4612
+ export type ObjectUtil_IdenticalDeep_Params = {
4613
+ Left: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4614
+ Right: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm]
4615
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4616
+ };
4617
+
4618
+ /**
4619
+ * Function Core.ObjectUtil.InitProperties
4620
+ */
4621
+ export type ObjectUtil_InitProperties_Params = {
4622
+ InObject: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
4623
+ };
4624
+
4625
+ /**
4626
+ * Function Core.RotatorConversions.GetAsDegrees
4627
+ */
4628
+ export type RotatorConversions_GetAsDegrees_Params = {
4629
+ InRotator: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
4630
+ ReturnValue: FRotatorDegrees; // 0x000c (0x000c) [FRotatorDegrees] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4631
+ NormalizedRotator: FRotator; // 0x0018 (0x000c) [FRotator]
4632
+ StructInitializer_0x1: FRotatorDegrees; // 0x0024 (0x000c) [FRotatorDegrees] [CPF_OutParm]
4633
+ };
4634
+
4635
+ /**
4636
+ * Function Core.RotatorConversions.GetAsRadians
4637
+ */
4638
+ export type RotatorConversions_GetAsRadians_Params = {
4639
+ InRotator: FRotator; // 0x0000 (0x000c) [FRotator] [CPF_Parm]
4640
+ ReturnValue: FRotatorRadians; // 0x000c (0x000c) [FRotatorRadians] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4641
+ NormalizedRotator: FRotator; // 0x0018 (0x000c) [FRotator]
4642
+ StructInitializer_0x1: FRotatorRadians; // 0x0024 (0x000c) [FRotatorRadians] [CPF_OutParm]
4643
+ };
4644
+
4645
+ /**
4646
+ * Function Core.StringMap.Append
4647
+ */
4648
+ export type StringMap_Append_Params = {
4649
+ Other: UStringMap; // 0x0000 (0x0008) [UStringMap*] [CPF_Parm]
4650
+ };
4651
+
4652
+ /**
4653
+ * Function Core.StringMap.Contains
4654
+ */
4655
+ export type StringMap_Contains_Params = {
4656
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4657
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4658
+ };
4659
+
4660
+ /**
4661
+ * Function Core.StringMap.ForEach
4662
+ */
4663
+ export type StringMap_ForEach_Params = {
4664
+ Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
4665
+ };
4666
+
4667
+ /**
4668
+ * Function Core.StringMap.Get
4669
+ */
4670
+ export type StringMap_Get_Params = {
4671
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4672
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4673
+ };
4674
+
4675
+ /**
4676
+ * Function Core.StringMap.PairCallback
4677
+ */
4678
+ export type StringMap_PairCallback_Params = {
4679
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4680
+ Value: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
4681
+ };
4682
+
4683
+ /**
4684
+ * Function Core.StringMap.Remove
4685
+ */
4686
+ export type StringMap_Remove_Params = {
4687
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4688
+ };
4689
+
4690
+ /**
4691
+ * Function Core.StringMap.Set
4692
+ */
4693
+ export type StringMap_Set_Params = {
4694
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4695
+ Value: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_CoerceParm]
4696
+ };
4697
+
4698
+ /**
4699
+ * Function Core.StringMap.TryGet
4700
+ */
4701
+ export type StringMap_TryGet_Params = {
4702
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4703
+ OutValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
4704
+ ReturnValue: boolean; // 0x0020 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4705
+ };
4706
+
4707
+ /**
4708
+ * Function Core.StringObjectMap.Contains
4709
+ */
4710
+ export type StringObjectMap_Contains_Params = {
4711
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4712
+ ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4713
+ };
4714
+
4715
+ /**
4716
+ * Function Core.StringObjectMap.Get
4717
+ */
4718
+ export type StringObjectMap_Get_Params = {};
4719
+
4720
+ /**
4721
+ * Function Core.StringObjectMap.GetObject
4722
+ */
4723
+ export type StringObjectMap_GetObject_Params = {
4724
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4725
+ ReturnValue: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4726
+ };
4727
+
4728
+ /**
4729
+ * Function Core.StringObjectMap.Remove
4730
+ */
4731
+ export type StringObjectMap_Remove_Params = {
4732
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4733
+ };
4734
+
4735
+ /**
4736
+ * Function Core.StringObjectMap.Set
4737
+ */
4738
+ export type StringObjectMap_Set_Params = {
4739
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4740
+ Value: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm]
4741
+ };
4742
+
4743
+ /**
4744
+ * Function Core.StringObjectMap.TryGet
4745
+ */
4746
+ export type StringObjectMap_TryGet_Params = {};
4747
+
4748
+ /**
4749
+ * Function Core.StringObjectMap.TryGetObject
4750
+ */
4751
+ export type StringObjectMap_TryGetObject_Params = {
4752
+ Key: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4753
+ OutValue: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm | CPF_OutParm]
4754
+ ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4755
+ };
4756
+
4757
+ /**
4758
+ * Function Core.Subscription.__Subscription__TriggerAll_0x1
4759
+ */
4760
+ export type Subscription___Subscription__TriggerAll_0x1_Params = {
4761
+ S: USubscription; // 0x0000 (0x0008) [USubscription*] [CPF_Parm]
4762
+ };
4763
+
4764
+ /**
4765
+ * Function Core.Subscription.Create
4766
+ */
4767
+ export type Subscription_Create_Params = {
4768
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
4769
+ ReturnValue: USubscription; // 0x0018 (0x0008) [USubscription*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4770
+ Subscription: USubscription; // 0x0020 (0x0008) [USubscription*]
4771
+ };
4772
+
4773
+ /**
4774
+ * Function Core.Subscription.Dispose
4775
+ */
4776
+ export type Subscription_Dispose_Params = {};
4777
+
4778
+ /**
4779
+ * Function Core.Subscription.GetNone
4780
+ */
4781
+ export type Subscription_GetNone_Params = {
4782
+ ReturnValue: USubscription; // 0x0000 (0x0008) [USubscription*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4783
+ };
4784
+
4785
+ /**
4786
+ * Function Core.Subscription.SetCallback
4787
+ */
4788
+ export type Subscription_SetCallback_Params = {
4789
+ InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
4790
+ };
4791
+
4792
+ /**
4793
+ * Function Core.Subscription.SubscriberCallback
4794
+ */
4795
+ export type Subscription_SubscriberCallback_Params = {};
4796
+
4797
+ /**
4798
+ * Function Core.Subscription.TriggerAll
4799
+ */
4800
+ export type Subscription_TriggerAll_Params = {
4801
+ Subscriptions: USubscription[]; // 0x0000 (0x0010) [TArray<USubscription*>] [CPF_Parm | CPF_OutParm]
4802
+ };
4803
+
4804
+ /**
4805
+ * Function Core.Subscription.TriggerCallback
4806
+ */
4807
+ export type Subscription_TriggerCallback_Params = {};
4808
+
4809
+ /**
4810
+ * Function Core.UTF8.Decode
4811
+ */
4812
+ export type UTF8_Decode_Params = {
4813
+ Input: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
4814
+ ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4815
+ };
4816
+
4817
+ /**
4818
+ * Function Core.UTF8.DecodeInline
4819
+ */
4820
+ export type UTF8_DecodeInline_Params = {
4821
+ Input: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
4822
+ Output: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
4823
+ };
4824
+
4825
+ /**
4826
+ * Function Core.UTF8.Encode
4827
+ */
4828
+ export type UTF8_Encode_Params = {
4829
+ Input: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4830
+ ReturnValue: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
4831
+ };
4832
+
4833
+ /**
4834
+ * Function Core.UTF8.EncodeInline
4835
+ */
4836
+ export type UTF8_EncodeInline_Params = {
4837
+ Input: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
4838
+ Output: number[]; // 0x0010 (0x0010) [TArray<uint8>] [CPF_Parm | CPF_OutParm]
4839
+ };