rocketleaguesdk 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ObjectDump.txt +2245 -20064
- package/examples/basic.ts +34 -16
- package/offsets/AkAudio.ts +347 -12
- package/offsets/Core.ts +54 -48
- package/offsets/Engine.ts +277 -167
- package/offsets/GFxUI.ts +68 -8
- package/offsets/IpDrv.ts +238 -24
- package/offsets/OnlineSubsystemEOS.ts +175 -12
- package/offsets/ProjectX.ts +1822 -335
- package/offsets/TAGame.ts +3706 -880
- package/offsets/WinDrv.ts +61 -1
- package/offsets/XAudio2.ts +54 -1
- package/package.json +1 -1
package/offsets/ProjectX.ts
CHANGED
|
@@ -6,10 +6,15 @@
|
|
|
6
6
|
* Import these to read/write memory at the correct locations.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
/**
|
|
10
|
+
* Core.Component Offsets
|
|
11
|
+
* Size: 0x0070
|
|
12
|
+
* Extends: Object
|
|
13
|
+
*/
|
|
14
|
+
export const Component = {
|
|
15
|
+
TemplateOwnerClass: 0x0060, // 0x0060 (0x0008) [UClass*]
|
|
16
|
+
TemplateName: 0x0068, // 0x0068 (0x0008) [FName]
|
|
17
|
+
} as const;
|
|
13
18
|
|
|
14
19
|
/**
|
|
15
20
|
* ProjectX.ActionQueue_X Offsets
|
|
@@ -25,6 +30,24 @@ export const ActionQueue_X = {
|
|
|
25
30
|
...Component,
|
|
26
31
|
} as const;
|
|
27
32
|
|
|
33
|
+
/**
|
|
34
|
+
* Engine.ActorComponent Offsets
|
|
35
|
+
* Size: 0x009D
|
|
36
|
+
* Extends: Component
|
|
37
|
+
*/
|
|
38
|
+
export const ActorComponent = {
|
|
39
|
+
LocalViewers: 0x0070, // 0x0070 (0x0010) [TArray<UPlayerController*>]
|
|
40
|
+
BulletSceneGroup: 0x0080, // 0x0080 (0x0001) [uint8]
|
|
41
|
+
Scene: 0x0088, // 0x0088 (0x0008) [FPointer]
|
|
42
|
+
Owner: 0x0090, // 0x0090 (0x0008) [UActor*]
|
|
43
|
+
bAttached: 0x0098, // 0x0098 (0x0004) [bool : 0x1]
|
|
44
|
+
bTickInEditor: 0x0098, // 0x0098 (0x0004) [bool : 0x2]
|
|
45
|
+
bNeedsReattach: 0x0098, // 0x0098 (0x0004) [bool : 0x4]
|
|
46
|
+
bNeedsUpdateTransform: 0x0098, // 0x0098 (0x0004) [bool : 0x8]
|
|
47
|
+
TickGroup: 0x009C, // 0x009C (0x0001) [ETickingGroup]
|
|
48
|
+
...Component,
|
|
49
|
+
} as const;
|
|
50
|
+
|
|
28
51
|
/**
|
|
29
52
|
* ProjectX.ActorComponent_X Offsets
|
|
30
53
|
* Size: 0x00A4
|
|
@@ -46,6 +69,26 @@ export const ActivateAnimSeriesComponent_X = {
|
|
|
46
69
|
...ActorComponent_X,
|
|
47
70
|
} as const;
|
|
48
71
|
|
|
72
|
+
/**
|
|
73
|
+
* Core.Object Offsets
|
|
74
|
+
* Size: 0x0060
|
|
75
|
+
*/
|
|
76
|
+
export const Object_ = {
|
|
77
|
+
VfTableObject: 0x0000, // 0x0000 (0x0008) [FPointer]
|
|
78
|
+
HashNext: 0x0008, // 0x0008 (0x0008) [FPointer]
|
|
79
|
+
ObjectFlags: 0x0010, // 0x0010 (0x0008) [uint64]
|
|
80
|
+
HashOuterNext: 0x0018, // 0x0018 (0x0008) [FPointer]
|
|
81
|
+
StateFrame: 0x0020, // 0x0020 (0x0008) [FPointer]
|
|
82
|
+
Linker: 0x0028, // 0x0028 (0x0008) [UObject*]
|
|
83
|
+
LinkerIndex: 0x0030, // 0x0030 (0x0008) [FPointer]
|
|
84
|
+
ObjectInternalInteger: 0x0038, // 0x0038 (0x0004) [int32]
|
|
85
|
+
NetIndex: 0x003C, // 0x003C (0x0004) [int32]
|
|
86
|
+
Outer: 0x0040, // 0x0040 (0x0008) [UObject*]
|
|
87
|
+
Name: 0x0048, // 0x0048 (0x0008) [FName]
|
|
88
|
+
Class: 0x0050, // 0x0050 (0x0008) [UClass*]
|
|
89
|
+
ObjectArchetype: 0x0058, // 0x0058 (0x0008) [UObject*]
|
|
90
|
+
} as const;
|
|
91
|
+
|
|
49
92
|
/**
|
|
50
93
|
* ProjectX.AdHocBeacon_X Offsets
|
|
51
94
|
* Size: 0x0070
|
|
@@ -54,7 +97,7 @@ export const ActivateAnimSeriesComponent_X = {
|
|
|
54
97
|
export const AdHocBeacon_X = {
|
|
55
98
|
VfTable_FTickableObject: 0x0060, // 0x0060 (0x0008) [FPointer]
|
|
56
99
|
pAdHoc: 0x0068, // 0x0068 (0x0008) [FPointer]
|
|
57
|
-
...
|
|
100
|
+
...Object_,
|
|
58
101
|
} as const;
|
|
59
102
|
|
|
60
103
|
/**
|
|
@@ -67,7 +110,7 @@ export const AdHocInterface_X = {
|
|
|
67
110
|
AdHocBeacon: 0x0068, // 0x0068 (0x0008) [UAdHocBeacon_X*]
|
|
68
111
|
OnlineGameParty: 0x0070, // 0x0070 (0x0008) [UOnlineGameParty_X*]
|
|
69
112
|
Matchmaking: 0x0078, // 0x0078 (0x0008) [UOnlineGameMatchmaking_X*]
|
|
70
|
-
...
|
|
113
|
+
...Object_,
|
|
71
114
|
} as const;
|
|
72
115
|
|
|
73
116
|
/**
|
|
@@ -77,7 +120,23 @@ export const AdHocInterface_X = {
|
|
|
77
120
|
*/
|
|
78
121
|
export const AgeGateRequiredResponse = {
|
|
79
122
|
ageGateRequired: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
80
|
-
...
|
|
123
|
+
...Object_,
|
|
124
|
+
} as const;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Engine.AnimNodeBlendList Offsets
|
|
128
|
+
* Size: 0x016C
|
|
129
|
+
* Extends: AnimNodeBlendBase
|
|
130
|
+
*/
|
|
131
|
+
export const AnimNodeBlendList = {
|
|
132
|
+
TargetWeight: 0x0148, // 0x0148 (0x0010) [TArray<float>]
|
|
133
|
+
BlendTimeToGo: 0x0158, // 0x0158 (0x0004) [float]
|
|
134
|
+
ActiveChildIndex: 0x015C, // 0x015C (0x0004) [int32]
|
|
135
|
+
bPlayActiveChild: 0x0160, // 0x0160 (0x0004) [bool : 0x1]
|
|
136
|
+
bForceChildFullWeightWhenBecomingRelevant: 0x0160, // 0x0160 (0x0004) [bool : 0x2]
|
|
137
|
+
bSkipBlendWhenNotRendered: 0x0160, // 0x0160 (0x0004) [bool : 0x4]
|
|
138
|
+
SliderPosition: 0x0164, // 0x0164 (0x0004) [float]
|
|
139
|
+
EditorActiveChildIndex: 0x0168, // 0x0168 (0x0004) [int32]
|
|
81
140
|
} as const;
|
|
82
141
|
|
|
83
142
|
/**
|
|
@@ -111,6 +170,52 @@ export const AnimNodeCustomSeries_X = {
|
|
|
111
170
|
...AnimNodeBlendBase_X,
|
|
112
171
|
} as const;
|
|
113
172
|
|
|
173
|
+
/**
|
|
174
|
+
* Engine.AnimNodeSequence Offsets
|
|
175
|
+
* Size: 0x01A8
|
|
176
|
+
* Extends: AnimNode
|
|
177
|
+
*/
|
|
178
|
+
export const AnimNodeSequence = {
|
|
179
|
+
AnimSeqName: 0x0130, // 0x0130 (0x0008) [FName]
|
|
180
|
+
Rate: 0x0138, // 0x0138 (0x0004) [float]
|
|
181
|
+
bPlaying: 0x013C, // 0x013C (0x0004) [bool : 0x1]
|
|
182
|
+
bLooping: 0x013C, // 0x013C (0x0004) [bool : 0x2]
|
|
183
|
+
bCauseActorAnimEnd: 0x013C, // 0x013C (0x0004) [bool : 0x4]
|
|
184
|
+
bCauseActorAnimPlay: 0x013C, // 0x013C (0x0004) [bool : 0x8]
|
|
185
|
+
bZeroRootRotation: 0x013C, // 0x013C (0x0004) [bool : 0x10]
|
|
186
|
+
bZeroRootTranslation: 0x013C, // 0x013C (0x0004) [bool : 0x20]
|
|
187
|
+
bDisableWarningWhenAnimNotFound: 0x013C, // 0x013C (0x0004) [bool : 0x40]
|
|
188
|
+
bNoNotifies: 0x013C, // 0x013C (0x0004) [bool : 0x80]
|
|
189
|
+
bForceRefposeWhenNotPlaying: 0x013C, // 0x013C (0x0004) [bool : 0x100]
|
|
190
|
+
bIsIssuingNotifies: 0x013C, // 0x013C (0x0004) [bool : 0x200]
|
|
191
|
+
bForceAlwaysSlave: 0x013C, // 0x013C (0x0004) [bool : 0x400]
|
|
192
|
+
bSynchronize: 0x013C, // 0x013C (0x0004) [bool : 0x800]
|
|
193
|
+
bReverseSync: 0x013C, // 0x013C (0x0004) [bool : 0x1000]
|
|
194
|
+
bShowTimeLineSlider: 0x013C, // 0x013C (0x0004) [bool : 0x2000]
|
|
195
|
+
bLoopCameraAnim: 0x013C, // 0x013C (0x0004) [bool : 0x4000]
|
|
196
|
+
bRandomizeCameraAnimLoopStartTime: 0x013C, // 0x013C (0x0004) [bool : 0x8000]
|
|
197
|
+
bEditorOnlyAddRefPoseToAdditiveAnimation: 0x013C, // 0x013C (0x0004) [bool : 0x10000]
|
|
198
|
+
bCheckForFinishAnimEarly: 0x013C, // 0x013C (0x0004) [bool : 0x20000]
|
|
199
|
+
bBlendingOut: 0x013C, // 0x013C (0x0004) [bool : 0x40000]
|
|
200
|
+
CurrentTime: 0x0140, // 0x0140 (0x0004) [float]
|
|
201
|
+
PreviousTime: 0x0144, // 0x0144 (0x0004) [float]
|
|
202
|
+
EndTime: 0x0148, // 0x0148 (0x0004) [float]
|
|
203
|
+
AnimSeq: 0x0150, // 0x0150 (0x0008) [UAnimSequence*]
|
|
204
|
+
AnimLinkupIndex: 0x0158, // 0x0158 (0x0004) [int32]
|
|
205
|
+
NotifyWeightThreshold: 0x015C, // 0x015C (0x0004) [float]
|
|
206
|
+
SynchGroupName: 0x0160, // 0x0160 (0x0008) [FName]
|
|
207
|
+
SynchPosOffset: 0x0168, // 0x0168 (0x0004) [float]
|
|
208
|
+
CameraAnim: 0x0170, // 0x0170 (0x0008) [UCameraAnim*]
|
|
209
|
+
ActiveCameraAnimInstance: 0x0178, // 0x0178 (0x0008) [UCameraAnimInst*]
|
|
210
|
+
CameraAnimScale: 0x0180, // 0x0180 (0x0004) [float]
|
|
211
|
+
CameraAnimPlayRate: 0x0184, // 0x0184 (0x0004) [float]
|
|
212
|
+
CameraAnimBlendInTime: 0x0188, // 0x0188 (0x0004) [float]
|
|
213
|
+
CameraAnimBlendOutTime: 0x018C, // 0x018C (0x0004) [float]
|
|
214
|
+
RootBoneOption: 0x0190, // 0x0190 (0x0003) [ERootBoneAxis]
|
|
215
|
+
RootRotationOption: 0x0193, // 0x0193 (0x0003) [ERootRotationOption]
|
|
216
|
+
MetaDataSkelControlList: 0x0198, // 0x0198 (0x0010) [TArray<USkelControlBase*>]
|
|
217
|
+
} as const;
|
|
218
|
+
|
|
114
219
|
/**
|
|
115
220
|
* ProjectX.AnimNodeSequence_X Offsets
|
|
116
221
|
* Size: 0x01C0
|
|
@@ -147,6 +252,23 @@ export const AnimNodeSeries_X = {
|
|
|
147
252
|
...AnimNodeBlendBase_X,
|
|
148
253
|
} as const;
|
|
149
254
|
|
|
255
|
+
/**
|
|
256
|
+
* Engine.AnimNotify_PlayParticleEffect Offsets
|
|
257
|
+
* Size: 0x0098
|
|
258
|
+
* Extends: AnimNotify
|
|
259
|
+
*/
|
|
260
|
+
export const AnimNotify_PlayParticleEffect = {
|
|
261
|
+
PSTemplate: 0x0068, // 0x0068 (0x0008) [UParticleSystem*]
|
|
262
|
+
bIsExtremeContent: 0x0070, // 0x0070 (0x0004) [bool : 0x1]
|
|
263
|
+
bAttach: 0x0070, // 0x0070 (0x0004) [bool : 0x2]
|
|
264
|
+
bPreview: 0x0070, // 0x0070 (0x0004) [bool : 0x4]
|
|
265
|
+
bSkipIfOwnerIsHidden: 0x0070, // 0x0070 (0x0004) [bool : 0x8]
|
|
266
|
+
PSNonExtremeContentTemplate: 0x0078, // 0x0078 (0x0008) [UParticleSystem*]
|
|
267
|
+
SocketName: 0x0080, // 0x0080 (0x0008) [FName]
|
|
268
|
+
BoneName: 0x0088, // 0x0088 (0x0008) [FName]
|
|
269
|
+
BoneSocketModuleActorName: 0x0090, // 0x0090 (0x0008) [FName]
|
|
270
|
+
} as const;
|
|
271
|
+
|
|
150
272
|
/**
|
|
151
273
|
* ProjectX.AnimNotify_PlayParticleEffect_X Offsets
|
|
152
274
|
* Size: 0x00A0
|
|
@@ -172,6 +294,173 @@ export const AnimateParametersComponent_X = {
|
|
|
172
294
|
...ActorComponent,
|
|
173
295
|
} as const;
|
|
174
296
|
|
|
297
|
+
/**
|
|
298
|
+
* Engine.Actor Offsets
|
|
299
|
+
* Size: 0x0268
|
|
300
|
+
* Extends: Object
|
|
301
|
+
*/
|
|
302
|
+
export const Actor = {
|
|
303
|
+
ActorDependantPSCs: 0x0060, // 0x0060 (0x0010) [TArray<unknown>]
|
|
304
|
+
Components: 0x0070, // 0x0070 (0x0010) [TArray<unknown>]
|
|
305
|
+
AllComponents: 0x0080, // 0x0080 (0x0010) [TArray<unknown>]
|
|
306
|
+
Location: 0x0090, // 0x0090 (0x000C) [FVector]
|
|
307
|
+
Rotation: 0x009C, // 0x009C (0x000C) [FRotator]
|
|
308
|
+
DrawScale: 0x00A8, // 0x00A8 (0x0004) [float]
|
|
309
|
+
DrawScale3D: 0x00AC, // 0x00AC (0x000C) [FVector]
|
|
310
|
+
PrePivot: 0x00B8, // 0x00B8 (0x000C) [FVector]
|
|
311
|
+
EditorIconColor: 0x00C4, // 0x00C4 (0x0004) [FColor]
|
|
312
|
+
DetachFence: 0x00C8, // 0x00C8 (0x0004) [FRenderCommandFence]
|
|
313
|
+
CustomTimeDilation: 0x00CC, // 0x00CC (0x0004) [float]
|
|
314
|
+
Physics: 0x00D0, // 0x00D0 (0x0001) [EPhysics]
|
|
315
|
+
RemoteRole: 0x00D1, // 0x00D1 (0x0001) [ENetRole]
|
|
316
|
+
Role: 0x00D2, // 0x00D2 (0x0001) [ENetRole]
|
|
317
|
+
CollisionType: 0x00D3, // 0x00D3 (0x0001) [ECollisionType]
|
|
318
|
+
ReplicatedCollisionType: 0x00D4, // 0x00D4 (0x0001) [ECollisionType]
|
|
319
|
+
TickGroup: 0x00D5, // 0x00D5 (0x0001) [ETickingGroup]
|
|
320
|
+
Owner: 0x00D8, // 0x00D8 (0x0008) [UActor*]
|
|
321
|
+
Base: 0x00E0, // 0x00E0 (0x0008) [UActor*]
|
|
322
|
+
Timers: 0x00E8, // 0x00E8 (0x0010) [TArray<FTimerData>]
|
|
323
|
+
bStatic: 0x00F8, // 0x00F8 (0x0004) [bool : 0x1]
|
|
324
|
+
bHidden: 0x00F8, // 0x00F8 (0x0004) [bool : 0x2]
|
|
325
|
+
bHiddenSelf: 0x00F8, // 0x00F8 (0x0004) [bool : 0x4]
|
|
326
|
+
bNoDelete: 0x00F8, // 0x00F8 (0x0004) [bool : 0x8]
|
|
327
|
+
bDeleteMe: 0x00F8, // 0x00F8 (0x0004) [bool : 0x10]
|
|
328
|
+
bTicked: 0x00F8, // 0x00F8 (0x0004) [bool : 0x20]
|
|
329
|
+
bOnlyOwnerSee: 0x00F8, // 0x00F8 (0x0004) [bool : 0x40]
|
|
330
|
+
bTickIsDisabled: 0x00F8, // 0x00F8 (0x0004) [bool : 0x80]
|
|
331
|
+
bWorldGeometry: 0x00F8, // 0x00F8 (0x0004) [bool : 0x100]
|
|
332
|
+
bIgnoreRigidBodyPawns: 0x00F8, // 0x00F8 (0x0004) [bool : 0x200]
|
|
333
|
+
bOrientOnSlope: 0x00F8, // 0x00F8 (0x0004) [bool : 0x400]
|
|
334
|
+
bIgnoreEncroachers: 0x00F8, // 0x00F8 (0x0004) [bool : 0x800]
|
|
335
|
+
bPushedByEncroachers: 0x00F8, // 0x00F8 (0x0004) [bool : 0x1000]
|
|
336
|
+
bDestroyedByInterpActor: 0x00F8, // 0x00F8 (0x0004) [bool : 0x2000]
|
|
337
|
+
bRouteBeginPlayEvenIfStatic: 0x00F8, // 0x00F8 (0x0004) [bool : 0x4000]
|
|
338
|
+
bIsMoving: 0x00F8, // 0x00F8 (0x0004) [bool : 0x8000]
|
|
339
|
+
bAlwaysEncroachCheck: 0x00F8, // 0x00F8 (0x0004) [bool : 0x10000]
|
|
340
|
+
bHasAlternateTargetLocation: 0x00F8, // 0x00F8 (0x0004) [bool : 0x20000]
|
|
341
|
+
bCanStepUpOn: 0x00F8, // 0x00F8 (0x0004) [bool : 0x40000]
|
|
342
|
+
bNetTemporary: 0x00F8, // 0x00F8 (0x0004) [bool : 0x80000]
|
|
343
|
+
bOnlyRelevantToOwner: 0x00F8, // 0x00F8 (0x0004) [bool : 0x100000]
|
|
344
|
+
bNetDirty: 0x00F8, // 0x00F8 (0x0004) [bool : 0x200000]
|
|
345
|
+
bAlwaysRelevant: 0x00F8, // 0x00F8 (0x0004) [bool : 0x400000]
|
|
346
|
+
bReplicateInstigator: 0x00F8, // 0x00F8 (0x0004) [bool : 0x800000]
|
|
347
|
+
bReplicateMovement: 0x00F8, // 0x00F8 (0x0004) [bool : 0x1000000]
|
|
348
|
+
bSkipActorPropertyReplication: 0x00F8, // 0x00F8 (0x0004) [bool : 0x2000000]
|
|
349
|
+
bUpdateSimulatedPosition: 0x00F8, // 0x00F8 (0x0004) [bool : 0x4000000]
|
|
350
|
+
bTearOff: 0x00F8, // 0x00F8 (0x0004) [bool : 0x8000000]
|
|
351
|
+
bOnlyDirtyReplication: 0x00F8, // 0x00F8 (0x0004) [bool : 0x10000000]
|
|
352
|
+
bAllowFluidSurfaceInteraction: 0x00F8, // 0x00F8 (0x0004) [bool : 0x20000000]
|
|
353
|
+
bDemoRecording: 0x00F8, // 0x00F8 (0x0004) [bool : 0x40000000]
|
|
354
|
+
bDemoOwner: 0x00F8, // 0x00F8 (0x0004) [bool : 0x-80000000]
|
|
355
|
+
bForceDemoRelevant: 0x00FC, // 0x00FC (0x0004) [bool : 0x1]
|
|
356
|
+
bNetInitialRotation: 0x00FC, // 0x00FC (0x0004) [bool : 0x2]
|
|
357
|
+
bReplicateRigidBodyLocation: 0x00FC, // 0x00FC (0x0004) [bool : 0x4]
|
|
358
|
+
bKillDuringLevelTransition: 0x00FC, // 0x00FC (0x0004) [bool : 0x8]
|
|
359
|
+
bExchangedRoles: 0x00FC, // 0x00FC (0x0004) [bool : 0x10]
|
|
360
|
+
bConsiderAllStaticMeshComponentsForStreaming: 0x00FC, // 0x00FC (0x0004) [bool : 0x20]
|
|
361
|
+
bDebug: 0x00FC, // 0x00FC (0x0004) [bool : 0x40]
|
|
362
|
+
bPostRenderIfNotVisible: 0x00FC, // 0x00FC (0x0004) [bool : 0x80]
|
|
363
|
+
bForceNetUpdate: 0x00FC, // 0x00FC (0x0004) [bool : 0x100]
|
|
364
|
+
bForcePacketUpdate: 0x00FC, // 0x00FC (0x0004) [bool : 0x200]
|
|
365
|
+
bPendingNetUpdate: 0x00FC, // 0x00FC (0x0004) [bool : 0x400]
|
|
366
|
+
bHardAttach: 0x00FC, // 0x00FC (0x0004) [bool : 0x800]
|
|
367
|
+
bIgnoreBaseRotation: 0x00FC, // 0x00FC (0x0004) [bool : 0x1000]
|
|
368
|
+
bShadowParented: 0x00FC, // 0x00FC (0x0004) [bool : 0x2000]
|
|
369
|
+
bSkipAttachedMoves: 0x00FC, // 0x00FC (0x0004) [bool : 0x4000]
|
|
370
|
+
bCanBeAdheredTo: 0x00FC, // 0x00FC (0x0004) [bool : 0x8000]
|
|
371
|
+
bCanBeFrictionedTo: 0x00FC, // 0x00FC (0x0004) [bool : 0x10000]
|
|
372
|
+
bGameRelevant: 0x00FC, // 0x00FC (0x0004) [bool : 0x20000]
|
|
373
|
+
bMovable: 0x00FC, // 0x00FC (0x0004) [bool : 0x40000]
|
|
374
|
+
bShouldBaseAtStartup: 0x00FC, // 0x00FC (0x0004) [bool : 0x80000]
|
|
375
|
+
bPendingDelete: 0x00FC, // 0x00FC (0x0004) [bool : 0x100000]
|
|
376
|
+
bCanTeleport: 0x00FC, // 0x00FC (0x0004) [bool : 0x200000]
|
|
377
|
+
bAlwaysTick: 0x00FC, // 0x00FC (0x0004) [bool : 0x400000]
|
|
378
|
+
bBlocksNavigation: 0x00FC, // 0x00FC (0x0004) [bool : 0x800000]
|
|
379
|
+
BlockRigidBody: 0x00FC, // 0x00FC (0x0004) [bool : 0x1000000]
|
|
380
|
+
bCollideWhenPlacing: 0x00FC, // 0x00FC (0x0004) [bool : 0x2000000]
|
|
381
|
+
bCollideActors: 0x00FC, // 0x00FC (0x0004) [bool : 0x4000000]
|
|
382
|
+
bCollideWorld: 0x00FC, // 0x00FC (0x0004) [bool : 0x8000000]
|
|
383
|
+
bCollideComplex: 0x00FC, // 0x00FC (0x0004) [bool : 0x10000000]
|
|
384
|
+
bBlockActors: 0x00FC, // 0x00FC (0x0004) [bool : 0x20000000]
|
|
385
|
+
bBlocksTeleport: 0x00FC, // 0x00FC (0x0004) [bool : 0x40000000]
|
|
386
|
+
bMoveIgnoresDestruction: 0x00FC, // 0x00FC (0x0004) [bool : 0x-80000000]
|
|
387
|
+
bProjectileMoveSingleBlocking: 0x0100, // 0x0100 (0x0004) [bool : 0x1]
|
|
388
|
+
bNoEncroachCheck: 0x0100, // 0x0100 (0x0004) [bool : 0x2]
|
|
389
|
+
bCollideAsEncroacher: 0x0100, // 0x0100 (0x0004) [bool : 0x4]
|
|
390
|
+
bPhysRigidBodyOutOfWorldCheck: 0x0100, // 0x0100 (0x0004) [bool : 0x8]
|
|
391
|
+
bComponentOutsideWorld: 0x0100, // 0x0100 (0x0004) [bool : 0x10]
|
|
392
|
+
bForceOctreeSNFilter: 0x0100, // 0x0100 (0x0004) [bool : 0x20]
|
|
393
|
+
bForceOctreeMNFilter: 0x0100, // 0x0100 (0x0004) [bool : 0x40]
|
|
394
|
+
bRigidBodyWasAwake: 0x0100, // 0x0100 (0x0004) [bool : 0x80]
|
|
395
|
+
bCallRigidBodyWakeEvents: 0x0100, // 0x0100 (0x0004) [bool : 0x100]
|
|
396
|
+
bBounce: 0x0100, // 0x0100 (0x0004) [bool : 0x200]
|
|
397
|
+
bJustTeleported: 0x0100, // 0x0100 (0x0004) [bool : 0x400]
|
|
398
|
+
bEnableMobileTouch: 0x0100, // 0x0100 (0x0004) [bool : 0x800]
|
|
399
|
+
bNetInitial: 0x0100, // 0x0100 (0x0004) [bool : 0x1000]
|
|
400
|
+
bNetOwner: 0x0100, // 0x0100 (0x0004) [bool : 0x2000]
|
|
401
|
+
bHiddenEd: 0x0100, // 0x0100 (0x0004) [bool : 0x4000]
|
|
402
|
+
bEditable: 0x0100, // 0x0100 (0x0004) [bool : 0x8000]
|
|
403
|
+
bHiddenEdGroup: 0x0100, // 0x0100 (0x0004) [bool : 0x10000]
|
|
404
|
+
bHiddenEdLayer: 0x0100, // 0x0100 (0x0004) [bool : 0x20000]
|
|
405
|
+
bHiddenEdCustom: 0x0100, // 0x0100 (0x0004) [bool : 0x40000]
|
|
406
|
+
bHiddenEdTemporary: 0x0100, // 0x0100 (0x0004) [bool : 0x80000]
|
|
407
|
+
bHiddenEdLevel: 0x0100, // 0x0100 (0x0004) [bool : 0x100000]
|
|
408
|
+
bHiddenEdScene: 0x0100, // 0x0100 (0x0004) [bool : 0x200000]
|
|
409
|
+
bHiddenEdNoPhysics: 0x0100, // 0x0100 (0x0004) [bool : 0x400000]
|
|
410
|
+
bEdShouldSnap: 0x0100, // 0x0100 (0x0004) [bool : 0x800000]
|
|
411
|
+
bTempEditor: 0x0100, // 0x0100 (0x0004) [bool : 0x1000000]
|
|
412
|
+
bPathColliding: 0x0100, // 0x0100 (0x0004) [bool : 0x2000000]
|
|
413
|
+
bPathTemp: 0x0100, // 0x0100 (0x0004) [bool : 0x4000000]
|
|
414
|
+
bScriptInitialized: 0x0100, // 0x0100 (0x0004) [bool : 0x8000000]
|
|
415
|
+
bLockLocation: 0x0100, // 0x0100 (0x0004) [bool : 0x10000000]
|
|
416
|
+
bForceAllowKismetModification: 0x0100, // 0x0100 (0x0004) [bool : 0x20000000]
|
|
417
|
+
bDedicatedServerRelevant: 0x0100, // 0x0100 (0x0004) [bool : 0x40000000]
|
|
418
|
+
bLockedFromEditorDeletion: 0x0100, // 0x0100 (0x0004) [bool : 0x-80000000]
|
|
419
|
+
bComponentsDirty: 0x0104, // 0x0104 (0x0004) [bool : 0x1]
|
|
420
|
+
bUpdateComponentsIfEmpty: 0x0104, // 0x0104 (0x0004) [bool : 0x2]
|
|
421
|
+
bDebugEffectIsRelevant: 0x0104, // 0x0104 (0x0004) [bool : 0x4]
|
|
422
|
+
SkelMeshCompTickTag: 0x0108, // 0x0108 (0x0004) [int32]
|
|
423
|
+
NetTag: 0x010C, // 0x010C (0x0004) [int32]
|
|
424
|
+
NetUpdateTime: 0x0110, // 0x0110 (0x0004) [float]
|
|
425
|
+
NetUpdateFrequency: 0x0114, // 0x0114 (0x0004) [float]
|
|
426
|
+
NetPriority: 0x0118, // 0x0118 (0x0004) [float]
|
|
427
|
+
LastNetUpdateTime: 0x011C, // 0x011C (0x0004) [float]
|
|
428
|
+
LastForcePacketUpdateTime: 0x0120, // 0x0120 (0x0004) [float]
|
|
429
|
+
TimeSinceLastTick: 0x0124, // 0x0124 (0x0004) [float]
|
|
430
|
+
Instigator: 0x0128, // 0x0128 (0x0008) [UPawn*]
|
|
431
|
+
WorldInfo: 0x0130, // 0x0130 (0x0008) [UWorldInfo*]
|
|
432
|
+
LifeSpan: 0x0138, // 0x0138 (0x0004) [float]
|
|
433
|
+
CreationTime: 0x013C, // 0x013C (0x0004) [float]
|
|
434
|
+
LastRenderTime: 0x0140, // 0x0140 (0x0004) [float]
|
|
435
|
+
Tag: 0x0144, // 0x0144 (0x0008) [FName]
|
|
436
|
+
InitialState: 0x014C, // 0x014C (0x0008) [FName]
|
|
437
|
+
Layer: 0x0154, // 0x0154 (0x0008) [FName]
|
|
438
|
+
Group: 0x015C, // 0x015C (0x0008) [FName]
|
|
439
|
+
HiddenEditorViews: 0x0168, // 0x0168 (0x0008) [uint64]
|
|
440
|
+
Touching: 0x0170, // 0x0170 (0x0010) [TArray<UActor*>]
|
|
441
|
+
Children: 0x0180, // 0x0180 (0x0010) [TArray<UActor*>]
|
|
442
|
+
LatentFloat: 0x0190, // 0x0190 (0x0004) [float]
|
|
443
|
+
LatentSeqNode: 0x0198, // 0x0198 (0x0008) [UAnimNodeSequence*]
|
|
444
|
+
PhysicsVolume: 0x01A0, // 0x01A0 (0x0008) [UPhysicsVolume*]
|
|
445
|
+
Velocity: 0x01A8, // 0x01A8 (0x000C) [FVector]
|
|
446
|
+
Acceleration: 0x01B4, // 0x01B4 (0x000C) [FVector]
|
|
447
|
+
AngularVelocity: 0x01C0, // 0x01C0 (0x000C) [FVector]
|
|
448
|
+
BaseSkelComponent: 0x01D0, // 0x01D0 (0x0008) [unknown]
|
|
449
|
+
BaseBoneName: 0x01D8, // 0x01D8 (0x0008) [FName]
|
|
450
|
+
Attached: 0x01E0, // 0x01E0 (0x0010) [TArray<UActor*>]
|
|
451
|
+
RelativeLocation: 0x01F0, // 0x01F0 (0x000C) [FVector]
|
|
452
|
+
RelativeRotation: 0x01FC, // 0x01FC (0x000C) [FRotator]
|
|
453
|
+
CollisionComponent: 0x0208, // 0x0208 (0x0008) [unknown]
|
|
454
|
+
OverlapTag: 0x0210, // 0x0210 (0x0004) [int32]
|
|
455
|
+
RotationRate: 0x0214, // 0x0214 (0x000C) [FRotator]
|
|
456
|
+
PendingTouch: 0x0220, // 0x0220 (0x0008) [UActor*]
|
|
457
|
+
SupportedEvents: 0x0228, // 0x0228 (0x0010) [TArray<UClass*>]
|
|
458
|
+
GeneratedEvents: 0x0238, // 0x0238 (0x0010) [TArray<USequenceEvent*>]
|
|
459
|
+
LatentActions: 0x0248, // 0x0248 (0x0010) [TArray<USeqAct_Latent*>]
|
|
460
|
+
IgnoredTouchClasses: 0x0258, // 0x0258 (0x0010) [TArray<UClass*>]
|
|
461
|
+
...Object_,
|
|
462
|
+
} as const;
|
|
463
|
+
|
|
175
464
|
/**
|
|
176
465
|
* ProjectX.ArchetypePrefab_X Offsets
|
|
177
466
|
* Size: 0x0288
|
|
@@ -216,7 +505,7 @@ export const AvatarRequester_X = {
|
|
|
216
505
|
PendingAvatarRequests: 0x0088, // 0x0088 (0x0010) [TArray<UPendingAvatarRequest_X*>]
|
|
217
506
|
__RequestAvatars__Delegate: 0x0098, // 0x0098 (0x0018) [FScriptDelegate]
|
|
218
507
|
__RequestAvatarPermission__Delegate: 0x00B0, // 0x00B0 (0x0018) [FScriptDelegate]
|
|
219
|
-
...
|
|
508
|
+
...Object_,
|
|
220
509
|
} as const;
|
|
221
510
|
|
|
222
511
|
/**
|
|
@@ -225,7 +514,7 @@ export const AvatarRequester_X = {
|
|
|
225
514
|
* Extends: Object
|
|
226
515
|
*/
|
|
227
516
|
export const Aws4Signature_X = {
|
|
228
|
-
...
|
|
517
|
+
...Object_,
|
|
229
518
|
} as const;
|
|
230
519
|
|
|
231
520
|
/**
|
|
@@ -244,7 +533,7 @@ export const BanMessage_X = {
|
|
|
244
533
|
Citations: 0x00D8, // 0x00D8 (0x0010) [TArray<FString>]
|
|
245
534
|
BannedUntilTime: 0x00E8, // 0x00E8 (0x0004) [float]
|
|
246
535
|
__EventBanEnded__Delegate: 0x00F0, // 0x00F0 (0x0018) [FScriptDelegate]
|
|
247
|
-
...
|
|
536
|
+
...Object_,
|
|
248
537
|
} as const;
|
|
249
538
|
|
|
250
539
|
/**
|
|
@@ -253,7 +542,7 @@ export const BanMessage_X = {
|
|
|
253
542
|
* Extends: Object
|
|
254
543
|
*/
|
|
255
544
|
export const BeaconMessage_X = {
|
|
256
|
-
...
|
|
545
|
+
...Object_,
|
|
257
546
|
} as const;
|
|
258
547
|
|
|
259
548
|
/**
|
|
@@ -302,7 +591,7 @@ export const BlockStatusReporter_X = {
|
|
|
302
591
|
Config: 0x0078, // 0x0078 (0x0008) [UBlockStatusReporterConfig_X*]
|
|
303
592
|
__EventBlockListDownloaded__Delegate: 0x0080, // 0x0080 (0x0018) [FScriptDelegate]
|
|
304
593
|
__EventPlayerStatusDownloaded__Delegate: 0x0098, // 0x0098 (0x0018) [FScriptDelegate]
|
|
305
|
-
...
|
|
594
|
+
...Object_,
|
|
306
595
|
} as const;
|
|
307
596
|
|
|
308
597
|
/**
|
|
@@ -328,7 +617,7 @@ export const BlogTile_X = {
|
|
|
328
617
|
CategoryID: 0x0100, // 0x0100 (0x0004) [int32]
|
|
329
618
|
PlaylistId: 0x0104, // 0x0104 (0x0004) [int32]
|
|
330
619
|
InfoURL: 0x0108, // 0x0108 (0x0010) [FString]
|
|
331
|
-
...
|
|
620
|
+
...Object_,
|
|
332
621
|
} as const;
|
|
333
622
|
|
|
334
623
|
/**
|
|
@@ -340,7 +629,7 @@ export const BreadcrumbBroadcaster_X = {
|
|
|
340
629
|
BreadcrumbConfig: 0x0060, // 0x0060 (0x0008) [UBreadcrumbConfig_X*]
|
|
341
630
|
BreadcrumbInstance: 0x0068, // 0x0068 (0x0008) [FPointer]
|
|
342
631
|
__OnCrumbAddedDelegate__Delegate: 0x0070, // 0x0070 (0x0018) [FScriptDelegate]
|
|
343
|
-
...
|
|
632
|
+
...Object_,
|
|
344
633
|
} as const;
|
|
345
634
|
|
|
346
635
|
/**
|
|
@@ -351,7 +640,7 @@ export const BreadcrumbBroadcaster_X = {
|
|
|
351
640
|
export const CDN_X = {
|
|
352
641
|
URL: 0x0060, // 0x0060 (0x0010) [FString]
|
|
353
642
|
BlogURL: 0x0070, // 0x0070 (0x0010) [FString]
|
|
354
|
-
...
|
|
643
|
+
...Object_,
|
|
355
644
|
} as const;
|
|
356
645
|
|
|
357
646
|
/**
|
|
@@ -360,7 +649,7 @@ export const CDN_X = {
|
|
|
360
649
|
* Extends: Object
|
|
361
650
|
*/
|
|
362
651
|
export const CRC_X = {
|
|
363
|
-
...
|
|
652
|
+
...Object_,
|
|
364
653
|
} as const;
|
|
365
654
|
|
|
366
655
|
/**
|
|
@@ -370,7 +659,7 @@ export const CRC_X = {
|
|
|
370
659
|
*/
|
|
371
660
|
export const CabinedModeResponse = {
|
|
372
661
|
ArrayOfCabinedModeData: 0x0060, // 0x0060 (0x0010) [TArray<FCabinedModeData>]
|
|
373
|
-
...
|
|
662
|
+
...Object_,
|
|
374
663
|
} as const;
|
|
375
664
|
|
|
376
665
|
/**
|
|
@@ -400,7 +689,7 @@ export const CachedWebData_X = {
|
|
|
400
689
|
LoadError: 0x00A8, // 0x00A8 (0x0008) [UError*]
|
|
401
690
|
DownloadError: 0x00B0, // 0x00B0 (0x0008) [UError*]
|
|
402
691
|
bNewData: 0x00B8, // 0x00B8 (0x0004) [bool : 0x1]
|
|
403
|
-
...
|
|
692
|
+
...Object_,
|
|
404
693
|
} as const;
|
|
405
694
|
|
|
406
695
|
/**
|
|
@@ -414,6 +703,16 @@ export const CameraAttachmentComponent_X = {
|
|
|
414
703
|
...ActorComponent,
|
|
415
704
|
} as const;
|
|
416
705
|
|
|
706
|
+
/**
|
|
707
|
+
* Engine.CameraModifier_CameraShake Offsets
|
|
708
|
+
* Size: 0x009C
|
|
709
|
+
* Extends: CameraModifier
|
|
710
|
+
*/
|
|
711
|
+
export const CameraModifier_CameraShake = {
|
|
712
|
+
ActiveShakes: 0x0088, // 0x0088 (0x0010) [TArray<FCameraShakeInstance>]
|
|
713
|
+
SplitScreenShakeScale: 0x0098, // 0x0098 (0x0004) [float]
|
|
714
|
+
} as const;
|
|
715
|
+
|
|
417
716
|
/**
|
|
418
717
|
* ProjectX.CameraModifier_CameraShake_X Offsets
|
|
419
718
|
* Size: 0x00A0
|
|
@@ -442,7 +741,63 @@ export const CameraStateBlender_X = {
|
|
|
442
741
|
* Extends: Object
|
|
443
742
|
*/
|
|
444
743
|
export const CameraUtils_X = {
|
|
445
|
-
...
|
|
744
|
+
...Object_,
|
|
745
|
+
} as const;
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* Engine.Camera Offsets
|
|
749
|
+
* Size: 0x05B8
|
|
750
|
+
* Extends: Actor
|
|
751
|
+
*/
|
|
752
|
+
export const Camera = {
|
|
753
|
+
PCOwner: 0x0268, // 0x0268 (0x0008) [UPlayerController*]
|
|
754
|
+
CameraStyle: 0x0270, // 0x0270 (0x0008) [FName]
|
|
755
|
+
DefaultFOV: 0x0278, // 0x0278 (0x0004) [float]
|
|
756
|
+
bLockedFOV: 0x027C, // 0x027C (0x0004) [bool : 0x1]
|
|
757
|
+
bConstrainAspectRatio: 0x027C, // 0x027C (0x0004) [bool : 0x2]
|
|
758
|
+
bEnableFading: 0x027C, // 0x027C (0x0004) [bool : 0x4]
|
|
759
|
+
bFadeAudio: 0x027C, // 0x027C (0x0004) [bool : 0x8]
|
|
760
|
+
bForceDisableTemporalAA: 0x027C, // 0x027C (0x0004) [bool : 0x10]
|
|
761
|
+
bEnableColorScaling: 0x027C, // 0x027C (0x0004) [bool : 0x20]
|
|
762
|
+
bEnableColorScaleInterp: 0x027C, // 0x027C (0x0004) [bool : 0x40]
|
|
763
|
+
bUseClientSideCameraUpdates: 0x027C, // 0x027C (0x0004) [bool : 0x80]
|
|
764
|
+
bDebugClientSideCamera: 0x027C, // 0x027C (0x0004) [bool : 0x100]
|
|
765
|
+
bShouldSendClientSideCameraUpdate: 0x027C, // 0x027C (0x0004) [bool : 0x200]
|
|
766
|
+
LockedFOV: 0x0280, // 0x0280 (0x0004) [float]
|
|
767
|
+
ConstrainedAspectRatio: 0x0284, // 0x0284 (0x0004) [float]
|
|
768
|
+
DefaultAspectRatio: 0x0288, // 0x0288 (0x0004) [float]
|
|
769
|
+
OffAxisYawAngle: 0x028C, // 0x028C (0x0004) [float]
|
|
770
|
+
OffAxisPitchAngle: 0x0290, // 0x0290 (0x0004) [float]
|
|
771
|
+
FadeColor: 0x0294, // 0x0294 (0x0004) [FColor]
|
|
772
|
+
FadeAmount: 0x0298, // 0x0298 (0x0004) [float]
|
|
773
|
+
CamOverridePostProcessAlpha: 0x029C, // 0x029C (0x0004) [float]
|
|
774
|
+
CamPostProcessSettings: 0x02A0, // 0x02A0 (0x0168) [FPostProcessSettings]
|
|
775
|
+
RenderingOverrides: 0x0408, // 0x0408 (0x0004) [FRenderingPerformanceOverrides]
|
|
776
|
+
ColorScale: 0x040C, // 0x040C (0x000C) [FVector]
|
|
777
|
+
DesiredColorScale: 0x0418, // 0x0418 (0x000C) [FVector]
|
|
778
|
+
OriginalColorScale: 0x0424, // 0x0424 (0x000C) [FVector]
|
|
779
|
+
ColorScaleInterpDuration: 0x0430, // 0x0430 (0x0004) [float]
|
|
780
|
+
ColorScaleInterpStartTime: 0x0434, // 0x0434 (0x0004) [float]
|
|
781
|
+
CameraCache: 0x0438, // 0x0438 (0x0020) [FTCameraCache]
|
|
782
|
+
LastFrameCameraCache: 0x0458, // 0x0458 (0x0020) [FTCameraCache]
|
|
783
|
+
ViewTarget: 0x0478, // 0x0478 (0x0038) [FTViewTarget]
|
|
784
|
+
PendingViewTarget: 0x04B0, // 0x04B0 (0x0038) [FTViewTarget]
|
|
785
|
+
BlendTimeToGo: 0x04E8, // 0x04E8 (0x0004) [float]
|
|
786
|
+
BlendParams: 0x04EC, // 0x04EC (0x0010) [FViewTargetTransitionParams]
|
|
787
|
+
ModifierList: 0x0500, // 0x0500 (0x0010) [TArray<UCameraModifier*>]
|
|
788
|
+
FreeCamDistance: 0x0510, // 0x0510 (0x0004) [float]
|
|
789
|
+
FreeCamOffset: 0x0514, // 0x0514 (0x000C) [FVector]
|
|
790
|
+
FadeAlpha: 0x0520, // 0x0520 (0x0008) [FVector2D]
|
|
791
|
+
FadeTime: 0x0528, // 0x0528 (0x0004) [float]
|
|
792
|
+
FadeTimeRemaining: 0x052C, // 0x052C (0x0004) [float]
|
|
793
|
+
CameraLensEffects: 0x0530, // 0x0530 (0x0010) [TArray<UEmitterCameraLensEffectBase*>]
|
|
794
|
+
CameraShakeCamMod: 0x0540, // 0x0540 (0x0008) [UCameraModifier_CameraShake*]
|
|
795
|
+
CameraShakeCamModClass: 0x0548, // 0x0548 (0x0008) [UClass*]
|
|
796
|
+
AnimInstPool: 0x0550, // 0x0550 (0x0040) [UCameraAnimInst*]
|
|
797
|
+
ActiveAnims: 0x0590, // 0x0590 (0x0010) [TArray<UCameraAnimInst*>]
|
|
798
|
+
FreeAnims: 0x05A0, // 0x05A0 (0x0010) [TArray<UCameraAnimInst*>]
|
|
799
|
+
AnimCameraActor: 0x05B0, // 0x05B0 (0x0008) [UDynamicCameraActor*]
|
|
800
|
+
...Actor,
|
|
446
801
|
} as const;
|
|
447
802
|
|
|
448
803
|
/**
|
|
@@ -495,6 +850,23 @@ export const CanvasTextureComponent_X = {
|
|
|
495
850
|
...ActorComponent,
|
|
496
851
|
} as const;
|
|
497
852
|
|
|
853
|
+
/**
|
|
854
|
+
* Engine.TextureRenderTarget2D Offsets
|
|
855
|
+
* Size: 0x0198
|
|
856
|
+
* Extends: TextureRenderTarget
|
|
857
|
+
*/
|
|
858
|
+
export const TextureRenderTarget2D = {
|
|
859
|
+
SizeX: 0x0158, // 0x0158 (0x0004) [int32]
|
|
860
|
+
SizeY: 0x015C, // 0x015C (0x0004) [int32]
|
|
861
|
+
Format: 0x0160, // 0x0160 (0x0001) [EPixelFormat]
|
|
862
|
+
AddressX: 0x0161, // 0x0161 (0x0001) [TextureAddress]
|
|
863
|
+
AddressY: 0x0162, // 0x0162 (0x0001) [TextureAddress]
|
|
864
|
+
ClearColor: 0x0164, // 0x0164 (0x0010) [FLinearColor]
|
|
865
|
+
bForceLinearGamma: 0x0174, // 0x0174 (0x0004) [bool : 0x1]
|
|
866
|
+
ExtraTexCreateFlags: 0x0178, // 0x0178 (0x0004) [int32]
|
|
867
|
+
__EventResourceUpdated__Delegate: 0x0180, // 0x0180 (0x0018) [FScriptDelegate]
|
|
868
|
+
} as const;
|
|
869
|
+
|
|
498
870
|
/**
|
|
499
871
|
* ProjectX.CanvasTexture_X Offsets
|
|
500
872
|
* Size: 0x01B0
|
|
@@ -505,6 +877,17 @@ export const CanvasTexture_X = {
|
|
|
505
877
|
...TextureRenderTarget2D,
|
|
506
878
|
} as const;
|
|
507
879
|
|
|
880
|
+
/**
|
|
881
|
+
* Engine.CheatManager Offsets
|
|
882
|
+
* Size: 0x0080
|
|
883
|
+
* Extends: Object
|
|
884
|
+
*/
|
|
885
|
+
export const CheatManager = {
|
|
886
|
+
ViewingFrom: 0x0060, // 0x0060 (0x0010) [FString]
|
|
887
|
+
OwnCamera: 0x0070, // 0x0070 (0x0010) [FString]
|
|
888
|
+
...Object_,
|
|
889
|
+
} as const;
|
|
890
|
+
|
|
508
891
|
/**
|
|
509
892
|
* ProjectX.CheatManager_X Offsets
|
|
510
893
|
* Size: 0x0098
|
|
@@ -521,7 +904,7 @@ export const CheatManager_X = {
|
|
|
521
904
|
* Extends: Object
|
|
522
905
|
*/
|
|
523
906
|
export const CheatObject_X = {
|
|
524
|
-
...
|
|
907
|
+
...Object_,
|
|
525
908
|
} as const;
|
|
526
909
|
|
|
527
910
|
/**
|
|
@@ -540,7 +923,7 @@ export const CheckReservation_X = {
|
|
|
540
923
|
ReservationBeacon: 0x0108, // 0x0108 (0x0008) [unknown]
|
|
541
924
|
__OnStartSearch__Delegate: 0x0110, // 0x0110 (0x0018) [FScriptDelegate]
|
|
542
925
|
__OnFoundReservation__Delegate: 0x0128, // 0x0128 (0x0018) [FScriptDelegate]
|
|
543
|
-
...
|
|
926
|
+
...Object_,
|
|
544
927
|
} as const;
|
|
545
928
|
|
|
546
929
|
/**
|
|
@@ -555,7 +938,7 @@ export const ClanforgeReservation_X = {
|
|
|
555
938
|
SendFailures: 0x00A8, // 0x00A8 (0x0004) [int32]
|
|
556
939
|
QueuedRequests: 0x00B0, // 0x00B0 (0x0010) [TArray<UWebRequest_X*>]
|
|
557
940
|
PendingRequest: 0x00C0, // 0x00C0 (0x0008) [UWebRequest_X*]
|
|
558
|
-
...
|
|
941
|
+
...Object_,
|
|
559
942
|
} as const;
|
|
560
943
|
|
|
561
944
|
/**
|
|
@@ -572,7 +955,7 @@ export const ClientNetMetrics_X = {
|
|
|
572
955
|
PsyPings: 0x00A0, // 0x00A0 (0x0010) [TArray<float>]
|
|
573
956
|
PsyPacketsLost: 0x00B0, // 0x00B0 (0x0004) [int32]
|
|
574
957
|
ConnectionType: 0x00B4, // 0x00B4 (0x0001) [EConnectionType_X]
|
|
575
|
-
...
|
|
958
|
+
...Object_,
|
|
576
959
|
} as const;
|
|
577
960
|
|
|
578
961
|
/**
|
|
@@ -585,6 +968,17 @@ export const ClientReservationMessage_X = {
|
|
|
585
968
|
...BeaconMessage_X,
|
|
586
969
|
} as const;
|
|
587
970
|
|
|
971
|
+
/**
|
|
972
|
+
* Core.ErrorList Offsets
|
|
973
|
+
* Size: 0x0080
|
|
974
|
+
* Extends: Object
|
|
975
|
+
*/
|
|
976
|
+
export const ErrorList = {
|
|
977
|
+
LocalizationPackage: 0x0060, // 0x0060 (0x0010) [FString]
|
|
978
|
+
LocalizationSection: 0x0070, // 0x0070 (0x0010) [FString]
|
|
979
|
+
...Object_,
|
|
980
|
+
} as const;
|
|
981
|
+
|
|
588
982
|
/**
|
|
589
983
|
* ProjectX.ClubErrors_X Offsets
|
|
590
984
|
* Size: 0x0130
|
|
@@ -626,7 +1020,7 @@ export const ClubInvite_X = {
|
|
|
626
1020
|
ClubName: 0x0068, // 0x0068 (0x0010) [FString]
|
|
627
1021
|
ClubTag: 0x0078, // 0x0078 (0x0010) [FString]
|
|
628
1022
|
InvitedBy: 0x0088, // 0x0088 (0x00B8) [FClubMember]
|
|
629
|
-
...
|
|
1023
|
+
...Object_,
|
|
630
1024
|
} as const;
|
|
631
1025
|
|
|
632
1026
|
/**
|
|
@@ -640,7 +1034,7 @@ export const ClubServerResult_X = {
|
|
|
640
1034
|
ServerName: 0x0078, // 0x0078 (0x0010) [FString]
|
|
641
1035
|
CustomServerName: 0x0088, // 0x0088 (0x0010) [FString]
|
|
642
1036
|
CustomServerPassword: 0x0098, // 0x0098 (0x0010) [FString]
|
|
643
|
-
...
|
|
1037
|
+
...Object_,
|
|
644
1038
|
} as const;
|
|
645
1039
|
|
|
646
1040
|
/**
|
|
@@ -653,7 +1047,7 @@ export const ClubSettings_X = {
|
|
|
653
1047
|
ClubTag: 0x0070, // 0x0070 (0x0010) [FString]
|
|
654
1048
|
PrimaryColor: 0x0080, // 0x0080 (0x0004) [int32]
|
|
655
1049
|
AccentColor: 0x0084, // 0x0084 (0x0004) [int32]
|
|
656
|
-
...
|
|
1050
|
+
...Object_,
|
|
657
1051
|
} as const;
|
|
658
1052
|
|
|
659
1053
|
/**
|
|
@@ -679,7 +1073,7 @@ export const ClubDetails_X = {
|
|
|
679
1073
|
* Extends: Object
|
|
680
1074
|
*/
|
|
681
1075
|
export const ClubUtil_X = {
|
|
682
|
-
...
|
|
1076
|
+
...Object_,
|
|
683
1077
|
} as const;
|
|
684
1078
|
|
|
685
1079
|
/**
|
|
@@ -692,7 +1086,7 @@ export const ColorPalette_X = {
|
|
|
692
1086
|
HueCount: 0x0064, // 0x0064 (0x0004) [int32]
|
|
693
1087
|
ValueCount: 0x0068, // 0x0068 (0x0004) [int32]
|
|
694
1088
|
Colors: 0x0070, // 0x0070 (0x0010) [TArray<FLinearColor>]
|
|
695
|
-
...
|
|
1089
|
+
...Object_,
|
|
696
1090
|
} as const;
|
|
697
1091
|
|
|
698
1092
|
/**
|
|
@@ -701,7 +1095,7 @@ export const ColorPalette_X = {
|
|
|
701
1095
|
* Extends: Object
|
|
702
1096
|
*/
|
|
703
1097
|
export const Compression_X = {
|
|
704
|
-
...
|
|
1098
|
+
...Object_,
|
|
705
1099
|
} as const;
|
|
706
1100
|
|
|
707
1101
|
/**
|
|
@@ -717,7 +1111,7 @@ export const ControlPreset_X = {
|
|
|
717
1111
|
SteamInputBindings: 0x0088, // 0x0088 (0x0010) [TArray<FPlayerBinding>]
|
|
718
1112
|
CustomPresetName: 0x0098, // 0x0098 (0x0008) [FName]
|
|
719
1113
|
DefaultPresetName: 0x00A0, // 0x00A0 (0x0008) [FName]
|
|
720
|
-
...
|
|
1114
|
+
...Object_,
|
|
721
1115
|
} as const;
|
|
722
1116
|
|
|
723
1117
|
/**
|
|
@@ -726,7 +1120,7 @@ export const ControlPreset_X = {
|
|
|
726
1120
|
* Extends: Object
|
|
727
1121
|
*/
|
|
728
1122
|
export const CrashReport_X = {
|
|
729
|
-
...
|
|
1123
|
+
...Object_,
|
|
730
1124
|
} as const;
|
|
731
1125
|
|
|
732
1126
|
/**
|
|
@@ -745,7 +1139,7 @@ export const DDoSService_X = {
|
|
|
745
1139
|
DDoSStartProtectionInFlight_Name: 0x00B0, // 0x00B0 (0x0008) [FName]
|
|
746
1140
|
DDoSProtectionEnabled_Name: 0x00B8, // 0x00B8 (0x0008) [FName]
|
|
747
1141
|
DDoSProtectionDisabled_Name: 0x00C0, // 0x00C0 (0x0008) [FName]
|
|
748
|
-
...
|
|
1142
|
+
...Object_,
|
|
749
1143
|
} as const;
|
|
750
1144
|
|
|
751
1145
|
/**
|
|
@@ -756,7 +1150,25 @@ export const DDoSService_X = {
|
|
|
756
1150
|
export const DSPendingMessage_X = {
|
|
757
1151
|
Message: 0x0060, // 0x0060 (0x0008) [UDSR_DSMessage_X*]
|
|
758
1152
|
TimeoutTime: 0x0068, // 0x0068 (0x0004) [float]
|
|
759
|
-
...
|
|
1153
|
+
...Object_,
|
|
1154
|
+
} as const;
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* Core.DebugDrawer Offsets
|
|
1158
|
+
* Size: 0x00C0
|
|
1159
|
+
* Extends: Object
|
|
1160
|
+
*/
|
|
1161
|
+
export const DebugDrawer = {
|
|
1162
|
+
DefaultTextColor: 0x0060, // 0x0060 (0x0004) [FColor]
|
|
1163
|
+
bSilent: 0x0064, // 0x0064 (0x0004) [bool : 0x1]
|
|
1164
|
+
bPrintActorsInline: 0x0064, // 0x0064 (0x0004) [bool : 0x2]
|
|
1165
|
+
Indentation: 0x0068, // 0x0068 (0x0004) [int32]
|
|
1166
|
+
IndentationString: 0x0070, // 0x0070 (0x0010) [FString]
|
|
1167
|
+
PrintedObjects: 0x0080, // 0x0080 (0x0010) [TArray<UObject*>]
|
|
1168
|
+
QueuedObjects: 0x0090, // 0x0090 (0x0010) [TArray<UObject*>]
|
|
1169
|
+
PrintObjectCount: 0x00A0, // 0x00A0 (0x0004) [int32]
|
|
1170
|
+
__LogFunc__Delegate: 0x00A8, // 0x00A8 (0x0018) [FScriptDelegate]
|
|
1171
|
+
...Object_,
|
|
760
1172
|
} as const;
|
|
761
1173
|
|
|
762
1174
|
/**
|
|
@@ -782,7 +1194,7 @@ export const DebugDrawer_X = {
|
|
|
782
1194
|
* Extends: Object
|
|
783
1195
|
*/
|
|
784
1196
|
export const DecodeObjectTypes_X = {
|
|
785
|
-
...
|
|
1197
|
+
...Object_,
|
|
786
1198
|
} as const;
|
|
787
1199
|
|
|
788
1200
|
/**
|
|
@@ -793,7 +1205,7 @@ export const DecodeObjectTypes_X = {
|
|
|
793
1205
|
export const DecodeObject_X = {
|
|
794
1206
|
Checksum: 0x0060, // 0x0060 (0x0004) [int32]
|
|
795
1207
|
Error: 0x0068, // 0x0068 (0x0008) [UError*]
|
|
796
|
-
...
|
|
1208
|
+
...Object_,
|
|
797
1209
|
} as const;
|
|
798
1210
|
|
|
799
1211
|
/**
|
|
@@ -818,6 +1230,20 @@ export const DecodeObjectUObject_X = {
|
|
|
818
1230
|
...DecodeObject_X,
|
|
819
1231
|
} as const;
|
|
820
1232
|
|
|
1233
|
+
/**
|
|
1234
|
+
* Engine.DistributionFloatParameterBase Offsets
|
|
1235
|
+
* Size: 0x00A1
|
|
1236
|
+
* Extends: DistributionFloatConstant
|
|
1237
|
+
*/
|
|
1238
|
+
export const DistributionFloatParameterBase = {
|
|
1239
|
+
ParameterName: 0x0088, // 0x0088 (0x0008) [FName]
|
|
1240
|
+
MinInput: 0x0090, // 0x0090 (0x0004) [float]
|
|
1241
|
+
MaxInput: 0x0094, // 0x0094 (0x0004) [float]
|
|
1242
|
+
MinOutput: 0x0098, // 0x0098 (0x0004) [float]
|
|
1243
|
+
MaxOutput: 0x009C, // 0x009C (0x0004) [float]
|
|
1244
|
+
ParamMode: 0x00A0, // 0x00A0 (0x0001) [DistributionParamMode]
|
|
1245
|
+
} as const;
|
|
1246
|
+
|
|
821
1247
|
/**
|
|
822
1248
|
* ProjectX.DistributionFloatShakeParameter_X Offsets
|
|
823
1249
|
* Size: 0x00A8
|
|
@@ -834,7 +1260,7 @@ export const DistributionFloatShakeParameter_X = {
|
|
|
834
1260
|
*/
|
|
835
1261
|
export const DownloadedPlaylistsData_X = {
|
|
836
1262
|
Playlists: 0x0060, // 0x0060 (0x0010) [TArray<UGameSettingPlaylist_X*>]
|
|
837
|
-
...
|
|
1263
|
+
...Object_,
|
|
838
1264
|
} as const;
|
|
839
1265
|
|
|
840
1266
|
/**
|
|
@@ -846,7 +1272,7 @@ export const DynamicValueModifier_X = {
|
|
|
846
1272
|
DisplayName: 0x0060, // 0x0060 (0x0010) [FString]
|
|
847
1273
|
Type: 0x0070, // 0x0070 (0x0001) [EDynamicValueModType]
|
|
848
1274
|
Priority: 0x0074, // 0x0074 (0x0004) [int32]
|
|
849
|
-
...
|
|
1275
|
+
...Object_,
|
|
850
1276
|
} as const;
|
|
851
1277
|
|
|
852
1278
|
/**
|
|
@@ -886,7 +1312,7 @@ export const DynamicValue_X = {
|
|
|
886
1312
|
MinValue: 0x006C, // 0x006C (0x0004) [float]
|
|
887
1313
|
Modifiers: 0x0070, // 0x0070 (0x0010) [TArray<UDynamicValueModifier_X*>]
|
|
888
1314
|
CachedValue: 0x0080, // 0x0080 (0x0004) [float]
|
|
889
|
-
...
|
|
1315
|
+
...Object_,
|
|
890
1316
|
} as const;
|
|
891
1317
|
|
|
892
1318
|
/**
|
|
@@ -904,7 +1330,7 @@ export const EASAuthResponse = {
|
|
|
904
1330
|
product_id: 0x00B8, // 0x00B8 (0x0010) [FString]
|
|
905
1331
|
sandbox_id: 0x00C8, // 0x00C8 (0x0010) [FString]
|
|
906
1332
|
deployment_id: 0x00D8, // 0x00D8 (0x0010) [FString]
|
|
907
|
-
...
|
|
1333
|
+
...Object_,
|
|
908
1334
|
} as const;
|
|
909
1335
|
|
|
910
1336
|
/**
|
|
@@ -915,7 +1341,7 @@ export const EASAuthResponse = {
|
|
|
915
1341
|
export const EOSHelpers_X = {
|
|
916
1342
|
__HTTPRequestCallback__Delegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
917
1343
|
__ConvertErrorFunction__Delegate: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
918
|
-
...
|
|
1344
|
+
...Object_,
|
|
919
1345
|
} as const;
|
|
920
1346
|
|
|
921
1347
|
/**
|
|
@@ -925,7 +1351,7 @@ export const EOSHelpers_X = {
|
|
|
925
1351
|
*/
|
|
926
1352
|
export const EOSMetricEvent_X = {
|
|
927
1353
|
EventName: 0x0060, // 0x0060 (0x0008) [FName]
|
|
928
|
-
...
|
|
1354
|
+
...Object_,
|
|
929
1355
|
} as const;
|
|
930
1356
|
|
|
931
1357
|
/**
|
|
@@ -958,7 +1384,7 @@ export const EOSMetrics_X = {
|
|
|
958
1384
|
CurrentEvents: 0x00A0, // 0x00A0 (0x0010) [FMetricEventJsonStruct]
|
|
959
1385
|
LatestLocation: 0x00B0, // 0x00B0 (0x0010) [FString]
|
|
960
1386
|
StreamingServiceType: 0x00C0, // 0x00C0 (0x0010) [FString]
|
|
961
|
-
...
|
|
1387
|
+
...Object_,
|
|
962
1388
|
} as const;
|
|
963
1389
|
|
|
964
1390
|
/**
|
|
@@ -971,7 +1397,7 @@ export const EOS_ErrorResponse = {
|
|
|
971
1397
|
NumericErrorCode: 0x0070, // 0x0070 (0x0004) [int32]
|
|
972
1398
|
ErrorCode: 0x0078, // 0x0078 (0x0010) [FString]
|
|
973
1399
|
MessageVars: 0x0088, // 0x0088 (0x0010) [TArray<FString>]
|
|
974
|
-
...
|
|
1400
|
+
...Object_,
|
|
975
1401
|
} as const;
|
|
976
1402
|
|
|
977
1403
|
/**
|
|
@@ -981,7 +1407,7 @@ export const EOS_ErrorResponse = {
|
|
|
981
1407
|
*/
|
|
982
1408
|
export const EOS_GetAccountsResponse = {
|
|
983
1409
|
Accounts: 0x0060, // 0x0060 (0x0010) [TArray<FEOSAccountInfo>]
|
|
984
|
-
...
|
|
1410
|
+
...Object_,
|
|
985
1411
|
} as const;
|
|
986
1412
|
|
|
987
1413
|
/**
|
|
@@ -1006,7 +1432,7 @@ export const EOS_AccountSummaryResponse = {
|
|
|
1006
1432
|
export const EOS_ManageBlockListResponse = {
|
|
1007
1433
|
AccountId: 0x0060, // 0x0060 (0x0010) [FString]
|
|
1008
1434
|
Created: 0x0070, // 0x0070 (0x0010) [FString]
|
|
1009
|
-
...
|
|
1435
|
+
...Object_,
|
|
1010
1436
|
} as const;
|
|
1011
1437
|
|
|
1012
1438
|
/**
|
|
@@ -1016,7 +1442,7 @@ export const EOS_ManageBlockListResponse = {
|
|
|
1016
1442
|
*/
|
|
1017
1443
|
export const EOS_ManageFriendsListResponse = {
|
|
1018
1444
|
Status: 0x0060, // 0x0060 (0x0010) [FString]
|
|
1019
|
-
...
|
|
1445
|
+
...Object_,
|
|
1020
1446
|
} as const;
|
|
1021
1447
|
|
|
1022
1448
|
/**
|
|
@@ -1026,7 +1452,7 @@ export const EOS_ManageFriendsListResponse = {
|
|
|
1026
1452
|
*/
|
|
1027
1453
|
export const EffectsMap_X = {
|
|
1028
1454
|
Effects: 0x0060, // 0x0060 (0x0010) [TArray<FEffectsMapping>]
|
|
1029
|
-
...
|
|
1455
|
+
...Object_,
|
|
1030
1456
|
} as const;
|
|
1031
1457
|
|
|
1032
1458
|
/**
|
|
@@ -1035,7 +1461,7 @@ export const EffectsMap_X = {
|
|
|
1035
1461
|
* Extends: Object
|
|
1036
1462
|
*/
|
|
1037
1463
|
export const EnableOnlineSave_X = {
|
|
1038
|
-
...
|
|
1464
|
+
...Object_,
|
|
1039
1465
|
} as const;
|
|
1040
1466
|
|
|
1041
1467
|
/**
|
|
@@ -1046,7 +1472,7 @@ export const EnableOnlineSave_X = {
|
|
|
1046
1472
|
export const EncodeObjectFactory_X = {
|
|
1047
1473
|
JsonSerializer: 0x0060, // 0x0060 (0x0008) [UJSONSerializer_X*]
|
|
1048
1474
|
ObjectSerializer: 0x0068, // 0x0068 (0x0008) [UObjectSerializer_X*]
|
|
1049
|
-
...
|
|
1475
|
+
...Object_,
|
|
1050
1476
|
} as const;
|
|
1051
1477
|
|
|
1052
1478
|
/**
|
|
@@ -1055,7 +1481,7 @@ export const EncodeObjectFactory_X = {
|
|
|
1055
1481
|
* Extends: Object
|
|
1056
1482
|
*/
|
|
1057
1483
|
export const EncodeObjectTypes_X = {
|
|
1058
|
-
...
|
|
1484
|
+
...Object_,
|
|
1059
1485
|
} as const;
|
|
1060
1486
|
|
|
1061
1487
|
/**
|
|
@@ -1067,7 +1493,7 @@ export const EncodeObject_X = {
|
|
|
1067
1493
|
Encoding: 0x0060, // 0x0060 (0x0001) [EObjectEncoding]
|
|
1068
1494
|
Checksum: 0x0064, // 0x0064 (0x0004) [int32]
|
|
1069
1495
|
Encoded: 0x0068, // 0x0068 (0x0010) [FString]
|
|
1070
|
-
...
|
|
1496
|
+
...Object_,
|
|
1071
1497
|
} as const;
|
|
1072
1498
|
|
|
1073
1499
|
/**
|
|
@@ -1090,6 +1516,15 @@ export const EncodeObjectUObject_X = {
|
|
|
1090
1516
|
...EncodeObject_X,
|
|
1091
1517
|
} as const;
|
|
1092
1518
|
|
|
1519
|
+
/**
|
|
1520
|
+
* Engine.EngineShare Offsets
|
|
1521
|
+
* Size: 0x0060
|
|
1522
|
+
* Extends: Object
|
|
1523
|
+
*/
|
|
1524
|
+
export const EngineShare = {
|
|
1525
|
+
...Object_,
|
|
1526
|
+
} as const;
|
|
1527
|
+
|
|
1093
1528
|
/**
|
|
1094
1529
|
* ProjectX.EngineShare_X Offsets
|
|
1095
1530
|
* Size: 0x0170
|
|
@@ -1169,7 +1604,7 @@ export const EpicFriendsPlugin_X = {
|
|
|
1169
1604
|
__HTTPRequestCallback__Delegate: 0x00F0, // 0x00F0 (0x0018) [FScriptDelegate]
|
|
1170
1605
|
__AddFriendCallback__Delegate: 0x0108, // 0x0108 (0x0018) [FScriptDelegate]
|
|
1171
1606
|
__GetOutgoingFriendsCallback__Delegate: 0x0120, // 0x0120 (0x0018) [FScriptDelegate]
|
|
1172
|
-
...
|
|
1607
|
+
...Object_,
|
|
1173
1608
|
} as const;
|
|
1174
1609
|
|
|
1175
1610
|
/**
|
|
@@ -1207,7 +1642,7 @@ export const EpicLogin_X = {
|
|
|
1207
1642
|
__EventReceivedEpicAuthTicket__Delegate: 0x0140, // 0x0140 (0x0018) [FScriptDelegate]
|
|
1208
1643
|
__EventInitialized__Delegate: 0x0158, // 0x0158 (0x0018) [FScriptDelegate]
|
|
1209
1644
|
__EventCreatedEpicGamesAccount__Delegate: 0x0170, // 0x0170 (0x0018) [FScriptDelegate]
|
|
1210
|
-
...
|
|
1645
|
+
...Object_,
|
|
1211
1646
|
} as const;
|
|
1212
1647
|
|
|
1213
1648
|
/**
|
|
@@ -1218,7 +1653,7 @@ export const EpicLogin_X = {
|
|
|
1218
1653
|
export const EpochTimerTick_X = {
|
|
1219
1654
|
VfTable_FTickableObject: 0x0060, // 0x0060 (0x0008) [FPointer]
|
|
1220
1655
|
Timers: 0x0068, // 0x0068 (0x0010) [TArray<FEpochTimer>]
|
|
1221
|
-
...
|
|
1656
|
+
...Object_,
|
|
1222
1657
|
} as const;
|
|
1223
1658
|
|
|
1224
1659
|
/**
|
|
@@ -1227,7 +1662,7 @@ export const EpochTimerTick_X = {
|
|
|
1227
1662
|
* Extends: Object
|
|
1228
1663
|
*/
|
|
1229
1664
|
export const EpochTimers_X = {
|
|
1230
|
-
...
|
|
1665
|
+
...Object_,
|
|
1231
1666
|
} as const;
|
|
1232
1667
|
|
|
1233
1668
|
/**
|
|
@@ -1340,7 +1775,7 @@ export const EulaTextResponse = {
|
|
|
1340
1775
|
URL: 0x00E0, // 0x00E0 (0x0010) [FString]
|
|
1341
1776
|
WasDeclined: 0x00F0, // 0x00F0 (0x0004) [bool : 0x1]
|
|
1342
1777
|
HasResponse: 0x00F0, // 0x00F0 (0x0004) [bool : 0x2]
|
|
1343
|
-
...
|
|
1778
|
+
...Object_,
|
|
1344
1779
|
} as const;
|
|
1345
1780
|
|
|
1346
1781
|
/**
|
|
@@ -1462,7 +1897,7 @@ export const Explosion_X = {
|
|
|
1462
1897
|
* Extends: Object
|
|
1463
1898
|
*/
|
|
1464
1899
|
export const FXActorEvent_X = {
|
|
1465
|
-
...
|
|
1900
|
+
...Object_,
|
|
1466
1901
|
} as const;
|
|
1467
1902
|
|
|
1468
1903
|
/**
|
|
@@ -1503,7 +1938,7 @@ export const FXActor_X = {
|
|
|
1503
1938
|
* Extends: Object
|
|
1504
1939
|
*/
|
|
1505
1940
|
export const FXAttachmentTraitBase_X = {
|
|
1506
|
-
...
|
|
1941
|
+
...Object_,
|
|
1507
1942
|
} as const;
|
|
1508
1943
|
|
|
1509
1944
|
/**
|
|
@@ -1517,7 +1952,23 @@ export const FakeData_X = {
|
|
|
1517
1952
|
Data2: 0x00A0, // 0x00A0 (0x0090) [FFakeData2]
|
|
1518
1953
|
Data3: 0x0130, // 0x0130 (0x0130) [FFakeData3]
|
|
1519
1954
|
Data4: 0x0260, // 0x0260 (0x0120) [FFakeData4]
|
|
1520
|
-
...
|
|
1955
|
+
...Object_,
|
|
1956
|
+
} as const;
|
|
1957
|
+
|
|
1958
|
+
/**
|
|
1959
|
+
* Core.AsyncTask Offsets
|
|
1960
|
+
* Size: 0x00D0
|
|
1961
|
+
* Extends: Object
|
|
1962
|
+
*/
|
|
1963
|
+
export const AsyncTask = {
|
|
1964
|
+
bComplete: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
1965
|
+
bDisposed: 0x0060, // 0x0060 (0x0004) [bool : 0x2]
|
|
1966
|
+
Error: 0x0068, // 0x0068 (0x0008) [UError*]
|
|
1967
|
+
__EventAsyncTaskSuccess__Delegate: 0x0070, // 0x0070 (0x0018) [FScriptDelegate]
|
|
1968
|
+
__EventAsyncTaskFail__Delegate: 0x0088, // 0x0088 (0x0018) [FScriptDelegate]
|
|
1969
|
+
__EventAsyncTaskComplete__Delegate: 0x00A0, // 0x00A0 (0x0018) [FScriptDelegate]
|
|
1970
|
+
__EventDisposed__Delegate: 0x00B8, // 0x00B8 (0x0018) [FScriptDelegate]
|
|
1971
|
+
...Object_,
|
|
1521
1972
|
} as const;
|
|
1522
1973
|
|
|
1523
1974
|
/**
|
|
@@ -1540,7 +1991,7 @@ export const FindServerTask_X = {
|
|
|
1540
1991
|
export const FuncTestCommandPair_X = {
|
|
1541
1992
|
Device: 0x0060, // 0x0060 (0x0008) [FName]
|
|
1542
1993
|
Command: 0x0068, // 0x0068 (0x0010) [FString]
|
|
1543
|
-
...
|
|
1994
|
+
...Object_,
|
|
1544
1995
|
} as const;
|
|
1545
1996
|
|
|
1546
1997
|
/**
|
|
@@ -1552,7 +2003,7 @@ export const FuncTestDesc_X = {
|
|
|
1552
2003
|
TestName: 0x0060, // 0x0060 (0x0010) [FString]
|
|
1553
2004
|
Tags: 0x0070, // 0x0070 (0x0010) [TArray<FName>]
|
|
1554
2005
|
Groups: 0x0080, // 0x0080 (0x0010) [TArray<UFuncTestGroup_X*>]
|
|
1555
|
-
...
|
|
2006
|
+
...Object_,
|
|
1556
2007
|
} as const;
|
|
1557
2008
|
|
|
1558
2009
|
/**
|
|
@@ -1562,7 +2013,7 @@ export const FuncTestDesc_X = {
|
|
|
1562
2013
|
*/
|
|
1563
2014
|
export const FuncTestGroup_X = {
|
|
1564
2015
|
Commands: 0x0060, // 0x0060 (0x0010) [TArray<UFuncTestCommandPair_X*>]
|
|
1565
|
-
...
|
|
2016
|
+
...Object_,
|
|
1566
2017
|
} as const;
|
|
1567
2018
|
|
|
1568
2019
|
/**
|
|
@@ -1578,7 +2029,7 @@ export const GFxDataRow_X = {
|
|
|
1578
2029
|
ProxyObject: 0x0080, // 0x0080 (0x0008) [UObject*]
|
|
1579
2030
|
Shell: 0x0088, // 0x0088 (0x0008) [UGFxShell_X*]
|
|
1580
2031
|
RowIndex: 0x0090, // 0x0090 (0x0004) [int32]
|
|
1581
|
-
...
|
|
2032
|
+
...Object_,
|
|
1582
2033
|
} as const;
|
|
1583
2034
|
|
|
1584
2035
|
/**
|
|
@@ -1603,6 +2054,19 @@ export const GFxDataStore_X = {
|
|
|
1603
2054
|
...Component,
|
|
1604
2055
|
} as const;
|
|
1605
2056
|
|
|
2057
|
+
/**
|
|
2058
|
+
* GFxUI.GFxEngine Offsets
|
|
2059
|
+
* Size: 0x0128
|
|
2060
|
+
* Extends: Object
|
|
2061
|
+
*/
|
|
2062
|
+
export const GFxEngine = {
|
|
2063
|
+
GCReferences: 0x0060, // 0x0060 (0x0010) [TArray<FGCReference>]
|
|
2064
|
+
RefCount: 0x0070, // 0x0070 (0x0004) [int32]
|
|
2065
|
+
LoadingScreenInfo: 0x0078, // 0x0078 (0x00A0) [FLoadingMovieMapInfo]
|
|
2066
|
+
IgnoreWarningsThatStartWith: 0x0118, // 0x0118 (0x0010) [TArray<FString>]
|
|
2067
|
+
...Object_,
|
|
2068
|
+
} as const;
|
|
2069
|
+
|
|
1606
2070
|
/**
|
|
1607
2071
|
* ProjectX.GFxEngine_X Offsets
|
|
1608
2072
|
* Size: 0x01A0
|
|
@@ -1632,7 +2096,65 @@ export const GFxModal_X = {
|
|
|
1632
2096
|
ConfirmString: 0x0088, // 0x0088 (0x0010) [FString]
|
|
1633
2097
|
__ClickDelegate__Delegate: 0x0098, // 0x0098 (0x0018) [FScriptDelegate]
|
|
1634
2098
|
__EventClosed__Delegate: 0x00B0, // 0x00B0 (0x0018) [FScriptDelegate]
|
|
1635
|
-
...
|
|
2099
|
+
...Object_,
|
|
2100
|
+
} as const;
|
|
2101
|
+
|
|
2102
|
+
/**
|
|
2103
|
+
* GFxUI.GFxMoviePlayer Offsets
|
|
2104
|
+
* Size: 0x0218
|
|
2105
|
+
* Extends: Object
|
|
2106
|
+
*/
|
|
2107
|
+
export const GFxMoviePlayer = {
|
|
2108
|
+
pMovie: 0x0060, // 0x0060 (0x0008) [FPointer]
|
|
2109
|
+
pCaptureKeys: 0x0068, // 0x0068 (0x0008) [FPointer]
|
|
2110
|
+
pFocusIgnoreKeys: 0x0070, // 0x0070 (0x0008) [FPointer]
|
|
2111
|
+
ASUClasses: 0x0078, // 0x0078 (0x0050) [TMap<unknown, unknown>]
|
|
2112
|
+
ASUObjects: 0x00C8, // 0x00C8 (0x0050) [TMap<unknown, unknown>]
|
|
2113
|
+
NextASUObject: 0x0118, // 0x0118 (0x0004) [int32]
|
|
2114
|
+
MovieInfo: 0x0120, // 0x0120 (0x0008) [USwfMovie*]
|
|
2115
|
+
bMovieIsOpen: 0x0128, // 0x0128 (0x0004) [bool : 0x1]
|
|
2116
|
+
bDisplayWithHudOff: 0x0128, // 0x0128 (0x0004) [bool : 0x2]
|
|
2117
|
+
bEnableGammaCorrection: 0x0128, // 0x0128 (0x0004) [bool : 0x4]
|
|
2118
|
+
bWidgetsInitializedThisFrame: 0x0128, // 0x0128 (0x0004) [bool : 0x8]
|
|
2119
|
+
bLogUnhandedWidgetInitializations: 0x0128, // 0x0128 (0x0004) [bool : 0x10]
|
|
2120
|
+
bAllowInput: 0x0128, // 0x0128 (0x0004) [bool : 0x20]
|
|
2121
|
+
bAllowFocus: 0x0128, // 0x0128 (0x0004) [bool : 0x40]
|
|
2122
|
+
bAutoPlay: 0x0128, // 0x0128 (0x0004) [bool : 0x80]
|
|
2123
|
+
bPauseGameWhileActive: 0x0128, // 0x0128 (0x0004) [bool : 0x100]
|
|
2124
|
+
bDisableWorldRendering: 0x0128, // 0x0128 (0x0004) [bool : 0x200]
|
|
2125
|
+
bCaptureWorldRendering: 0x0128, // 0x0128 (0x0004) [bool : 0x400]
|
|
2126
|
+
bCloseOnLevelChange: 0x0128, // 0x0128 (0x0004) [bool : 0x800]
|
|
2127
|
+
bOnlyOwnerFocusable: 0x0128, // 0x0128 (0x0004) [bool : 0x1000]
|
|
2128
|
+
bForceFullViewport: 0x0128, // 0x0128 (0x0004) [bool : 0x2000]
|
|
2129
|
+
bDiscardNonOwnerInput: 0x0128, // 0x0128 (0x0004) [bool : 0x4000]
|
|
2130
|
+
bCaptureInput: 0x0128, // 0x0128 (0x0004) [bool : 0x8000]
|
|
2131
|
+
bCaptureMouseInput: 0x0128, // 0x0128 (0x0004) [bool : 0x10000]
|
|
2132
|
+
bIgnoreMouseInput: 0x0128, // 0x0128 (0x0004) [bool : 0x20000]
|
|
2133
|
+
bIsSplitscreenLayoutModified: 0x0128, // 0x0128 (0x0004) [bool : 0x40000]
|
|
2134
|
+
bShowHardwareMouseCursor: 0x0128, // 0x0128 (0x0004) [bool : 0x80000]
|
|
2135
|
+
bForceFullScreen: 0x0128, // 0x0128 (0x0004) [bool : 0x100000]
|
|
2136
|
+
bBlurLesserMovies: 0x0128, // 0x0128 (0x0004) [bool : 0x200000]
|
|
2137
|
+
bHideLesserMovies: 0x0128, // 0x0128 (0x0004) [bool : 0x400000]
|
|
2138
|
+
bIsPriorityBlurred: 0x0128, // 0x0128 (0x0004) [bool : 0x800000]
|
|
2139
|
+
bIsPriorityHidden: 0x0128, // 0x0128 (0x0004) [bool : 0x1000000]
|
|
2140
|
+
bIgnoreVisibilityEffect: 0x0128, // 0x0128 (0x0004) [bool : 0x2000000]
|
|
2141
|
+
bIgnoreBlurEffect: 0x0128, // 0x0128 (0x0004) [bool : 0x4000000]
|
|
2142
|
+
RenderTexture: 0x0130, // 0x0130 (0x0008) [UTextureRenderTarget2D*]
|
|
2143
|
+
LocalPlayerOwnerIndex: 0x0138, // 0x0138 (0x0004) [int32]
|
|
2144
|
+
ExternalInterface: 0x0140, // 0x0140 (0x0008) [UObject*]
|
|
2145
|
+
CaptureKeys: 0x0148, // 0x0148 (0x0010) [TArray<FName>]
|
|
2146
|
+
FocusIgnoreKeys: 0x0158, // 0x0158 (0x0010) [TArray<FName>]
|
|
2147
|
+
ExternalTextures: 0x0168, // 0x0168 (0x0010) [TArray<FExternalTexture>]
|
|
2148
|
+
SoundThemes: 0x0178, // 0x0178 (0x0010) [TArray<FSoundThemeBinding>]
|
|
2149
|
+
TimingMode: 0x0188, // 0x0188 (0x0001) [GFxTimingMode]
|
|
2150
|
+
RenderTextureMode: 0x0189, // 0x0189 (0x0001) [GFxRenderTextureMode]
|
|
2151
|
+
Priority: 0x018A, // 0x018A (0x0001) [uint8]
|
|
2152
|
+
WidgetBindings: 0x0190, // 0x0190 (0x0010) [TArray<FGFxWidgetBinding>]
|
|
2153
|
+
WidgetPathBindings: 0x01A0, // 0x01A0 (0x0050) [TMap<unknown, unknown>]
|
|
2154
|
+
SplitscreenLayoutObject: 0x01F0, // 0x01F0 (0x0008) [UGFxObject*]
|
|
2155
|
+
SplitscreenLayoutYAdjust: 0x01F8, // 0x01F8 (0x0004) [int32]
|
|
2156
|
+
__OnPostAdvance__Delegate: 0x0200, // 0x0200 (0x0018) [FScriptDelegate]
|
|
2157
|
+
...Object_,
|
|
1636
2158
|
} as const;
|
|
1637
2159
|
|
|
1638
2160
|
/**
|
|
@@ -1666,7 +2188,7 @@ export const GFxMoviePlayer_X = {
|
|
|
1666
2188
|
*/
|
|
1667
2189
|
export const GFxObjectReference_X = {
|
|
1668
2190
|
Value: 0x0060, // 0x0060 (0x0030) [int32]
|
|
1669
|
-
...
|
|
2191
|
+
...Object_,
|
|
1670
2192
|
} as const;
|
|
1671
2193
|
|
|
1672
2194
|
/**
|
|
@@ -1716,7 +2238,30 @@ export const GFxSoundPack_X = {
|
|
|
1716
2238
|
ExportClassName: 0x0060, // 0x0060 (0x0010) [FString]
|
|
1717
2239
|
Sounds: 0x0070, // 0x0070 (0x0010) [TArray<FSoundPackSoundRef>]
|
|
1718
2240
|
bHasSubtitles: 0x0080, // 0x0080 (0x0004) [bool : 0x1]
|
|
1719
|
-
...
|
|
2241
|
+
...Object_,
|
|
2242
|
+
} as const;
|
|
2243
|
+
|
|
2244
|
+
/**
|
|
2245
|
+
* Engine.GameReplicationInfo Offsets
|
|
2246
|
+
* Size: 0x02D8
|
|
2247
|
+
* Extends: ReplicationInfo
|
|
2248
|
+
*/
|
|
2249
|
+
export const GameReplicationInfo = {
|
|
2250
|
+
RegistryGroup: 0x0268, // 0x0268 (0x0008) [unknown]
|
|
2251
|
+
GameClass: 0x0270, // 0x0270 (0x0008) [UClass*]
|
|
2252
|
+
bStopCountDown: 0x0278, // 0x0278 (0x0004) [bool : 0x1]
|
|
2253
|
+
bMatchHasBegun: 0x0278, // 0x0278 (0x0004) [bool : 0x2]
|
|
2254
|
+
bMatchIsOver: 0x0278, // 0x0278 (0x0004) [bool : 0x4]
|
|
2255
|
+
RemainingTime: 0x027C, // 0x027C (0x0004) [int32]
|
|
2256
|
+
ElapsedTime: 0x0280, // 0x0280 (0x0004) [int32]
|
|
2257
|
+
RemainingMinute: 0x0284, // 0x0284 (0x0004) [int32]
|
|
2258
|
+
GoalScore: 0x0288, // 0x0288 (0x0004) [int32]
|
|
2259
|
+
TimeLimit: 0x028C, // 0x028C (0x0004) [int32]
|
|
2260
|
+
Teams: 0x0290, // 0x0290 (0x0010) [TArray<UTeamInfo*>]
|
|
2261
|
+
ServerName: 0x02A0, // 0x02A0 (0x0010) [FString]
|
|
2262
|
+
Winner: 0x02B0, // 0x02B0 (0x0008) [UActor*]
|
|
2263
|
+
PRIArray: 0x02B8, // 0x02B8 (0x0010) [TArray<UPlayerReplicationInfo*>]
|
|
2264
|
+
InactivePRIArray: 0x02C8, // 0x02C8 (0x0010) [TArray<UPlayerReplicationInfo*>]
|
|
1720
2265
|
} as const;
|
|
1721
2266
|
|
|
1722
2267
|
/**
|
|
@@ -1742,6 +2287,47 @@ export const GRI_X = {
|
|
|
1742
2287
|
...GameReplicationInfo,
|
|
1743
2288
|
} as const;
|
|
1744
2289
|
|
|
2290
|
+
/**
|
|
2291
|
+
* Engine.GameEngine Offsets
|
|
2292
|
+
* Size: 0x0B48
|
|
2293
|
+
* Extends: Engine
|
|
2294
|
+
*/
|
|
2295
|
+
export const GameEngine = {
|
|
2296
|
+
GPendingLevel: 0x0958, // 0x0958 (0x0008) [UPendingLevel*]
|
|
2297
|
+
PendingLevelPlayerControllerClassName: 0x0960, // 0x0960 (0x0010) [FString]
|
|
2298
|
+
LastURL: 0x0970, // 0x0970 (0x0060) [FURL]
|
|
2299
|
+
LastRemoteURL: 0x09D0, // 0x09D0 (0x0060) [FURL]
|
|
2300
|
+
ServerActors: 0x0A30, // 0x0A30 (0x0010) [TArray<FString>]
|
|
2301
|
+
TravelURL: 0x0A40, // 0x0A40 (0x0010) [FString]
|
|
2302
|
+
TravelType: 0x0A50, // 0x0A50 (0x0001) [uint8]
|
|
2303
|
+
bWorldWasLoadedThisTick: 0x0A54, // 0x0A54 (0x0004) [bool : 0x1]
|
|
2304
|
+
bCheckForMovieCapture: 0x0A54, // 0x0A54 (0x0004) [bool : 0x2]
|
|
2305
|
+
bTriggerPostLoadMap: 0x0A54, // 0x0A54 (0x0004) [bool : 0x4]
|
|
2306
|
+
bStartedLoadMapMovie: 0x0A54, // 0x0A54 (0x0004) [bool : 0x8]
|
|
2307
|
+
bUnloadingMap: 0x0A54, // 0x0A54 (0x0004) [bool : 0x10]
|
|
2308
|
+
bShouldCommitPendingMapChange: 0x0A54, // 0x0A54 (0x0004) [bool : 0x20]
|
|
2309
|
+
bClearAnimSetLinkupCachesOnLoadMap: 0x0A54, // 0x0A54 (0x0004) [bool : 0x40]
|
|
2310
|
+
bEnableSecondaryDisplay: 0x0A54, // 0x0A54 (0x0004) [bool : 0x80]
|
|
2311
|
+
bEnableSecondaryViewport: 0x0A54, // 0x0A54 (0x0004) [bool : 0x100]
|
|
2312
|
+
OnlineSubsystem: 0x0A58, // 0x0A58 (0x0008) [UOnlineSubsystem*]
|
|
2313
|
+
DLCEnumerator: 0x0A60, // 0x0A60 (0x0008) [UDownloadableContentEnumerator*]
|
|
2314
|
+
DownloadableContentEnumeratorClassName: 0x0A68, // 0x0A68 (0x0010) [FString]
|
|
2315
|
+
DLCManager: 0x0A78, // 0x0A78 (0x0008) [UDownloadableContentManager*]
|
|
2316
|
+
DownloadableContentManagerClassName: 0x0A80, // 0x0A80 (0x0010) [FString]
|
|
2317
|
+
LevelsToLoadForPendingMapChange: 0x0A90, // 0x0A90 (0x0010) [TArray<FName>]
|
|
2318
|
+
LoadedLevelsForPendingMapChange: 0x0AA0, // 0x0AA0 (0x0010) [TArray<ULevel*>]
|
|
2319
|
+
PendingMapChangeFailureDescription: 0x0AB0, // 0x0AB0 (0x0010) [FString]
|
|
2320
|
+
MaxDeltaTime: 0x0AC0, // 0x0AC0 (0x0004) [float]
|
|
2321
|
+
SecondaryViewportClientClassName: 0x0AC8, // 0x0AC8 (0x0010) [FString]
|
|
2322
|
+
SecondaryViewportClients: 0x0AD8, // 0x0AD8 (0x0010) [TArray<UScriptViewportClient*>]
|
|
2323
|
+
SecondaryViewportFrames: 0x0AE8, // 0x0AE8 (0x0010) [TArray<FPointer>]
|
|
2324
|
+
PendingLevelStreamingStatusUpdates: 0x0AF8, // 0x0AF8 (0x0010) [TArray<FLevelStreamingStatus>]
|
|
2325
|
+
ObjectReferencers: 0x0B08, // 0x0B08 (0x0010) [TArray<UObjectReferencer*>]
|
|
2326
|
+
PackagesToFullyLoad: 0x0B18, // 0x0B18 (0x0010) [TArray<FFullyLoadedPackagesInfo>]
|
|
2327
|
+
NamedNetDrivers: 0x0B28, // 0x0B28 (0x0010) [TArray<FNamedNetDriver>]
|
|
2328
|
+
AnimTags: 0x0B38, // 0x0B38 (0x0010) [TArray<FAnimTag>]
|
|
2329
|
+
} as const;
|
|
2330
|
+
|
|
1745
2331
|
/**
|
|
1746
2332
|
* ProjectX.GameEngine_X Offsets
|
|
1747
2333
|
* Size: 0x0B48
|
|
@@ -1751,6 +2337,101 @@ export const GameEngine_X = {
|
|
|
1751
2337
|
...GameEngine,
|
|
1752
2338
|
} as const;
|
|
1753
2339
|
|
|
2340
|
+
/**
|
|
2341
|
+
* Engine.GameInfo Offsets
|
|
2342
|
+
* Size: 0x0488
|
|
2343
|
+
* Extends: Info
|
|
2344
|
+
*/
|
|
2345
|
+
export const GameInfo = {
|
|
2346
|
+
RegistryGroup: 0x0268, // 0x0268 (0x0008) [unknown]
|
|
2347
|
+
BulletScenesCount: 0x0270, // 0x0270 (0x0004) [int32]
|
|
2348
|
+
bRestartLevel: 0x0274, // 0x0274 (0x0004) [bool : 0x1]
|
|
2349
|
+
bPauseable: 0x0274, // 0x0274 (0x0004) [bool : 0x2]
|
|
2350
|
+
bTeamGame: 0x0274, // 0x0274 (0x0004) [bool : 0x4]
|
|
2351
|
+
bGameEnded: 0x0274, // 0x0274 (0x0004) [bool : 0x8]
|
|
2352
|
+
bOverTime: 0x0274, // 0x0274 (0x0004) [bool : 0x10]
|
|
2353
|
+
bDelayedStart: 0x0274, // 0x0274 (0x0004) [bool : 0x20]
|
|
2354
|
+
bWaitingToStartMatch: 0x0274, // 0x0274 (0x0004) [bool : 0x40]
|
|
2355
|
+
bChangeLevels: 0x0274, // 0x0274 (0x0004) [bool : 0x80]
|
|
2356
|
+
bAlreadyChanged: 0x0274, // 0x0274 (0x0004) [bool : 0x100]
|
|
2357
|
+
bGameRestarted: 0x0274, // 0x0274 (0x0004) [bool : 0x200]
|
|
2358
|
+
bLevelChange: 0x0274, // 0x0274 (0x0004) [bool : 0x400]
|
|
2359
|
+
bKickLiveIdlers: 0x0274, // 0x0274 (0x0004) [bool : 0x800]
|
|
2360
|
+
bFixedPlayerStart: 0x0274, // 0x0274 (0x0004) [bool : 0x1000]
|
|
2361
|
+
bDoFearCostFallOff: 0x0274, // 0x0274 (0x0004) [bool : 0x2000]
|
|
2362
|
+
bUseSeamlessTravel: 0x0274, // 0x0274 (0x0004) [bool : 0x4000]
|
|
2363
|
+
bHasNetworkError: 0x0274, // 0x0274 (0x0004) [bool : 0x8000]
|
|
2364
|
+
bRequiresPushToTalk: 0x0274, // 0x0274 (0x0004) [bool : 0x10000]
|
|
2365
|
+
bIsStandbyCheckingEnabled: 0x0274, // 0x0274 (0x0004) [bool : 0x20000]
|
|
2366
|
+
bIsStandbyCheckingOn: 0x0274, // 0x0274 (0x0004) [bool : 0x40000]
|
|
2367
|
+
bHasStandbyCheatTriggered: 0x0274, // 0x0274 (0x0004) [bool : 0x80000]
|
|
2368
|
+
bKeepingLoadingMovieOpen: 0x0274, // 0x0274 (0x0004) [bool : 0x100000]
|
|
2369
|
+
CauseEventCommand: 0x0278, // 0x0278 (0x0010) [FString]
|
|
2370
|
+
BugLocString: 0x0288, // 0x0288 (0x0010) [FString]
|
|
2371
|
+
BugRotString: 0x0298, // 0x0298 (0x0010) [FString]
|
|
2372
|
+
GameDifficulty: 0x02A8, // 0x02A8 (0x0004) [float]
|
|
2373
|
+
GameSpeed: 0x02AC, // 0x02AC (0x0004) [float]
|
|
2374
|
+
DefaultPawnClass: 0x02B0, // 0x02B0 (0x0008) [UClass*]
|
|
2375
|
+
HUDType: 0x02B8, // 0x02B8 (0x0008) [UClass*]
|
|
2376
|
+
SecondaryHUDType: 0x02C0, // 0x02C0 (0x0008) [UClass*]
|
|
2377
|
+
MaxSpectators: 0x02C8, // 0x02C8 (0x0004) [int32]
|
|
2378
|
+
MaxSpectatorsAllowed: 0x02CC, // 0x02CC (0x0004) [int32]
|
|
2379
|
+
NumSpectators: 0x02D0, // 0x02D0 (0x0004) [int32]
|
|
2380
|
+
MaxPlayers: 0x02D4, // 0x02D4 (0x0004) [int32]
|
|
2381
|
+
MaxPlayersAllowed: 0x02D8, // 0x02D8 (0x0004) [int32]
|
|
2382
|
+
NumPlayers: 0x02DC, // 0x02DC (0x0004) [int32]
|
|
2383
|
+
NumBots: 0x02E0, // 0x02E0 (0x0004) [int32]
|
|
2384
|
+
NumTravellingPlayers: 0x02E4, // 0x02E4 (0x0004) [int32]
|
|
2385
|
+
CurrentID: 0x02E8, // 0x02E8 (0x0004) [int32]
|
|
2386
|
+
DefaultPlayerName: 0x02F0, // 0x02F0 (0x0010) [FString]
|
|
2387
|
+
GameName: 0x0300, // 0x0300 (0x0010) [FString]
|
|
2388
|
+
FearCostFallOff: 0x0310, // 0x0310 (0x0004) [float]
|
|
2389
|
+
GoalScore: 0x0314, // 0x0314 (0x0004) [int32]
|
|
2390
|
+
MaxLives: 0x0318, // 0x0318 (0x0004) [int32]
|
|
2391
|
+
TimeLimit: 0x031C, // 0x031C (0x0004) [int32]
|
|
2392
|
+
BaseMutator: 0x0320, // 0x0320 (0x0008) [UMutator*]
|
|
2393
|
+
AutoTestManagerClass: 0x0328, // 0x0328 (0x0008) [UClass*]
|
|
2394
|
+
MyAutoTestManager: 0x0330, // 0x0330 (0x0008) [UAutoTestManager*]
|
|
2395
|
+
PlayerControllerClass: 0x0338, // 0x0338 (0x0008) [UClass*]
|
|
2396
|
+
PlayerReplicationInfoClass: 0x0340, // 0x0340 (0x0008) [UClass*]
|
|
2397
|
+
GameReplicationInfoClass: 0x0348, // 0x0348 (0x0008) [UClass*]
|
|
2398
|
+
GameReplicationInfo: 0x0350, // 0x0350 (0x0008) [UGameReplicationInfo*]
|
|
2399
|
+
PopulationManager: 0x0358, // 0x0358 (0x0008) [UCrowdPopulationManagerBase*]
|
|
2400
|
+
PopulationManagerClass: 0x0360, // 0x0360 (0x0008) [UClass*]
|
|
2401
|
+
MaxIdleTime: 0x0368, // 0x0368 (0x0004) [float]
|
|
2402
|
+
MaxTimeMargin: 0x036C, // 0x036C (0x0004) [float]
|
|
2403
|
+
TimeMarginSlack: 0x0370, // 0x0370 (0x0004) [float]
|
|
2404
|
+
MinTimeMargin: 0x0374, // 0x0374 (0x0004) [float]
|
|
2405
|
+
InactivePRIArray: 0x0378, // 0x0378 (0x0010) [TArray<UPlayerReplicationInfo*>]
|
|
2406
|
+
Pausers: 0x0388, // 0x0388 (0x0010) [TArray<FScriptDelegate>]
|
|
2407
|
+
OnlineSub: 0x0398, // 0x0398 (0x0008) [UOnlineSubsystem*]
|
|
2408
|
+
GameInterface: 0x03A0, // 0x03A0 (0x0010) [TScriptInterface<UOnlineGameInterface>]
|
|
2409
|
+
OnlineStatsWriteClass: 0x03B0, // 0x03B0 (0x0008) [UClass*]
|
|
2410
|
+
CoverReplicatorBase: 0x03B8, // 0x03B8 (0x0008) [UCoverReplicator*]
|
|
2411
|
+
OnlineGameSettingsClass: 0x03C0, // 0x03C0 (0x0008) [UClass*]
|
|
2412
|
+
ServerOptions: 0x03C8, // 0x03C8 (0x0010) [FString]
|
|
2413
|
+
AdjustedNetSpeed: 0x03D8, // 0x03D8 (0x0004) [int32]
|
|
2414
|
+
LastNetSpeedUpdateTime: 0x03DC, // 0x03DC (0x0004) [float]
|
|
2415
|
+
TotalNetBandwidth: 0x03E0, // 0x03E0 (0x0004) [int32]
|
|
2416
|
+
MinDynamicBandwidth: 0x03E4, // 0x03E4 (0x0004) [int32]
|
|
2417
|
+
MaxDynamicBandwidth: 0x03E8, // 0x03E8 (0x0004) [int32]
|
|
2418
|
+
StandbyRxCheatTime: 0x03EC, // 0x03EC (0x0004) [float]
|
|
2419
|
+
StandbyTxCheatTime: 0x03F0, // 0x03F0 (0x0004) [float]
|
|
2420
|
+
BadPingThreshold: 0x03F4, // 0x03F4 (0x0004) [int32]
|
|
2421
|
+
PercentMissingForRxStandby: 0x03F8, // 0x03F8 (0x0004) [float]
|
|
2422
|
+
PercentMissingForTxStandby: 0x03FC, // 0x03FC (0x0004) [float]
|
|
2423
|
+
PercentForBadPing: 0x0400, // 0x0400 (0x0004) [float]
|
|
2424
|
+
JoinInProgressStandbyWaitTime: 0x0404, // 0x0404 (0x0004) [float]
|
|
2425
|
+
StreamingPauseIcon: 0x0408, // 0x0408 (0x0008) [UMaterial*]
|
|
2426
|
+
GameInfoClassAliases: 0x0410, // 0x0410 (0x0010) [TArray<FGameClassShortName>]
|
|
2427
|
+
DefaultGameType: 0x0420, // 0x0420 (0x0010) [FString]
|
|
2428
|
+
DefaultMapPrefixes: 0x0430, // 0x0430 (0x0010) [TArray<FGameTypePrefix>]
|
|
2429
|
+
CustomMapPrefixes: 0x0440, // 0x0440 (0x0010) [TArray<FGameTypePrefix>]
|
|
2430
|
+
AnimTreePoolSize: 0x0450, // 0x0450 (0x0004) [int32]
|
|
2431
|
+
__CanUnpause__Delegate: 0x0458, // 0x0458 (0x0018) [FScriptDelegate]
|
|
2432
|
+
__NameSanitizedDelegate__Delegate: 0x0470, // 0x0470 (0x0018) [FScriptDelegate]
|
|
2433
|
+
} as const;
|
|
2434
|
+
|
|
1754
2435
|
/**
|
|
1755
2436
|
* ProjectX.GameInfo_X Offsets
|
|
1756
2437
|
* Size: 0x04E0
|
|
@@ -1803,7 +2484,7 @@ export const GameSettingCategory_X = {
|
|
|
1803
2484
|
GameSettings: 0x0098, // 0x0098 (0x0010) [TArray<UGameSetting_X*>]
|
|
1804
2485
|
SortPriority: 0x00A8, // 0x00A8 (0x0004) [int32]
|
|
1805
2486
|
ColorOverride: 0x00AC, // 0x00AC (0x0004) [FColor]
|
|
1806
|
-
...
|
|
2487
|
+
...Object_,
|
|
1807
2488
|
} as const;
|
|
1808
2489
|
|
|
1809
2490
|
/**
|
|
@@ -1813,7 +2494,7 @@ export const GameSettingCategory_X = {
|
|
|
1813
2494
|
*/
|
|
1814
2495
|
export const GameSetting_X = {
|
|
1815
2496
|
bHidden: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
1816
|
-
...
|
|
2497
|
+
...Object_,
|
|
1817
2498
|
} as const;
|
|
1818
2499
|
|
|
1819
2500
|
/**
|
|
@@ -1867,6 +2548,57 @@ export const GameSettingPlaylist_X = {
|
|
|
1867
2548
|
...GameSetting_X,
|
|
1868
2549
|
} as const;
|
|
1869
2550
|
|
|
2551
|
+
/**
|
|
2552
|
+
* Engine.GameViewportClient Offsets
|
|
2553
|
+
* Size: 0x0260
|
|
2554
|
+
* Extends: ScriptViewportClient
|
|
2555
|
+
*/
|
|
2556
|
+
export const GameViewportClient = {
|
|
2557
|
+
VfTable_FExec: 0x0068, // 0x0068 (0x0008) [FPointer]
|
|
2558
|
+
Viewport: 0x0070, // 0x0070 (0x0008) [FPointer]
|
|
2559
|
+
ViewportFrame: 0x0078, // 0x0078 (0x0008) [FPointer]
|
|
2560
|
+
GlobalInteractions: 0x0080, // 0x0080 (0x0010) [TArray<UInteraction*>]
|
|
2561
|
+
UIControllerClass: 0x0090, // 0x0090 (0x0008) [UClass*]
|
|
2562
|
+
UIController: 0x0098, // 0x0098 (0x0008) [UUIInteraction*]
|
|
2563
|
+
ViewportConsole: 0x00A0, // 0x00A0 (0x0008) [UConsole*]
|
|
2564
|
+
ShowFlags: 0x00A8, // 0x00A8 (0x0010) [FExportShowFlags_Mirror]
|
|
2565
|
+
LoadingMessage: 0x00B8, // 0x00B8 (0x0010) [FString]
|
|
2566
|
+
SavingMessage: 0x00C8, // 0x00C8 (0x0010) [FString]
|
|
2567
|
+
ConnectingMessage: 0x00D8, // 0x00D8 (0x0010) [FString]
|
|
2568
|
+
PausedMessage: 0x00E8, // 0x00E8 (0x0010) [FString]
|
|
2569
|
+
PrecachingMessage: 0x00F8, // 0x00F8 (0x0010) [FString]
|
|
2570
|
+
bShowTitleSafeZone: 0x0108, // 0x0108 (0x0004) [bool : 0x1]
|
|
2571
|
+
bDisplayHardwareMouseCursor: 0x0108, // 0x0108 (0x0004) [bool : 0x2]
|
|
2572
|
+
bOverrideDiffuseAndSpecular: 0x0108, // 0x0108 (0x0004) [bool : 0x4]
|
|
2573
|
+
bIsPlayInEditorViewport: 0x0108, // 0x0108 (0x0004) [bool : 0x8]
|
|
2574
|
+
bShowSystemMouseCursor: 0x0108, // 0x0108 (0x0004) [bool : 0x10]
|
|
2575
|
+
bDisableWorldRendering: 0x0108, // 0x0108 (0x0004) [bool : 0x20]
|
|
2576
|
+
bCapturedWorldRendering: 0x0108, // 0x0108 (0x0004) [bool : 0x40]
|
|
2577
|
+
bDebugNoGFxUI: 0x0108, // 0x0108 (0x0004) [bool : 0x80]
|
|
2578
|
+
TitleSafeZone: 0x010C, // 0x010C (0x0010) [FTitleSafeZoneArea]
|
|
2579
|
+
GamepadInputAPI: 0x011C, // 0x011C (0x0001) [EInputAPI]
|
|
2580
|
+
DesiredSplitscreenType: 0x011D, // 0x011D (0x0001) [ESplitScreenType]
|
|
2581
|
+
ActiveSplitscreenType: 0x011E, // 0x011E (0x0001) [ESplitScreenType]
|
|
2582
|
+
Default2PSplitType: 0x011F, // 0x011F (0x0001) [ESplitScreenType]
|
|
2583
|
+
Default3PSplitType: 0x0120, // 0x0120 (0x0001) [ESplitScreenType]
|
|
2584
|
+
Gamepads: 0x0128, // 0x0128 (0x0010) [TArray<FGamepadInfo>]
|
|
2585
|
+
SplitscreenInfo: 0x0138, // 0x0138 (0x0010) [TArray<FSplitscreenData>]
|
|
2586
|
+
ProgressMessage: 0x0148, // 0x0148 (0x0020) [FString]
|
|
2587
|
+
ProgressTimeOut: 0x0168, // 0x0168 (0x0004) [float]
|
|
2588
|
+
ProgressFadeTime: 0x016C, // 0x016C (0x0004) [float]
|
|
2589
|
+
DebugProperties: 0x0170, // 0x0170 (0x0010) [TArray<FDebugDisplayProperty>]
|
|
2590
|
+
ScaleformInteraction: 0x0180, // 0x0180 (0x0008) [FPointer]
|
|
2591
|
+
__HandleInputKey__Delegate: 0x0188, // 0x0188 (0x0018) [FScriptDelegate]
|
|
2592
|
+
__HandleInputAxis__Delegate: 0x01A0, // 0x01A0 (0x0018) [FScriptDelegate]
|
|
2593
|
+
__HandleInputChar__Delegate: 0x01B8, // 0x01B8 (0x0018) [FScriptDelegate]
|
|
2594
|
+
__EventScreenDraggedOnNewScreen__Delegate: 0x01D0, // 0x01D0 (0x0018) [FScriptDelegate]
|
|
2595
|
+
__EventScaleformEnabledChanged__Delegate: 0x01E8, // 0x01E8 (0x0018) [FScriptDelegate]
|
|
2596
|
+
__EventGamepadInputAPIChanged__Delegate: 0x0200, // 0x0200 (0x0018) [FScriptDelegate]
|
|
2597
|
+
__EventGamepadConnectionStatusChanged__Delegate: 0x0218, // 0x0218 (0x0018) [FScriptDelegate]
|
|
2598
|
+
__EventGampadConnected__Delegate: 0x0230, // 0x0230 (0x0018) [FScriptDelegate]
|
|
2599
|
+
__EventGampadDisconnected__Delegate: 0x0248, // 0x0248 (0x0018) [FScriptDelegate]
|
|
2600
|
+
} as const;
|
|
2601
|
+
|
|
1870
2602
|
/**
|
|
1871
2603
|
* ProjectX.GameViewportClient_X Offsets
|
|
1872
2604
|
* Size: 0x02E0
|
|
@@ -1891,7 +2623,7 @@ export const GameViewportClient_X = {
|
|
|
1891
2623
|
* Extends: Object
|
|
1892
2624
|
*/
|
|
1893
2625
|
export const GeForceNow_X = {
|
|
1894
|
-
...
|
|
2626
|
+
...Object_,
|
|
1895
2627
|
} as const;
|
|
1896
2628
|
|
|
1897
2629
|
/**
|
|
@@ -1906,7 +2638,7 @@ export const GetPlayerStorageResultItem_X = {
|
|
|
1906
2638
|
Checksum: 0x0080, // 0x0080 (0x0004) [int32]
|
|
1907
2639
|
bChecksumMatch: 0x0084, // 0x0084 (0x0004) [bool : 0x1]
|
|
1908
2640
|
Encoding: 0x0088, // 0x0088 (0x0001) [EObjectEncoding]
|
|
1909
|
-
...
|
|
2641
|
+
...Object_,
|
|
1910
2642
|
} as const;
|
|
1911
2643
|
|
|
1912
2644
|
/**
|
|
@@ -1916,7 +2648,7 @@ export const GetPlayerStorageResultItem_X = {
|
|
|
1916
2648
|
*/
|
|
1917
2649
|
export const GetPlayerStorageResult_X = {
|
|
1918
2650
|
Items: 0x0060, // 0x0060 (0x0010) [TArray<UGetPlayerStorageResultItem_X*>]
|
|
1919
|
-
...
|
|
2651
|
+
...Object_,
|
|
1920
2652
|
} as const;
|
|
1921
2653
|
|
|
1922
2654
|
/**
|
|
@@ -1928,6 +2660,48 @@ export const GoalCollisionShape_X = {
|
|
|
1928
2660
|
...ExplosionCollisionShapes_X,
|
|
1929
2661
|
} as const;
|
|
1930
2662
|
|
|
2663
|
+
/**
|
|
2664
|
+
* Engine.HUD Offsets
|
|
2665
|
+
* Size: 0x0308
|
|
2666
|
+
* Extends: Actor
|
|
2667
|
+
*/
|
|
2668
|
+
export const HUD = {
|
|
2669
|
+
WhiteColor: 0x0268, // 0x0268 (0x0004) [FColor]
|
|
2670
|
+
GreenColor: 0x026C, // 0x026C (0x0004) [FColor]
|
|
2671
|
+
RedColor: 0x0270, // 0x0270 (0x0004) [FColor]
|
|
2672
|
+
PlayerOwner: 0x0278, // 0x0278 (0x0008) [UPlayerController*]
|
|
2673
|
+
bLostFocusPaused: 0x0280, // 0x0280 (0x0004) [bool : 0x1]
|
|
2674
|
+
bShowHUD: 0x0280, // 0x0280 (0x0004) [bool : 0x2]
|
|
2675
|
+
bShowScores: 0x0280, // 0x0280 (0x0004) [bool : 0x4]
|
|
2676
|
+
bShowDebugInfo: 0x0280, // 0x0280 (0x0004) [bool : 0x8]
|
|
2677
|
+
bShowBadConnectionAlert: 0x0280, // 0x0280 (0x0004) [bool : 0x10]
|
|
2678
|
+
bShowDirectorInfoDebug: 0x0280, // 0x0280 (0x0004) [bool : 0x20]
|
|
2679
|
+
bShowDirectorInfoHUD: 0x0280, // 0x0280 (0x0004) [bool : 0x40]
|
|
2680
|
+
bRenderFullScreen: 0x0280, // 0x0280 (0x0004) [bool : 0x80]
|
|
2681
|
+
bScaleCanvasForCinematicMode: 0x0280, // 0x0280 (0x0004) [bool : 0x100]
|
|
2682
|
+
bShowOverlays: 0x0280, // 0x0280 (0x0004) [bool : 0x200]
|
|
2683
|
+
HudCanvasScale: 0x0284, // 0x0284 (0x0004) [float]
|
|
2684
|
+
PostRenderedActors: 0x0288, // 0x0288 (0x0010) [TArray<UActor*>]
|
|
2685
|
+
ConsoleMessages: 0x0298, // 0x0298 (0x0010) [TArray<FConsoleMessage>]
|
|
2686
|
+
ConsoleColor: 0x02A8, // 0x02A8 (0x0004) [FColor]
|
|
2687
|
+
ConsoleMessageCount: 0x02AC, // 0x02AC (0x0004) [int32]
|
|
2688
|
+
ConsoleFontSize: 0x02B0, // 0x02B0 (0x0004) [int32]
|
|
2689
|
+
ConsoleMessagePosX: 0x02B4, // 0x02B4 (0x0004) [float]
|
|
2690
|
+
ConsoleMessagePosY: 0x02B8, // 0x02B8 (0x0004) [float]
|
|
2691
|
+
Canvas: 0x02C0, // 0x02C0 (0x0008) [UCanvas*]
|
|
2692
|
+
LastHUDRenderTime: 0x02C8, // 0x02C8 (0x0004) [float]
|
|
2693
|
+
RenderDelta: 0x02CC, // 0x02CC (0x0004) [float]
|
|
2694
|
+
SizeX: 0x02D0, // 0x02D0 (0x0004) [float]
|
|
2695
|
+
SizeY: 0x02D4, // 0x02D4 (0x0004) [float]
|
|
2696
|
+
CenterX: 0x02D8, // 0x02D8 (0x0004) [float]
|
|
2697
|
+
CenterY: 0x02DC, // 0x02DC (0x0004) [float]
|
|
2698
|
+
RatioX: 0x02E0, // 0x02E0 (0x0004) [float]
|
|
2699
|
+
RatioY: 0x02E4, // 0x02E4 (0x0004) [float]
|
|
2700
|
+
DebugDisplay: 0x02E8, // 0x02E8 (0x0010) [TArray<FName>]
|
|
2701
|
+
KismetTextInfo: 0x02F8, // 0x02F8 (0x0010) [TArray<FKismetDrawTextInfo>]
|
|
2702
|
+
...Actor,
|
|
2703
|
+
} as const;
|
|
2704
|
+
|
|
1931
2705
|
/**
|
|
1932
2706
|
* ProjectX.HUD_X Offsets
|
|
1933
2707
|
* Size: 0x0320
|
|
@@ -1946,7 +2720,16 @@ export const HUD_X = {
|
|
|
1946
2720
|
* Extends: Object
|
|
1947
2721
|
*/
|
|
1948
2722
|
export const Hashes_X = {
|
|
1949
|
-
...
|
|
2723
|
+
...Object_,
|
|
2724
|
+
} as const;
|
|
2725
|
+
|
|
2726
|
+
/**
|
|
2727
|
+
* Core.Interface Offsets
|
|
2728
|
+
* Size: 0x0060
|
|
2729
|
+
* Extends: Object
|
|
2730
|
+
*/
|
|
2731
|
+
export const Interface = {
|
|
2732
|
+
...Object_,
|
|
1950
2733
|
} as const;
|
|
1951
2734
|
|
|
1952
2735
|
/**
|
|
@@ -2024,7 +2807,7 @@ export const InterpComponent_X = {
|
|
|
2024
2807
|
* Extends: Object
|
|
2025
2808
|
*/
|
|
2026
2809
|
export const JsonTests_X = {
|
|
2027
|
-
...
|
|
2810
|
+
...Object_,
|
|
2028
2811
|
} as const;
|
|
2029
2812
|
|
|
2030
2813
|
/**
|
|
@@ -2034,7 +2817,7 @@ export const JsonTests_X = {
|
|
|
2034
2817
|
*/
|
|
2035
2818
|
export const KeyRequestResponse = {
|
|
2036
2819
|
requiredKeys: 0x0060, // 0x0060 (0x0010) [TArray<FString>]
|
|
2037
|
-
...
|
|
2820
|
+
...Object_,
|
|
2038
2821
|
} as const;
|
|
2039
2822
|
|
|
2040
2823
|
/**
|
|
@@ -2059,7 +2842,7 @@ export const LanBeacon_X = {
|
|
|
2059
2842
|
* Extends: Object
|
|
2060
2843
|
*/
|
|
2061
2844
|
export const LanBrowser_X = {
|
|
2062
|
-
...
|
|
2845
|
+
...Object_,
|
|
2063
2846
|
} as const;
|
|
2064
2847
|
|
|
2065
2848
|
/**
|
|
@@ -2085,7 +2868,37 @@ export const AdHocBrowser_X = {
|
|
|
2085
2868
|
export const LanServerRecord_X = {
|
|
2086
2869
|
ServerId: 0x0060, // 0x0060 (0x0010) [FString]
|
|
2087
2870
|
MetaData: 0x0070, // 0x0070 (0x0010) [FString]
|
|
2088
|
-
...
|
|
2871
|
+
...Object_,
|
|
2872
|
+
} as const;
|
|
2873
|
+
|
|
2874
|
+
/**
|
|
2875
|
+
* Engine.LensFlareComponent Offsets
|
|
2876
|
+
* Size: 0x02BC
|
|
2877
|
+
* Extends: PrimitiveComponent
|
|
2878
|
+
*/
|
|
2879
|
+
export const LensFlareComponent = {
|
|
2880
|
+
Template: 0x0258, // 0x0258 (0x0008) [ULensFlare*]
|
|
2881
|
+
PreviewInnerCone: 0x0260, // 0x0260 (0x0008) [unknown]
|
|
2882
|
+
PreviewOuterCone: 0x0268, // 0x0268 (0x0008) [unknown]
|
|
2883
|
+
PreviewRadius: 0x0270, // 0x0270 (0x0008) [unknown]
|
|
2884
|
+
bAutoActivate: 0x0278, // 0x0278 (0x0004) [bool : 0x1]
|
|
2885
|
+
bIsActive: 0x0278, // 0x0278 (0x0004) [bool : 0x2]
|
|
2886
|
+
bHasTranslucency: 0x0278, // 0x0278 (0x0004) [bool : 0x4]
|
|
2887
|
+
bHasUnlitTranslucency: 0x0278, // 0x0278 (0x0004) [bool : 0x8]
|
|
2888
|
+
bHasUnlitDistortion: 0x0278, // 0x0278 (0x0004) [bool : 0x10]
|
|
2889
|
+
bUsesSceneColor: 0x0278, // 0x0278 (0x0004) [bool : 0x20]
|
|
2890
|
+
bHasSeparateTranslucency: 0x0278, // 0x0278 (0x0004) [bool : 0x40]
|
|
2891
|
+
bUseTrueConeCalculation: 0x0278, // 0x0278 (0x0004) [bool : 0x80]
|
|
2892
|
+
bVisibleForMobile: 0x0278, // 0x0278 (0x0004) [bool : 0x100]
|
|
2893
|
+
OuterCone: 0x027C, // 0x027C (0x0004) [float]
|
|
2894
|
+
InnerCone: 0x0280, // 0x0280 (0x0004) [float]
|
|
2895
|
+
ConeFudgeFactor: 0x0284, // 0x0284 (0x0004) [float]
|
|
2896
|
+
Radius: 0x0288, // 0x0288 (0x0004) [float]
|
|
2897
|
+
MinStrength: 0x028C, // 0x028C (0x0004) [float]
|
|
2898
|
+
SourceColor: 0x0290, // 0x0290 (0x0010) [FLinearColor]
|
|
2899
|
+
Materials: 0x02A0, // 0x02A0 (0x0010) [TArray<FLensFlareElementMaterials>]
|
|
2900
|
+
ReleaseResourcesFence: 0x02B0, // 0x02B0 (0x0008) [FPointer]
|
|
2901
|
+
NextTraceTime: 0x02B8, // 0x02B8 (0x0004) [float]
|
|
2089
2902
|
} as const;
|
|
2090
2903
|
|
|
2091
2904
|
/**
|
|
@@ -2121,7 +2934,7 @@ export const LinkedAccountMap_X = {
|
|
|
2121
2934
|
*/
|
|
2122
2935
|
export const LocalCacheTests_X = {
|
|
2123
2936
|
CacheFilePath: 0x0060, // 0x0060 (0x0010) [FString]
|
|
2124
|
-
...
|
|
2937
|
+
...Object_,
|
|
2125
2938
|
} as const;
|
|
2126
2939
|
|
|
2127
2940
|
/**
|
|
@@ -2138,7 +2951,7 @@ export const LocalCache_X = {
|
|
|
2138
2951
|
bDebug: 0x00A8, // 0x00A8 (0x0004) [bool : 0x1]
|
|
2139
2952
|
__EventImportFinished__Delegate: 0x00B0, // 0x00B0 (0x0018) [FScriptDelegate]
|
|
2140
2953
|
__EventExportFinished__Delegate: 0x00C8, // 0x00C8 (0x0018) [FScriptDelegate]
|
|
2141
|
-
...
|
|
2954
|
+
...Object_,
|
|
2142
2955
|
} as const;
|
|
2143
2956
|
|
|
2144
2957
|
/**
|
|
@@ -2150,7 +2963,45 @@ export const LocalClubData_X = {
|
|
|
2150
2963
|
Clubs: 0x0060, // 0x0060 (0x0010) [TArray<UClubDetails_X*>]
|
|
2151
2964
|
Invites: 0x0070, // 0x0070 (0x0010) [TArray<FPlayerClubPair>]
|
|
2152
2965
|
NextClubID: 0x0080, // 0x0080 (0x0004) [int32]
|
|
2153
|
-
...
|
|
2966
|
+
...Object_,
|
|
2967
|
+
} as const;
|
|
2968
|
+
|
|
2969
|
+
/**
|
|
2970
|
+
* Engine.LocalPlayer Offsets
|
|
2971
|
+
* Size: 0x04D0
|
|
2972
|
+
* Extends: Player
|
|
2973
|
+
*/
|
|
2974
|
+
export const LocalPlayer = {
|
|
2975
|
+
VfTable_FObserverInterface: 0x00B8, // 0x00B8 (0x0008) [FPointer]
|
|
2976
|
+
ControllerId: 0x00C0, // 0x00C0 (0x0004) [int32]
|
|
2977
|
+
ViewportClient: 0x00C8, // 0x00C8 (0x0008) [UGameViewportClient*]
|
|
2978
|
+
Origin: 0x00D0, // 0x00D0 (0x0008) [FVector2D]
|
|
2979
|
+
Size: 0x00D8, // 0x00D8 (0x0008) [FVector2D]
|
|
2980
|
+
PlayerPostProcess: 0x00E0, // 0x00E0 (0x0008) [UPostProcessChain*]
|
|
2981
|
+
PlayerPostProcessChains: 0x00E8, // 0x00E8 (0x0010) [TArray<UPostProcessChain*>]
|
|
2982
|
+
bForceDefaultPostProcessChain: 0x00F8, // 0x00F8 (0x0004) [bool : 0x1]
|
|
2983
|
+
bWantToResetToMapDefaultPP: 0x00F8, // 0x00F8 (0x0004) [bool : 0x2]
|
|
2984
|
+
bSentSplitJoin: 0x00F8, // 0x00F8 (0x0004) [bool : 0x4]
|
|
2985
|
+
bPendingServerAuth: 0x00F8, // 0x00F8 (0x0004) [bool : 0x8]
|
|
2986
|
+
bDrawWorldFullScreen: 0x00F8, // 0x00F8 (0x0004) [bool : 0x10]
|
|
2987
|
+
bReplayFXDirtied: 0x00F8, // 0x00F8 (0x0004) [bool : 0x20]
|
|
2988
|
+
ViewState: 0x0100, // 0x0100 (0x0008) [FPointer]
|
|
2989
|
+
ViewState2: 0x0108, // 0x0108 (0x0008) [FPointer]
|
|
2990
|
+
ActorVisibilityHistory: 0x0110, // 0x0110 (0x0010) [FSynchronizedActorVisibilityHistory]
|
|
2991
|
+
LastViewLocation: 0x0120, // 0x0120 (0x000C) [FVector]
|
|
2992
|
+
CurrentPPInfo: 0x0130, // 0x0130 (0x0178) [FCurrentPostProcessVolumeInfo]
|
|
2993
|
+
LevelPPInfo: 0x02A8, // 0x02A8 (0x0178) [FCurrentPostProcessVolumeInfo]
|
|
2994
|
+
ActivePPOverrides: 0x0420, // 0x0420 (0x0010) [TArray<FPostProcessSettingsOverride>]
|
|
2995
|
+
AspectRatioAxisConstraint: 0x0430, // 0x0430 (0x0001) [EAspectRatioAxisConstraint]
|
|
2996
|
+
LastMap: 0x0438, // 0x0438 (0x0010) [FString]
|
|
2997
|
+
TagContext: 0x0448, // 0x0448 (0x0008) [UTranslationContext*]
|
|
2998
|
+
CachedAuthInt: 0x0450, // 0x0450 (0x0010) [TScriptInterface<UOnlineAuthInterface>]
|
|
2999
|
+
ServerAuthTimestamp: 0x0460, // 0x0460 (0x0004) [float]
|
|
3000
|
+
ServerAuthTimeout: 0x0464, // 0x0464 (0x0004) [int32]
|
|
3001
|
+
ServerAuthRetryCount: 0x0468, // 0x0468 (0x0004) [int32]
|
|
3002
|
+
MaxServerAuthRetryCount: 0x046C, // 0x046C (0x0004) [int32]
|
|
3003
|
+
ServerAuthUID: 0x0470, // 0x0470 (0x0048) [FUniqueNetId]
|
|
3004
|
+
__bForceDefaultPostProcessChain__ChangeNotify: 0x04B8, // 0x04B8 (0x0018) [FScriptDelegate]
|
|
2154
3005
|
} as const;
|
|
2155
3006
|
|
|
2156
3007
|
/**
|
|
@@ -2172,7 +3023,7 @@ export const LocalPlayer_X = {
|
|
|
2172
3023
|
export const LocalizedAccountLinkURL = {
|
|
2173
3024
|
Language: 0x0060, // 0x0060 (0x0010) [FString]
|
|
2174
3025
|
URL: 0x0070, // 0x0070 (0x0010) [FString]
|
|
2175
|
-
...
|
|
3026
|
+
...Object_,
|
|
2176
3027
|
} as const;
|
|
2177
3028
|
|
|
2178
3029
|
/**
|
|
@@ -2183,7 +3034,7 @@ export const LocalizedAccountLinkURL = {
|
|
|
2183
3034
|
export const LoginResponse_X = {
|
|
2184
3035
|
BannedMessage: 0x0060, // 0x0060 (0x0010) [FString]
|
|
2185
3036
|
BannedMinutes: 0x0070, // 0x0070 (0x0004) [int32]
|
|
2186
|
-
...
|
|
3037
|
+
...Object_,
|
|
2187
3038
|
} as const;
|
|
2188
3039
|
|
|
2189
3040
|
/**
|
|
@@ -2244,7 +3095,7 @@ export const MatchData_X = {
|
|
|
2244
3095
|
Team0Score: 0x012C, // 0x012C (0x0004) [int32]
|
|
2245
3096
|
Team1Score: 0x0130, // 0x0130 (0x0004) [int32]
|
|
2246
3097
|
Players: 0x0138, // 0x0138 (0x0010) [TArray<UMatchPlayerData_X*>]
|
|
2247
|
-
...
|
|
3098
|
+
...Object_,
|
|
2248
3099
|
} as const;
|
|
2249
3100
|
|
|
2250
3101
|
/**
|
|
@@ -2256,6 +3107,18 @@ export const MatchEndedMessage_X = {
|
|
|
2256
3107
|
...BeaconMessage_X,
|
|
2257
3108
|
} as const;
|
|
2258
3109
|
|
|
3110
|
+
/**
|
|
3111
|
+
* IpDrv.WebApplication Offsets
|
|
3112
|
+
* Size: 0x0080
|
|
3113
|
+
* Extends: Object
|
|
3114
|
+
*/
|
|
3115
|
+
export const WebApplication = {
|
|
3116
|
+
WorldInfo: 0x0060, // 0x0060 (0x0008) [UWorldInfo*]
|
|
3117
|
+
WebServer: 0x0068, // 0x0068 (0x0008) [UWebServer*]
|
|
3118
|
+
Path: 0x0070, // 0x0070 (0x0010) [FString]
|
|
3119
|
+
...Object_,
|
|
3120
|
+
} as const;
|
|
3121
|
+
|
|
2259
3122
|
/**
|
|
2260
3123
|
* ProjectX.MatchInfoWebService_X Offsets
|
|
2261
3124
|
* Size: 0x0088
|
|
@@ -2275,7 +3138,7 @@ export const MatchLog_X = {
|
|
|
2275
3138
|
LogFileStartSize: 0x0060, // 0x0060 (0x0004) [int32]
|
|
2276
3139
|
URL: 0x0068, // 0x0068 (0x0010) [FString]
|
|
2277
3140
|
Content: 0x0078, // 0x0078 (0x0010) [TArray<uint8>]
|
|
2278
|
-
...
|
|
3141
|
+
...Object_,
|
|
2279
3142
|
} as const;
|
|
2280
3143
|
|
|
2281
3144
|
/**
|
|
@@ -2306,7 +3169,7 @@ export const MatchPlayerData_X = {
|
|
|
2306
3169
|
ClubID: 0x0158, // 0x0158 (0x0004) [int32]
|
|
2307
3170
|
Skills: 0x015C, // 0x015C (0x0024) [FMatchSkillUpdate]
|
|
2308
3171
|
ActorID: 0x0180, // 0x0180 (0x0004) [int32]
|
|
2309
|
-
...
|
|
3172
|
+
...Object_,
|
|
2310
3173
|
} as const;
|
|
2311
3174
|
|
|
2312
3175
|
/**
|
|
@@ -2318,7 +3181,16 @@ export const MatchRecorder_X = {
|
|
|
2318
3181
|
MatchDataClass: 0x0060, // 0x0060 (0x0008) [UClass*]
|
|
2319
3182
|
PlayerDataClass: 0x0068, // 0x0068 (0x0008) [UClass*]
|
|
2320
3183
|
Match: 0x0070, // 0x0070 (0x0008) [UMatchData_X*]
|
|
2321
|
-
...
|
|
3184
|
+
...Object_,
|
|
3185
|
+
} as const;
|
|
3186
|
+
|
|
3187
|
+
/**
|
|
3188
|
+
* Engine.MaterialEffect Offsets
|
|
3189
|
+
* Size: 0x0090
|
|
3190
|
+
* Extends: PostProcessEffect
|
|
3191
|
+
*/
|
|
3192
|
+
export const MaterialEffect = {
|
|
3193
|
+
Material: 0x0088, // 0x0088 (0x0008) [UMaterialInterface*]
|
|
2322
3194
|
} as const;
|
|
2323
3195
|
|
|
2324
3196
|
/**
|
|
@@ -2407,7 +3279,7 @@ export const MetricsSystem_X = {
|
|
|
2407
3279
|
* Extends: Object
|
|
2408
3280
|
*/
|
|
2409
3281
|
export const MirrorUtils_X = {
|
|
2410
|
-
...
|
|
3282
|
+
...Object_,
|
|
2411
3283
|
} as const;
|
|
2412
3284
|
|
|
2413
3285
|
/**
|
|
@@ -2426,7 +3298,7 @@ export const NNXErrors_X = {
|
|
|
2426
3298
|
* Extends: Object
|
|
2427
3299
|
*/
|
|
2428
3300
|
export const NetMetricsSystem_X = {
|
|
2429
|
-
...
|
|
3301
|
+
...Object_,
|
|
2430
3302
|
} as const;
|
|
2431
3303
|
|
|
2432
3304
|
/**
|
|
@@ -2446,7 +3318,15 @@ export const NetMetrics_X = {
|
|
|
2446
3318
|
* Extends: Object
|
|
2447
3319
|
*/
|
|
2448
3320
|
export const NetModeBase = {
|
|
2449
|
-
...
|
|
3321
|
+
...Object_,
|
|
3322
|
+
} as const;
|
|
3323
|
+
|
|
3324
|
+
/**
|
|
3325
|
+
* Engine.ReplicationInfo Offsets
|
|
3326
|
+
* Size: 0x0268
|
|
3327
|
+
* Extends: Info
|
|
3328
|
+
*/
|
|
3329
|
+
export const ReplicationInfo = {
|
|
2450
3330
|
} as const;
|
|
2451
3331
|
|
|
2452
3332
|
/**
|
|
@@ -2464,7 +3344,7 @@ export const NetModeReplicator_X = {
|
|
|
2464
3344
|
* Extends: Object
|
|
2465
3345
|
*/
|
|
2466
3346
|
export const NetModeSystem_X = {
|
|
2467
|
-
...
|
|
3347
|
+
...Object_,
|
|
2468
3348
|
} as const;
|
|
2469
3349
|
|
|
2470
3350
|
/**
|
|
@@ -2546,7 +3426,7 @@ export const NetMode_Standalone = {
|
|
|
2546
3426
|
*/
|
|
2547
3427
|
export const NetworkPingEvent_X = {
|
|
2548
3428
|
DeltaSeconds: 0x0060, // 0x0060 (0x0004) [float]
|
|
2549
|
-
...
|
|
3429
|
+
...Object_,
|
|
2550
3430
|
} as const;
|
|
2551
3431
|
|
|
2552
3432
|
/**
|
|
@@ -2555,7 +3435,7 @@ export const NetworkPingEvent_X = {
|
|
|
2555
3435
|
* Extends: Object
|
|
2556
3436
|
*/
|
|
2557
3437
|
export const NullResponse = {
|
|
2558
|
-
...
|
|
3438
|
+
...Object_,
|
|
2559
3439
|
} as const;
|
|
2560
3440
|
|
|
2561
3441
|
/**
|
|
@@ -2577,7 +3457,7 @@ export const OnlineClubCache_X = {
|
|
|
2577
3457
|
export const OnlineClubManager_X = {
|
|
2578
3458
|
Connection: 0x0060, // 0x0060 (0x0008) [UPsyNetConnection_X*]
|
|
2579
3459
|
__EventClubChanged__Delegate: 0x0068, // 0x0068 (0x0018) [FScriptDelegate]
|
|
2580
|
-
...
|
|
3460
|
+
...Object_,
|
|
2581
3461
|
} as const;
|
|
2582
3462
|
|
|
2583
3463
|
/**
|
|
@@ -2593,7 +3473,7 @@ export const OnlineClubProvider_X = {
|
|
|
2593
3473
|
PlayerClubSyncResults: 0x0098, // 0x0098 (0x0010) [TArray<FPlayerClubSyncResult>]
|
|
2594
3474
|
__EventSyncComplete__Delegate: 0x00A8, // 0x00A8 (0x0018) [FScriptDelegate]
|
|
2595
3475
|
__EventPlayerSynced__Delegate: 0x00C0, // 0x00C0 (0x0018) [FScriptDelegate]
|
|
2596
|
-
...
|
|
3476
|
+
...Object_,
|
|
2597
3477
|
} as const;
|
|
2598
3478
|
|
|
2599
3479
|
/**
|
|
@@ -2605,7 +3485,7 @@ export const OnlineClubServerList_X = {
|
|
|
2605
3485
|
Servers: 0x0060, // 0x0060 (0x0010) [TArray<UClubServerResult_X*>]
|
|
2606
3486
|
RPC: 0x0070, // 0x0070 (0x0008) [URPC_GetClubPrivateMatches_X*]
|
|
2607
3487
|
Error: 0x0078, // 0x0078 (0x0008) [UError*]
|
|
2608
|
-
...
|
|
3488
|
+
...Object_,
|
|
2609
3489
|
} as const;
|
|
2610
3490
|
|
|
2611
3491
|
/**
|
|
@@ -2615,7 +3495,7 @@ export const OnlineClubServerList_X = {
|
|
|
2615
3495
|
*/
|
|
2616
3496
|
export const OnlineConfigDispatcher_X = {
|
|
2617
3497
|
bDebug: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
2618
|
-
...
|
|
3498
|
+
...Object_,
|
|
2619
3499
|
} as const;
|
|
2620
3500
|
|
|
2621
3501
|
/**
|
|
@@ -2626,7 +3506,7 @@ export const OnlineConfigDispatcher_X = {
|
|
|
2626
3506
|
export const OnlineConfig_X = {
|
|
2627
3507
|
bAllowOnServer: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
2628
3508
|
AllSubscriptions: 0x0068, // 0x0068 (0x0010) [TArray<FModifierSubscription>]
|
|
2629
|
-
...
|
|
3509
|
+
...Object_,
|
|
2630
3510
|
} as const;
|
|
2631
3511
|
|
|
2632
3512
|
/**
|
|
@@ -2883,7 +3763,29 @@ export const EpicFriends_X = {
|
|
|
2883
3763
|
* Extends: Object
|
|
2884
3764
|
*/
|
|
2885
3765
|
export const OnlineGameReservations_AssignTeamsByParty_X = {
|
|
2886
|
-
...
|
|
3766
|
+
...Object_,
|
|
3767
|
+
} as const;
|
|
3768
|
+
|
|
3769
|
+
/**
|
|
3770
|
+
* Engine.OnlineGameSearch Offsets
|
|
3771
|
+
* Size: 0x0154
|
|
3772
|
+
* Extends: Settings
|
|
3773
|
+
*/
|
|
3774
|
+
export const OnlineGameSearch = {
|
|
3775
|
+
MaxSearchResults: 0x00A0, // 0x00A0 (0x0004) [int32]
|
|
3776
|
+
Query: 0x00A4, // 0x00A4 (0x000C) [FLocalizedStringSetting]
|
|
3777
|
+
bIsLanQuery: 0x00B0, // 0x00B0 (0x0004) [bool : 0x1]
|
|
3778
|
+
bUsesArbitration: 0x00B0, // 0x00B0 (0x0004) [bool : 0x2]
|
|
3779
|
+
bIsSearchInProgress: 0x00B0, // 0x00B0 (0x0004) [bool : 0x4]
|
|
3780
|
+
GameSettingsClass: 0x00B8, // 0x00B8 (0x0008) [UClass*]
|
|
3781
|
+
Results: 0x00C0, // 0x00C0 (0x0010) [TArray<FOnlineGameSearchResult>]
|
|
3782
|
+
ManualSkillOverride: 0x00D0, // 0x00D0 (0x0038) [FOverrideSkill]
|
|
3783
|
+
NamedProperties: 0x0108, // 0x0108 (0x0010) [TArray<FNamedObjectProperty>]
|
|
3784
|
+
FilterQuery: 0x0118, // 0x0118 (0x0020) [FOnlineGameSearchQuery]
|
|
3785
|
+
AdditionalSearchCriteria: 0x0138, // 0x0138 (0x0010) [FString]
|
|
3786
|
+
PingBucketSize: 0x0148, // 0x0148 (0x0004) [int32]
|
|
3787
|
+
NumPingProbes: 0x014C, // 0x014C (0x0004) [int32]
|
|
3788
|
+
MaxPingBytes: 0x0150, // 0x0150 (0x0004) [int32]
|
|
2887
3789
|
} as const;
|
|
2888
3790
|
|
|
2889
3791
|
/**
|
|
@@ -2899,6 +3801,19 @@ export const OnlineGameSearch_X = {
|
|
|
2899
3801
|
...OnlineGameSearch,
|
|
2900
3802
|
} as const;
|
|
2901
3803
|
|
|
3804
|
+
/**
|
|
3805
|
+
* Engine.Settings Offsets
|
|
3806
|
+
* Size: 0x00A0
|
|
3807
|
+
* Extends: Object
|
|
3808
|
+
*/
|
|
3809
|
+
export const Settings = {
|
|
3810
|
+
LocalizedSettings: 0x0060, // 0x0060 (0x0010) [TArray<FLocalizedStringSetting>]
|
|
3811
|
+
Properties: 0x0070, // 0x0070 (0x0010) [TArray<FSettingsProperty>]
|
|
3812
|
+
LocalizedSettingsMappings: 0x0080, // 0x0080 (0x0010) [TArray<FLocalizedStringSettingMetaData>]
|
|
3813
|
+
PropertyMappings: 0x0090, // 0x0090 (0x0010) [TArray<FSettingsPropertyPropertyMetaData>]
|
|
3814
|
+
...Object_,
|
|
3815
|
+
} as const;
|
|
3816
|
+
|
|
2902
3817
|
/**
|
|
2903
3818
|
* ProjectX.OnlineGameSettings_X Offsets
|
|
2904
3819
|
* Size: 0x00F8
|
|
@@ -2982,7 +3897,7 @@ export const OnlineMessageComponent_X = {
|
|
|
2982
3897
|
* Extends: Object
|
|
2983
3898
|
*/
|
|
2984
3899
|
export const OnlineMessage_X = {
|
|
2985
|
-
...
|
|
3900
|
+
...Object_,
|
|
2986
3901
|
} as const;
|
|
2987
3902
|
|
|
2988
3903
|
/**
|
|
@@ -3038,7 +3953,7 @@ export const OnlinePlayerPermissions_X = {
|
|
|
3038
3953
|
PendingPlayerRequests: 0x0068, // 0x0068 (0x0010) [TArray<FUniqueNetId>]
|
|
3039
3954
|
PlayerPermissions: 0x0078, // 0x0078 (0x0010) [TArray<FPlayerPermissionsList>]
|
|
3040
3955
|
__EventUpdated__Delegate: 0x0088, // 0x0088 (0x0018) [FScriptDelegate]
|
|
3041
|
-
...
|
|
3956
|
+
...Object_,
|
|
3042
3957
|
} as const;
|
|
3043
3958
|
|
|
3044
3959
|
/**
|
|
@@ -3058,7 +3973,7 @@ export const OnlinePlayerStorageConfig_X = {
|
|
|
3058
3973
|
*/
|
|
3059
3974
|
export const OnlinePlayerStorageManifest_X = {
|
|
3060
3975
|
MetaData: 0x0060, // 0x0060 (0x0010) [TArray<FStorageMetadata>]
|
|
3061
|
-
...
|
|
3976
|
+
...Object_,
|
|
3062
3977
|
} as const;
|
|
3063
3978
|
|
|
3064
3979
|
/**
|
|
@@ -3075,7 +3990,7 @@ export const OnlinePlayerStorageQueue_X = {
|
|
|
3075
3990
|
__EventStorageSuccess__Delegate: 0x00A0, // 0x00A0 (0x0018) [FScriptDelegate]
|
|
3076
3991
|
__EventOutOfSync__Delegate: 0x00B8, // 0x00B8 (0x0018) [FScriptDelegate]
|
|
3077
3992
|
__EventStorageError__Delegate: 0x00D0, // 0x00D0 (0x0018) [FScriptDelegate]
|
|
3078
|
-
...
|
|
3993
|
+
...Object_,
|
|
3079
3994
|
} as const;
|
|
3080
3995
|
|
|
3081
3996
|
/**
|
|
@@ -3085,7 +4000,7 @@ export const OnlinePlayerStorageQueue_X = {
|
|
|
3085
4000
|
*/
|
|
3086
4001
|
export const OnlinePlayerStorageSync_X = {
|
|
3087
4002
|
__EventSyncSuccess__Delegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
3088
|
-
...
|
|
4003
|
+
...Object_,
|
|
3089
4004
|
} as const;
|
|
3090
4005
|
|
|
3091
4006
|
/**
|
|
@@ -3118,7 +4033,53 @@ export const OnlineResource_X = {
|
|
|
3118
4033
|
*/
|
|
3119
4034
|
export const OnlineSaveLock_X = {
|
|
3120
4035
|
EnableCount: 0x0060, // 0x0060 (0x0004) [int32]
|
|
3121
|
-
...
|
|
4036
|
+
...Object_,
|
|
4037
|
+
} as const;
|
|
4038
|
+
|
|
4039
|
+
/**
|
|
4040
|
+
* Engine.PlayerReplicationInfo Offsets
|
|
4041
|
+
* Size: 0x0410
|
|
4042
|
+
* Extends: ReplicationInfo
|
|
4043
|
+
*/
|
|
4044
|
+
export const PlayerReplicationInfo = {
|
|
4045
|
+
ObjectProvider: 0x0268, // 0x0268 (0x0008) [unknown]
|
|
4046
|
+
RegistryGroup: 0x0270, // 0x0270 (0x0008) [unknown]
|
|
4047
|
+
Score: 0x0278, // 0x0278 (0x0004) [int32]
|
|
4048
|
+
Deaths: 0x027C, // 0x027C (0x0004) [int32]
|
|
4049
|
+
Ping: 0x0280, // 0x0280 (0x0001) [uint8]
|
|
4050
|
+
TTSSpeaker: 0x0281, // 0x0281 (0x0001) [ETTSSpeaker]
|
|
4051
|
+
NumLives: 0x0284, // 0x0284 (0x0004) [int32]
|
|
4052
|
+
PlayerName: 0x0288, // 0x0288 (0x0010) [FString]
|
|
4053
|
+
OldName: 0x0298, // 0x0298 (0x0010) [FString]
|
|
4054
|
+
PlayerID: 0x02A8, // 0x02A8 (0x0004) [int32]
|
|
4055
|
+
Team: 0x02B0, // 0x02B0 (0x0008) [UTeamInfo*]
|
|
4056
|
+
bAdmin: 0x02B8, // 0x02B8 (0x0004) [bool : 0x1]
|
|
4057
|
+
bIsSpectator: 0x02B8, // 0x02B8 (0x0004) [bool : 0x2]
|
|
4058
|
+
bOnlySpectator: 0x02B8, // 0x02B8 (0x0004) [bool : 0x4]
|
|
4059
|
+
bWaitingPlayer: 0x02B8, // 0x02B8 (0x0004) [bool : 0x8]
|
|
4060
|
+
bReadyToPlay: 0x02B8, // 0x02B8 (0x0004) [bool : 0x10]
|
|
4061
|
+
bOutOfLives: 0x02B8, // 0x02B8 (0x0004) [bool : 0x20]
|
|
4062
|
+
bBot: 0x02B8, // 0x02B8 (0x0004) [bool : 0x40]
|
|
4063
|
+
bIsInactive: 0x02B8, // 0x02B8 (0x0004) [bool : 0x80]
|
|
4064
|
+
bFromPreviousLevel: 0x02B8, // 0x02B8 (0x0004) [bool : 0x100]
|
|
4065
|
+
bTimedOut: 0x02B8, // 0x02B8 (0x0004) [bool : 0x200]
|
|
4066
|
+
bUnregistered: 0x02B8, // 0x02B8 (0x0004) [bool : 0x400]
|
|
4067
|
+
StartTime: 0x02BC, // 0x02BC (0x0004) [int32]
|
|
4068
|
+
StringSpectating: 0x02C0, // 0x02C0 (0x0010) [FString]
|
|
4069
|
+
StringUnknown: 0x02D0, // 0x02D0 (0x0010) [FString]
|
|
4070
|
+
Kills: 0x02E0, // 0x02E0 (0x0004) [int32]
|
|
4071
|
+
ExactPing: 0x02E4, // 0x02E4 (0x0004) [float]
|
|
4072
|
+
SavedNetworkAddress: 0x02E8, // 0x02E8 (0x0010) [FString]
|
|
4073
|
+
UniqueId: 0x02F8, // 0x02F8 (0x0048) [FUniqueNetId]
|
|
4074
|
+
SessionName: 0x0340, // 0x0340 (0x0008) [FName]
|
|
4075
|
+
AutomatedTestingData: 0x0348, // 0x0348 (0x0008) [FAutomatedTestingDatum]
|
|
4076
|
+
Avatar: 0x0350, // 0x0350 (0x0008) [UTexture2D*]
|
|
4077
|
+
PacketStats: 0x0358, // 0x0358 (0x001C) [FNetPacketStats]
|
|
4078
|
+
PrevPacketStats: 0x0374, // 0x0374 (0x001C) [FNetPacketStats]
|
|
4079
|
+
NetStats: 0x0390, // 0x0390 (0x0058) [FClientConnectionStats]
|
|
4080
|
+
RemoteUserData: 0x03E8, // 0x03E8 (0x0010) [FPRIRemoteUserData]
|
|
4081
|
+
__EventTeamChanged__Delegate: 0x03F8, // 0x03F8 (0x0018) [FScriptDelegate]
|
|
4082
|
+
...ReplicationInfo,
|
|
3122
4083
|
} as const;
|
|
3123
4084
|
|
|
3124
4085
|
/**
|
|
@@ -3149,6 +4110,26 @@ export const ParameterDispenser_X = {
|
|
|
3149
4110
|
...Component,
|
|
3150
4111
|
} as const;
|
|
3151
4112
|
|
|
4113
|
+
/**
|
|
4114
|
+
* Engine.ParticleModuleBeamTarget Offsets
|
|
4115
|
+
* Size: 0x010C
|
|
4116
|
+
* Extends: ParticleModuleBeamBase
|
|
4117
|
+
*/
|
|
4118
|
+
export const ParticleModuleBeamTarget = {
|
|
4119
|
+
TargetMethod: 0x0070, // 0x0070 (0x0001) [Beam2SourceTargetMethod]
|
|
4120
|
+
TargetTangentMethod: 0x0071, // 0x0071 (0x0001) [Beam2SourceTargetTangentMethod]
|
|
4121
|
+
TargetName: 0x0074, // 0x0074 (0x0008) [FName]
|
|
4122
|
+
Target: 0x0080, // 0x0080 (0x0028) [FRawDistributionVector]
|
|
4123
|
+
bTargetAbsolute: 0x00A8, // 0x00A8 (0x0004) [bool : 0x1]
|
|
4124
|
+
bLockTarget: 0x00A8, // 0x00A8 (0x0004) [bool : 0x2]
|
|
4125
|
+
bLockTargetTangent: 0x00A8, // 0x00A8 (0x0004) [bool : 0x4]
|
|
4126
|
+
bLockTargetStength: 0x00A8, // 0x00A8 (0x0004) [bool : 0x8]
|
|
4127
|
+
TargetTangent: 0x00B0, // 0x00B0 (0x0028) [FRawDistributionVector]
|
|
4128
|
+
TargetBone: 0x00D8, // 0x00D8 (0x0008) [FName]
|
|
4129
|
+
TargetStrength: 0x00E0, // 0x00E0 (0x0028) [FRawDistributionFloat]
|
|
4130
|
+
LockRadius: 0x0108, // 0x0108 (0x0004) [float]
|
|
4131
|
+
} as const;
|
|
4132
|
+
|
|
3152
4133
|
/**
|
|
3153
4134
|
* ProjectX.ParticleModuleBeamTarget_X Offsets
|
|
3154
4135
|
* Size: 0x0110
|
|
@@ -3158,6 +4139,24 @@ export const ParticleModuleBeamTarget_X = {
|
|
|
3158
4139
|
...ParticleModuleBeamTarget,
|
|
3159
4140
|
} as const;
|
|
3160
4141
|
|
|
4142
|
+
/**
|
|
4143
|
+
* Engine.ParticleModuleLocationBoneSocket Offsets
|
|
4144
|
+
* Size: 0x00AC
|
|
4145
|
+
* Extends: ParticleModuleLocationBase
|
|
4146
|
+
*/
|
|
4147
|
+
export const ParticleModuleLocationBoneSocket = {
|
|
4148
|
+
SourceType: 0x0070, // 0x0070 (0x0001) [ELocationBoneSocketSource]
|
|
4149
|
+
SelectionMethod: 0x0071, // 0x0071 (0x0001) [ELocationBoneSocketSelectionMethod]
|
|
4150
|
+
UniversalOffset: 0x0074, // 0x0074 (0x000C) [FVector]
|
|
4151
|
+
SourceLocations: 0x0080, // 0x0080 (0x0010) [TArray<FLocationBoneSocketInfo>]
|
|
4152
|
+
bUpdatePositionEachFrame: 0x0090, // 0x0090 (0x0004) [bool : 0x1]
|
|
4153
|
+
bOrientMeshEmitters: 0x0090, // 0x0090 (0x0004) [bool : 0x2]
|
|
4154
|
+
bInheritVelocityAtSpawn: 0x0090, // 0x0090 (0x0004) [bool : 0x4]
|
|
4155
|
+
SkelMeshActorParamName: 0x0094, // 0x0094 (0x0008) [FName]
|
|
4156
|
+
EditorSkelMesh: 0x00A0, // 0x00A0 (0x0008) [USkeletalMesh*]
|
|
4157
|
+
LastUpdateTime: 0x00A8, // 0x00A8 (0x0004) [float]
|
|
4158
|
+
} as const;
|
|
4159
|
+
|
|
3161
4160
|
/**
|
|
3162
4161
|
* ProjectX.ParticleModuleLocationBoneSocket_X Offsets
|
|
3163
4162
|
* Size: 0x00B0
|
|
@@ -3167,6 +4166,26 @@ export const ParticleModuleLocationBoneSocket_X = {
|
|
|
3167
4166
|
...ParticleModuleLocationBoneSocket,
|
|
3168
4167
|
} as const;
|
|
3169
4168
|
|
|
4169
|
+
/**
|
|
4170
|
+
* Engine.ParticleModuleLocationSkelVertSurface Offsets
|
|
4171
|
+
* Size: 0x00D0
|
|
4172
|
+
* Extends: ParticleModuleLocationBase
|
|
4173
|
+
*/
|
|
4174
|
+
export const ParticleModuleLocationSkelVertSurface = {
|
|
4175
|
+
SourceType: 0x0070, // 0x0070 (0x0001) [ELocationSkelVertSurfaceSource]
|
|
4176
|
+
UniversalOffset: 0x0074, // 0x0074 (0x000C) [FVector]
|
|
4177
|
+
bUpdatePositionEachFrame: 0x0080, // 0x0080 (0x0004) [bool : 0x1]
|
|
4178
|
+
bOrientMeshEmitters: 0x0080, // 0x0080 (0x0004) [bool : 0x2]
|
|
4179
|
+
bEnforceNormalCheck: 0x0080, // 0x0080 (0x0004) [bool : 0x4]
|
|
4180
|
+
SkelMeshActorParamName: 0x0084, // 0x0084 (0x0008) [FName]
|
|
4181
|
+
EditorSkelMesh: 0x0090, // 0x0090 (0x0008) [USkeletalMesh*]
|
|
4182
|
+
ValidAssociatedBones: 0x0098, // 0x0098 (0x0010) [TArray<FName>]
|
|
4183
|
+
NormalToCompare: 0x00A8, // 0x00A8 (0x000C) [FVector]
|
|
4184
|
+
NormalCheckToleranceDegrees: 0x00B4, // 0x00B4 (0x0004) [float]
|
|
4185
|
+
NormalCheckTolerance: 0x00B8, // 0x00B8 (0x0004) [float]
|
|
4186
|
+
ValidMaterialIndices: 0x00C0, // 0x00C0 (0x0010) [TArray<int32>]
|
|
4187
|
+
} as const;
|
|
4188
|
+
|
|
3170
4189
|
/**
|
|
3171
4190
|
* ProjectX.ParticleModuleLocationSkelVertSurface_X Offsets
|
|
3172
4191
|
* Size: 0x00D0
|
|
@@ -3176,6 +4195,16 @@ export const ParticleModuleLocationSkelVertSurface_X = {
|
|
|
3176
4195
|
...ParticleModuleLocationSkelVertSurface,
|
|
3177
4196
|
} as const;
|
|
3178
4197
|
|
|
4198
|
+
/**
|
|
4199
|
+
* Engine.ParticleModuleVelocityBase Offsets
|
|
4200
|
+
* Size: 0x0074
|
|
4201
|
+
* Extends: ParticleModule
|
|
4202
|
+
*/
|
|
4203
|
+
export const ParticleModuleVelocityBase = {
|
|
4204
|
+
bInWorldSpace: 0x0070, // 0x0070 (0x0004) [bool : 0x1]
|
|
4205
|
+
bApplyOwnerScale: 0x0070, // 0x0070 (0x0004) [bool : 0x2]
|
|
4206
|
+
} as const;
|
|
4207
|
+
|
|
3179
4208
|
/**
|
|
3180
4209
|
* ProjectX.ParticleModuleVelocitySurfaceNormal_X Offsets
|
|
3181
4210
|
* Size: 0x00A8
|
|
@@ -3196,6 +4225,14 @@ export const ParticleModuleVelocitySurfaceNormalStatic_X = {
|
|
|
3196
4225
|
...ParticleModuleVelocitySurfaceNormal_X,
|
|
3197
4226
|
} as const;
|
|
3198
4227
|
|
|
4228
|
+
/**
|
|
4229
|
+
* Engine.ParticleModuleWorldForcesBase Offsets
|
|
4230
|
+
* Size: 0x0070
|
|
4231
|
+
* Extends: ParticleModule
|
|
4232
|
+
*/
|
|
4233
|
+
export const ParticleModuleWorldForcesBase = {
|
|
4234
|
+
} as const;
|
|
4235
|
+
|
|
3199
4236
|
/**
|
|
3200
4237
|
* ProjectX.ParticleModuleWind_X Offsets
|
|
3201
4238
|
* Size: 0x00C0
|
|
@@ -3258,7 +4295,7 @@ export const Parties_X = {
|
|
|
3258
4295
|
__EventSignedPartyChatRecieved__Delegate: 0x0390, // 0x0390 (0x0018) [FScriptDelegate]
|
|
3259
4296
|
__EventSignedPartyChatSent__Delegate: 0x03A8, // 0x03A8 (0x0018) [FScriptDelegate]
|
|
3260
4297
|
__OnHostStartPlayTogether__Delegate: 0x03C0, // 0x03C0 (0x0018) [FScriptDelegate]
|
|
3261
|
-
...
|
|
4298
|
+
...Object_,
|
|
3262
4299
|
} as const;
|
|
3263
4300
|
|
|
3264
4301
|
/**
|
|
@@ -3327,7 +4364,7 @@ export const PartyErrors_X = {
|
|
|
3327
4364
|
* Extends: Object
|
|
3328
4365
|
*/
|
|
3329
4366
|
export const PartyJoinedEvent_X = {
|
|
3330
|
-
...
|
|
4367
|
+
...Object_,
|
|
3331
4368
|
} as const;
|
|
3332
4369
|
|
|
3333
4370
|
/**
|
|
@@ -3496,7 +4533,7 @@ export const PartyMetrics_X = {
|
|
|
3496
4533
|
export const PartyPlatformSession_X = {
|
|
3497
4534
|
PartyID: 0x0060, // 0x0060 (0x0010) [FUniqueLobbyId]
|
|
3498
4535
|
__EventPartyIdChanged__Delegate: 0x0070, // 0x0070 (0x0018) [FScriptDelegate]
|
|
3499
|
-
...
|
|
4536
|
+
...Object_,
|
|
3500
4537
|
} as const;
|
|
3501
4538
|
|
|
3502
4539
|
/**
|
|
@@ -3507,7 +4544,7 @@ export const PartyPlatformSession_X = {
|
|
|
3507
4544
|
export const PartySequence_CreateParty_X = {
|
|
3508
4545
|
PendingRPC: 0x0060, // 0x0060 (0x0008) [URPC_PartyCreate_X*]
|
|
3509
4546
|
__EventPartyCreated__Delegate: 0x0068, // 0x0068 (0x0018) [FScriptDelegate]
|
|
3510
|
-
...
|
|
4547
|
+
...Object_,
|
|
3511
4548
|
} as const;
|
|
3512
4549
|
|
|
3513
4550
|
/**
|
|
@@ -3516,7 +4553,7 @@ export const PartySequence_CreateParty_X = {
|
|
|
3516
4553
|
* Extends: Object
|
|
3517
4554
|
*/
|
|
3518
4555
|
export const PartySequence_InviteToParty_X = {
|
|
3519
|
-
...
|
|
4556
|
+
...Object_,
|
|
3520
4557
|
} as const;
|
|
3521
4558
|
|
|
3522
4559
|
/**
|
|
@@ -3525,7 +4562,7 @@ export const PartySequence_InviteToParty_X = {
|
|
|
3525
4562
|
* Extends: Object
|
|
3526
4563
|
*/
|
|
3527
4564
|
export const PartySequence_InvitedToPlatformParty_X = {
|
|
3528
|
-
...
|
|
4565
|
+
...Object_,
|
|
3529
4566
|
} as const;
|
|
3530
4567
|
|
|
3531
4568
|
/**
|
|
@@ -3534,7 +4571,7 @@ export const PartySequence_InvitedToPlatformParty_X = {
|
|
|
3534
4571
|
* Extends: Object
|
|
3535
4572
|
*/
|
|
3536
4573
|
export const PartySequence_InvitedToPsyNetParty_X = {
|
|
3537
|
-
...
|
|
4574
|
+
...Object_,
|
|
3538
4575
|
} as const;
|
|
3539
4576
|
|
|
3540
4577
|
/**
|
|
@@ -3544,7 +4581,7 @@ export const PartySequence_InvitedToPsyNetParty_X = {
|
|
|
3544
4581
|
*/
|
|
3545
4582
|
export const PartySequence_JoinParty_X = {
|
|
3546
4583
|
__EventJoinedParty__Delegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
3547
|
-
...
|
|
4584
|
+
...Object_,
|
|
3548
4585
|
} as const;
|
|
3549
4586
|
|
|
3550
4587
|
/**
|
|
@@ -3553,7 +4590,7 @@ export const PartySequence_JoinParty_X = {
|
|
|
3553
4590
|
* Extends: Object
|
|
3554
4591
|
*/
|
|
3555
4592
|
export const PartySequence_JoinRequest_X = {
|
|
3556
|
-
...
|
|
4593
|
+
...Object_,
|
|
3557
4594
|
} as const;
|
|
3558
4595
|
|
|
3559
4596
|
/**
|
|
@@ -3562,7 +4599,7 @@ export const PartySequence_JoinRequest_X = {
|
|
|
3562
4599
|
* Extends: Object
|
|
3563
4600
|
*/
|
|
3564
4601
|
export const PartySequence_LeaveParty_X = {
|
|
3565
|
-
...
|
|
4602
|
+
...Object_,
|
|
3566
4603
|
} as const;
|
|
3567
4604
|
|
|
3568
4605
|
/**
|
|
@@ -3571,7 +4608,7 @@ export const PartySequence_LeaveParty_X = {
|
|
|
3571
4608
|
* Extends: Object
|
|
3572
4609
|
*/
|
|
3573
4610
|
export const PartySequence_PsyNetPartyUpgrade_X = {
|
|
3574
|
-
...
|
|
4611
|
+
...Object_,
|
|
3575
4612
|
} as const;
|
|
3576
4613
|
|
|
3577
4614
|
/**
|
|
@@ -3580,7 +4617,7 @@ export const PartySequence_PsyNetPartyUpgrade_X = {
|
|
|
3580
4617
|
* Extends: Object
|
|
3581
4618
|
*/
|
|
3582
4619
|
export const PauseMetricsState_X = {
|
|
3583
|
-
...
|
|
4620
|
+
...Object_,
|
|
3584
4621
|
} as const;
|
|
3585
4622
|
|
|
3586
4623
|
/**
|
|
@@ -3589,7 +4626,172 @@ export const PauseMetricsState_X = {
|
|
|
3589
4626
|
* Extends: Object
|
|
3590
4627
|
*/
|
|
3591
4628
|
export const PauseStaticDataSync_X = {
|
|
3592
|
-
...
|
|
4629
|
+
...Object_,
|
|
4630
|
+
} as const;
|
|
4631
|
+
|
|
4632
|
+
/**
|
|
4633
|
+
* Engine.Pawn Offsets
|
|
4634
|
+
* Size: 0x0514
|
|
4635
|
+
* Extends: Actor
|
|
4636
|
+
*/
|
|
4637
|
+
export const Pawn = {
|
|
4638
|
+
VfTable_IInterface_Speaker: 0x0268, // 0x0268 (0x0008) [FPointer]
|
|
4639
|
+
ObjectProvider: 0x0270, // 0x0270 (0x0008) [unknown]
|
|
4640
|
+
RegistryGroup: 0x0278, // 0x0278 (0x0008) [unknown]
|
|
4641
|
+
MaxStepHeight: 0x0280, // 0x0280 (0x0004) [float]
|
|
4642
|
+
MaxJumpHeight: 0x0284, // 0x0284 (0x0004) [float]
|
|
4643
|
+
WalkableFloorZ: 0x0288, // 0x0288 (0x0004) [float]
|
|
4644
|
+
LedgeCheckThreshold: 0x028C, // 0x028C (0x0004) [float]
|
|
4645
|
+
PartialLedgeMoveDir: 0x0290, // 0x0290 (0x000C) [FVector]
|
|
4646
|
+
Controller: 0x02A0, // 0x02A0 (0x0008) [UController*]
|
|
4647
|
+
NextPawn: 0x02A8, // 0x02A8 (0x0008) [UPawn*]
|
|
4648
|
+
NetRelevancyTime: 0x02B0, // 0x02B0 (0x0004) [float]
|
|
4649
|
+
LastRealViewer: 0x02B8, // 0x02B8 (0x0008) [UPlayerController*]
|
|
4650
|
+
LastViewer: 0x02C0, // 0x02C0 (0x0008) [UActor*]
|
|
4651
|
+
bScriptTickSpecial: 0x02C8, // 0x02C8 (0x0004) [bool : 0x1]
|
|
4652
|
+
bUpAndOut: 0x02C8, // 0x02C8 (0x0004) [bool : 0x2]
|
|
4653
|
+
bIsWalking: 0x02C8, // 0x02C8 (0x0004) [bool : 0x4]
|
|
4654
|
+
bWantsToCrouch: 0x02C8, // 0x02C8 (0x0004) [bool : 0x8]
|
|
4655
|
+
bIsCrouched: 0x02C8, // 0x02C8 (0x0004) [bool : 0x10]
|
|
4656
|
+
bTryToUncrouch: 0x02C8, // 0x02C8 (0x0004) [bool : 0x20]
|
|
4657
|
+
bCanCrouch: 0x02C8, // 0x02C8 (0x0004) [bool : 0x40]
|
|
4658
|
+
bCrawler: 0x02C8, // 0x02C8 (0x0004) [bool : 0x80]
|
|
4659
|
+
bReducedSpeed: 0x02C8, // 0x02C8 (0x0004) [bool : 0x100]
|
|
4660
|
+
bJumpCapable: 0x02C8, // 0x02C8 (0x0004) [bool : 0x200]
|
|
4661
|
+
bCanJump: 0x02C8, // 0x02C8 (0x0004) [bool : 0x400]
|
|
4662
|
+
bCanWalk: 0x02C8, // 0x02C8 (0x0004) [bool : 0x800]
|
|
4663
|
+
bCanFly: 0x02C8, // 0x02C8 (0x0004) [bool : 0x1000]
|
|
4664
|
+
bCanStrafe: 0x02C8, // 0x02C8 (0x0004) [bool : 0x2000]
|
|
4665
|
+
bAvoidLedges: 0x02C8, // 0x02C8 (0x0004) [bool : 0x4000]
|
|
4666
|
+
bStopAtLedges: 0x02C8, // 0x02C8 (0x0004) [bool : 0x8000]
|
|
4667
|
+
bAllowLedgeOverhang: 0x02C8, // 0x02C8 (0x0004) [bool : 0x10000]
|
|
4668
|
+
bPartiallyOverLedge: 0x02C8, // 0x02C8 (0x0004) [bool : 0x20000]
|
|
4669
|
+
bSimulateGravity: 0x02C8, // 0x02C8 (0x0004) [bool : 0x40000]
|
|
4670
|
+
bIgnoreForces: 0x02C8, // 0x02C8 (0x0004) [bool : 0x80000]
|
|
4671
|
+
bCanWalkOffLedges: 0x02C8, // 0x02C8 (0x0004) [bool : 0x100000]
|
|
4672
|
+
bCanBeBaseForPawns: 0x02C8, // 0x02C8 (0x0004) [bool : 0x200000]
|
|
4673
|
+
bSimGravityDisabled: 0x02C8, // 0x02C8 (0x0004) [bool : 0x400000]
|
|
4674
|
+
bDirectHitWall: 0x02C8, // 0x02C8 (0x0004) [bool : 0x800000]
|
|
4675
|
+
bPushesRigidBodies: 0x02C8, // 0x02C8 (0x0004) [bool : 0x1000000]
|
|
4676
|
+
bForceFloorCheck: 0x02C8, // 0x02C8 (0x0004) [bool : 0x2000000]
|
|
4677
|
+
bForceKeepAnchor: 0x02C8, // 0x02C8 (0x0004) [bool : 0x4000000]
|
|
4678
|
+
bCanMantle: 0x02C8, // 0x02C8 (0x0004) [bool : 0x8000000]
|
|
4679
|
+
bCanClimbUp: 0x02C8, // 0x02C8 (0x0004) [bool : 0x10000000]
|
|
4680
|
+
bCanClimbCeilings: 0x02C8, // 0x02C8 (0x0004) [bool : 0x20000000]
|
|
4681
|
+
bCanSwatTurn: 0x02C8, // 0x02C8 (0x0004) [bool : 0x40000000]
|
|
4682
|
+
bCanLeap: 0x02C8, // 0x02C8 (0x0004) [bool : 0x-80000000]
|
|
4683
|
+
bCanCoverSlip: 0x02CC, // 0x02CC (0x0004) [bool : 0x1]
|
|
4684
|
+
bDisplayPathErrors: 0x02CC, // 0x02CC (0x0004) [bool : 0x2]
|
|
4685
|
+
bAmbientCreature: 0x02CC, // 0x02CC (0x0004) [bool : 0x4]
|
|
4686
|
+
bLOSHearing: 0x02CC, // 0x02CC (0x0004) [bool : 0x8]
|
|
4687
|
+
bMuffledHearing: 0x02CC, // 0x02CC (0x0004) [bool : 0x10]
|
|
4688
|
+
bDontPossess: 0x02CC, // 0x02CC (0x0004) [bool : 0x20]
|
|
4689
|
+
bRollToDesired: 0x02CC, // 0x02CC (0x0004) [bool : 0x40]
|
|
4690
|
+
bStationary: 0x02CC, // 0x02CC (0x0004) [bool : 0x80]
|
|
4691
|
+
bCachedRelevant: 0x02CC, // 0x02CC (0x0004) [bool : 0x100]
|
|
4692
|
+
bModifyReachSpecCost: 0x02CC, // 0x02CC (0x0004) [bool : 0x200]
|
|
4693
|
+
bModifyNavPointDest: 0x02CC, // 0x02CC (0x0004) [bool : 0x400]
|
|
4694
|
+
bPrevBypassSimulatedClientPhysics: 0x02CC, // 0x02CC (0x0004) [bool : 0x800]
|
|
4695
|
+
bRunPhysicsWithNoController: 0x02CC, // 0x02CC (0x0004) [bool : 0x1000]
|
|
4696
|
+
bForceMaxAccel: 0x02CC, // 0x02CC (0x0004) [bool : 0x2000]
|
|
4697
|
+
bLimitFallAccel: 0x02CC, // 0x02CC (0x0004) [bool : 0x4000]
|
|
4698
|
+
bForceRMVelocity: 0x02CC, // 0x02CC (0x0004) [bool : 0x8000]
|
|
4699
|
+
bForceRegularVelocity: 0x02CC, // 0x02CC (0x0004) [bool : 0x10000]
|
|
4700
|
+
bDesiredRotationSet: 0x02CC, // 0x02CC (0x0004) [bool : 0x20000]
|
|
4701
|
+
bLockDesiredRotation: 0x02CC, // 0x02CC (0x0004) [bool : 0x40000]
|
|
4702
|
+
bUnlockWhenReached: 0x02CC, // 0x02CC (0x0004) [bool : 0x80000]
|
|
4703
|
+
bNeedsBaseTickedFirst: 0x02CC, // 0x02CC (0x0004) [bool : 0x100000]
|
|
4704
|
+
bUsedByMatinee: 0x02CC, // 0x02CC (0x0004) [bool : 0x200000]
|
|
4705
|
+
bRootMotionFromInterpCurve: 0x02CC, // 0x02CC (0x0004) [bool : 0x400000]
|
|
4706
|
+
bDebugShowCameraLocation: 0x02CC, // 0x02CC (0x0004) [bool : 0x800000]
|
|
4707
|
+
bFastAttachedMove: 0x02CC, // 0x02CC (0x0004) [bool : 0x1000000]
|
|
4708
|
+
WalkingPhysics: 0x02D0, // 0x02D0 (0x0001) [EPhysics]
|
|
4709
|
+
PathSearchType: 0x02D1, // 0x02D1 (0x0001) [EPathSearchType]
|
|
4710
|
+
RemoteViewPitch: 0x02D2, // 0x02D2 (0x0001) [uint8]
|
|
4711
|
+
UncrouchTime: 0x02D4, // 0x02D4 (0x0004) [float]
|
|
4712
|
+
CrouchHeight: 0x02D8, // 0x02D8 (0x0004) [float]
|
|
4713
|
+
CrouchRadius: 0x02DC, // 0x02DC (0x0004) [float]
|
|
4714
|
+
FullHeight: 0x02E0, // 0x02E0 (0x0004) [int32]
|
|
4715
|
+
PathConstraintList: 0x02E8, // 0x02E8 (0x0008) [UPathConstraint*]
|
|
4716
|
+
PathGoalList: 0x02F0, // 0x02F0 (0x0008) [UPathGoalEvaluator*]
|
|
4717
|
+
DesiredSpeed: 0x02F8, // 0x02F8 (0x0004) [float]
|
|
4718
|
+
MaxDesiredSpeed: 0x02FC, // 0x02FC (0x0004) [float]
|
|
4719
|
+
HearingThreshold: 0x0300, // 0x0300 (0x0004) [float]
|
|
4720
|
+
Alertness: 0x0304, // 0x0304 (0x0004) [float]
|
|
4721
|
+
SightRadius: 0x0308, // 0x0308 (0x0004) [float]
|
|
4722
|
+
PeripheralVision: 0x030C, // 0x030C (0x0004) [float]
|
|
4723
|
+
AvgPhysicsTime: 0x0310, // 0x0310 (0x0004) [float]
|
|
4724
|
+
Mass: 0x0314, // 0x0314 (0x0004) [float]
|
|
4725
|
+
Buoyancy: 0x0318, // 0x0318 (0x0004) [float]
|
|
4726
|
+
MeleeRange: 0x031C, // 0x031C (0x0004) [float]
|
|
4727
|
+
Anchor: 0x0320, // 0x0320 (0x0008) [UNavigationPoint*]
|
|
4728
|
+
AnchorItem: 0x0328, // 0x0328 (0x0004) [int32]
|
|
4729
|
+
LastAnchor: 0x0330, // 0x0330 (0x0008) [UNavigationPoint*]
|
|
4730
|
+
FindAnchorFailedTime: 0x0338, // 0x0338 (0x0004) [float]
|
|
4731
|
+
LastValidAnchorTime: 0x033C, // 0x033C (0x0004) [float]
|
|
4732
|
+
DestinationOffset: 0x0340, // 0x0340 (0x0004) [float]
|
|
4733
|
+
NextPathRadius: 0x0344, // 0x0344 (0x0004) [float]
|
|
4734
|
+
SerpentineDir: 0x0348, // 0x0348 (0x000C) [FVector]
|
|
4735
|
+
SerpentineDist: 0x0354, // 0x0354 (0x0004) [float]
|
|
4736
|
+
SerpentineTime: 0x0358, // 0x0358 (0x0004) [float]
|
|
4737
|
+
MaxPitchLimit: 0x035C, // 0x035C (0x0004) [int32]
|
|
4738
|
+
GroundSpeed: 0x0360, // 0x0360 (0x0004) [float]
|
|
4739
|
+
AirSpeed: 0x0364, // 0x0364 (0x0004) [float]
|
|
4740
|
+
AccelRate: 0x0368, // 0x0368 (0x0004) [float]
|
|
4741
|
+
JumpZ: 0x036C, // 0x036C (0x0004) [float]
|
|
4742
|
+
OutofWaterZ: 0x0370, // 0x0370 (0x0004) [float]
|
|
4743
|
+
MaxOutOfWaterStepHeight: 0x0374, // 0x0374 (0x0004) [float]
|
|
4744
|
+
AirControl: 0x0378, // 0x0378 (0x0004) [float]
|
|
4745
|
+
WalkingPct: 0x037C, // 0x037C (0x0004) [float]
|
|
4746
|
+
MovementSpeedModifier: 0x0380, // 0x0380 (0x0004) [float]
|
|
4747
|
+
CrouchedPct: 0x0384, // 0x0384 (0x0004) [float]
|
|
4748
|
+
MaxFallSpeed: 0x0388, // 0x0388 (0x0004) [float]
|
|
4749
|
+
AIMaxFallSpeedFactor: 0x038C, // 0x038C (0x0004) [float]
|
|
4750
|
+
BaseEyeHeight: 0x0390, // 0x0390 (0x0004) [float]
|
|
4751
|
+
EyeHeight: 0x0394, // 0x0394 (0x0004) [float]
|
|
4752
|
+
Floor: 0x0398, // 0x0398 (0x000C) [FVector]
|
|
4753
|
+
RMVelocity: 0x03A4, // 0x03A4 (0x000C) [FVector]
|
|
4754
|
+
noise1spot: 0x03B0, // 0x03B0 (0x000C) [FVector]
|
|
4755
|
+
noise1time: 0x03BC, // 0x03BC (0x0004) [float]
|
|
4756
|
+
noise1other: 0x03C0, // 0x03C0 (0x0008) [UPawn*]
|
|
4757
|
+
noise1loudness: 0x03C8, // 0x03C8 (0x0004) [float]
|
|
4758
|
+
noise2spot: 0x03CC, // 0x03CC (0x000C) [FVector]
|
|
4759
|
+
noise2time: 0x03D8, // 0x03D8 (0x0004) [float]
|
|
4760
|
+
noise2other: 0x03E0, // 0x03E0 (0x0008) [UPawn*]
|
|
4761
|
+
noise2loudness: 0x03E8, // 0x03E8 (0x0004) [float]
|
|
4762
|
+
SoundDampening: 0x03EC, // 0x03EC (0x0004) [float]
|
|
4763
|
+
DamageScaling: 0x03F0, // 0x03F0 (0x0004) [float]
|
|
4764
|
+
MenuName: 0x03F8, // 0x03F8 (0x0010) [FString]
|
|
4765
|
+
ControllerClass: 0x0408, // 0x0408 (0x0008) [UClass*]
|
|
4766
|
+
PlayerReplicationInfo: 0x0410, // 0x0410 (0x0008) [UPlayerReplicationInfo*]
|
|
4767
|
+
LandMovementState: 0x0418, // 0x0418 (0x0008) [FName]
|
|
4768
|
+
WaterMovementState: 0x0420, // 0x0420 (0x0008) [FName]
|
|
4769
|
+
LastStartSpot: 0x0428, // 0x0428 (0x0008) [UPlayerStart*]
|
|
4770
|
+
LastStartTime: 0x0430, // 0x0430 (0x0004) [float]
|
|
4771
|
+
Mesh: 0x0438, // 0x0438 (0x0008) [unknown]
|
|
4772
|
+
CylinderComponent: 0x0440, // 0x0440 (0x0008) [unknown]
|
|
4773
|
+
RBPushRadius: 0x0448, // 0x0448 (0x0004) [float]
|
|
4774
|
+
RBPushStrength: 0x044C, // 0x044C (0x0004) [float]
|
|
4775
|
+
AlwaysRelevantDistanceSquared: 0x0450, // 0x0450 (0x0004) [float]
|
|
4776
|
+
LastHitBy: 0x0458, // 0x0458 (0x0008) [UController*]
|
|
4777
|
+
ViewPitchMin: 0x0460, // 0x0460 (0x0004) [float]
|
|
4778
|
+
ViewPitchMax: 0x0464, // 0x0464 (0x0004) [float]
|
|
4779
|
+
AllowedYawError: 0x0468, // 0x0468 (0x0004) [int32]
|
|
4780
|
+
DesiredRotation: 0x046C, // 0x046C (0x000C) [FRotator]
|
|
4781
|
+
PreRagdollCollisionComponent: 0x0478, // 0x0478 (0x0008) [unknown]
|
|
4782
|
+
PhysicsPushBody: 0x0480, // 0x0480 (0x0008) [URB_BodyInstance*]
|
|
4783
|
+
FailedLandingCount: 0x0488, // 0x0488 (0x0004) [int32]
|
|
4784
|
+
SlotNodes: 0x0490, // 0x0490 (0x0010) [TArray<UAnimNodeSlot*>]
|
|
4785
|
+
InterpGroupList: 0x04A0, // 0x04A0 (0x0010) [TArray<UInterpGroup*>]
|
|
4786
|
+
FacialAudioComp: 0x04B0, // 0x04B0 (0x0008) [unknown]
|
|
4787
|
+
MIC_PawnMat: 0x04B8, // 0x04B8 (0x0008) [UMaterialInstanceConstant*]
|
|
4788
|
+
MIC_PawnHair: 0x04C0, // 0x04C0 (0x0008) [UMaterialInstanceConstant*]
|
|
4789
|
+
ScalarParameterInterpArray: 0x04C8, // 0x04C8 (0x0010) [TArray<FScalarParameterInterpStruct>]
|
|
4790
|
+
RootMotionInterpCurve: 0x04D8, // 0x04D8 (0x0028) [FRootMotionCurve]
|
|
4791
|
+
RootMotionInterpRate: 0x0500, // 0x0500 (0x0004) [float]
|
|
4792
|
+
RootMotionInterpCurrentTime: 0x0504, // 0x0504 (0x0004) [float]
|
|
4793
|
+
RootMotionInterpCurveLastValue: 0x0508, // 0x0508 (0x000C) [FVector]
|
|
4794
|
+
...Actor,
|
|
3593
4795
|
} as const;
|
|
3594
4796
|
|
|
3595
4797
|
/**
|
|
@@ -3614,7 +4816,7 @@ export const PendingAvatarRequest_X = {
|
|
|
3614
4816
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
3615
4817
|
Size: 0x00A8, // 0x00A8 (0x0001) [AvatarSize]
|
|
3616
4818
|
OnAvatarRequestComplete: 0x00B0, // 0x00B0 (0x0018) [FScriptDelegate]
|
|
3617
|
-
...
|
|
4819
|
+
...Object_,
|
|
3618
4820
|
} as const;
|
|
3619
4821
|
|
|
3620
4822
|
/**
|
|
@@ -3643,7 +4845,16 @@ export const PerCon_X = {
|
|
|
3643
4845
|
URL: 0x0068, // 0x0068 (0x0010) [FString]
|
|
3644
4846
|
Status: 0x0078, // 0x0078 (0x0001) [EPerConStatus]
|
|
3645
4847
|
__EventStatusChanged__Delegate: 0x0080, // 0x0080 (0x0018) [FScriptDelegate]
|
|
3646
|
-
...
|
|
4848
|
+
...Object_,
|
|
4849
|
+
} as const;
|
|
4850
|
+
|
|
4851
|
+
/**
|
|
4852
|
+
* Engine.PhysicalMaterialPropertyBase Offsets
|
|
4853
|
+
* Size: 0x0060
|
|
4854
|
+
* Extends: Object
|
|
4855
|
+
*/
|
|
4856
|
+
export const PhysicalMaterialPropertyBase = {
|
|
4857
|
+
...Object_,
|
|
3647
4858
|
} as const;
|
|
3648
4859
|
|
|
3649
4860
|
/**
|
|
@@ -3681,7 +4892,7 @@ export const PlatformFriends_X = {
|
|
|
3681
4892
|
* Extends: Object
|
|
3682
4893
|
*/
|
|
3683
4894
|
export const PlatformSystem_X = {
|
|
3684
|
-
...
|
|
4895
|
+
...Object_,
|
|
3685
4896
|
} as const;
|
|
3686
4897
|
|
|
3687
4898
|
/**
|
|
@@ -3690,7 +4901,7 @@ export const PlatformSystem_X = {
|
|
|
3690
4901
|
* Extends: Object
|
|
3691
4902
|
*/
|
|
3692
4903
|
export const Platform_Console = {
|
|
3693
|
-
...
|
|
4904
|
+
...Object_,
|
|
3694
4905
|
} as const;
|
|
3695
4906
|
|
|
3696
4907
|
/**
|
|
@@ -3699,7 +4910,7 @@ export const Platform_Console = {
|
|
|
3699
4910
|
* Extends: Object
|
|
3700
4911
|
*/
|
|
3701
4912
|
export const Platform_DedicatedServer = {
|
|
3702
|
-
...
|
|
4913
|
+
...Object_,
|
|
3703
4914
|
} as const;
|
|
3704
4915
|
|
|
3705
4916
|
/**
|
|
@@ -3708,7 +4919,7 @@ export const Platform_DedicatedServer = {
|
|
|
3708
4919
|
* Extends: Object
|
|
3709
4920
|
*/
|
|
3710
4921
|
export const Platform_Dingo = {
|
|
3711
|
-
...
|
|
4922
|
+
...Object_,
|
|
3712
4923
|
} as const;
|
|
3713
4924
|
|
|
3714
4925
|
/**
|
|
@@ -3717,7 +4928,7 @@ export const Platform_Dingo = {
|
|
|
3717
4928
|
* Extends: Object
|
|
3718
4929
|
*/
|
|
3719
4930
|
export const Platform_GameClient = {
|
|
3720
|
-
...
|
|
4931
|
+
...Object_,
|
|
3721
4932
|
} as const;
|
|
3722
4933
|
|
|
3723
4934
|
/**
|
|
@@ -3726,7 +4937,7 @@ export const Platform_GameClient = {
|
|
|
3726
4937
|
* Extends: Object
|
|
3727
4938
|
*/
|
|
3728
4939
|
export const Platform_NNX = {
|
|
3729
|
-
...
|
|
4940
|
+
...Object_,
|
|
3730
4941
|
} as const;
|
|
3731
4942
|
|
|
3732
4943
|
/**
|
|
@@ -3735,7 +4946,7 @@ export const Platform_NNX = {
|
|
|
3735
4946
|
* Extends: Object
|
|
3736
4947
|
*/
|
|
3737
4948
|
export const Platform_Orbis = {
|
|
3738
|
-
...
|
|
4949
|
+
...Object_,
|
|
3739
4950
|
} as const;
|
|
3740
4951
|
|
|
3741
4952
|
/**
|
|
@@ -3744,7 +4955,7 @@ export const Platform_Orbis = {
|
|
|
3744
4955
|
* Extends: Object
|
|
3745
4956
|
*/
|
|
3746
4957
|
export const Platform_PC = {
|
|
3747
|
-
...
|
|
4958
|
+
...Object_,
|
|
3748
4959
|
} as const;
|
|
3749
4960
|
|
|
3750
4961
|
/**
|
|
@@ -3753,7 +4964,7 @@ export const Platform_PC = {
|
|
|
3753
4964
|
* Extends: Object
|
|
3754
4965
|
*/
|
|
3755
4966
|
export const Platform_Server = {
|
|
3756
|
-
...
|
|
4967
|
+
...Object_,
|
|
3757
4968
|
} as const;
|
|
3758
4969
|
|
|
3759
4970
|
/**
|
|
@@ -3780,6 +4991,128 @@ export const PlayerActivityMetrics_X = {
|
|
|
3780
4991
|
...MetricsGroup_X,
|
|
3781
4992
|
} as const;
|
|
3782
4993
|
|
|
4994
|
+
/**
|
|
4995
|
+
* Engine.PlayerController Offsets
|
|
4996
|
+
* Size: 0x07E8
|
|
4997
|
+
* Extends: Controller
|
|
4998
|
+
*/
|
|
4999
|
+
export const PlayerController = {
|
|
5000
|
+
Player: 0x0478, // 0x0478 (0x0008) [UPlayer*]
|
|
5001
|
+
PlayerCamera: 0x0480, // 0x0480 (0x0008) [UCamera*]
|
|
5002
|
+
CameraClass: 0x0488, // 0x0488 (0x0008) [UClass*]
|
|
5003
|
+
bFrozen: 0x0490, // 0x0490 (0x0004) [bool : 0x1]
|
|
5004
|
+
bPressedJump: 0x0490, // 0x0490 (0x0004) [bool : 0x2]
|
|
5005
|
+
bDoubleJump: 0x0490, // 0x0490 (0x0004) [bool : 0x4]
|
|
5006
|
+
bUpdatePosition: 0x0490, // 0x0490 (0x0004) [bool : 0x8]
|
|
5007
|
+
bUpdating: 0x0490, // 0x0490 (0x0004) [bool : 0x10]
|
|
5008
|
+
bCheatFlying: 0x0490, // 0x0490 (0x0004) [bool : 0x20]
|
|
5009
|
+
bCameraPositionLocked: 0x0490, // 0x0490 (0x0004) [bool : 0x40]
|
|
5010
|
+
bShortConnectTimeOut: 0x0490, // 0x0490 (0x0004) [bool : 0x80]
|
|
5011
|
+
bPendingDestroy: 0x0490, // 0x0490 (0x0004) [bool : 0x100]
|
|
5012
|
+
bWasSpeedHack: 0x0490, // 0x0490 (0x0004) [bool : 0x200]
|
|
5013
|
+
bWasSaturated: 0x0490, // 0x0490 (0x0004) [bool : 0x400]
|
|
5014
|
+
bAimingHelp: 0x0490, // 0x0490 (0x0004) [bool : 0x800]
|
|
5015
|
+
bCameraCut: 0x0490, // 0x0490 (0x0004) [bool : 0x1000]
|
|
5016
|
+
bClientSimulatingViewTarget: 0x0490, // 0x0490 (0x0004) [bool : 0x2000]
|
|
5017
|
+
bHasVoiceHandshakeCompleted: 0x0490, // 0x0490 (0x0004) [bool : 0x4000]
|
|
5018
|
+
bIsChatBanned: 0x0490, // 0x0490 (0x0004) [bool : 0x8000]
|
|
5019
|
+
bIsSocialBanned: 0x0490, // 0x0490 (0x0004) [bool : 0x10000]
|
|
5020
|
+
bCinematicMode: 0x0490, // 0x0490 (0x0004) [bool : 0x20000]
|
|
5021
|
+
bInteractiveMode: 0x0490, // 0x0490 (0x0004) [bool : 0x40000]
|
|
5022
|
+
bCinemaDisableInputMove: 0x0490, // 0x0490 (0x0004) [bool : 0x80000]
|
|
5023
|
+
bCinemaDisableInputLook: 0x0490, // 0x0490 (0x0004) [bool : 0x100000]
|
|
5024
|
+
bIgnoreNetworkMessages: 0x0490, // 0x0490 (0x0004) [bool : 0x200000]
|
|
5025
|
+
bShowKismetDrawText: 0x0490, // 0x0490 (0x0004) [bool : 0x400000]
|
|
5026
|
+
bReplicateAllPawns: 0x0490, // 0x0490 (0x0004) [bool : 0x800000]
|
|
5027
|
+
bIsUsingStreamingVolumes: 0x0490, // 0x0490 (0x0004) [bool : 0x1000000]
|
|
5028
|
+
bIsExternalUIOpen: 0x0490, // 0x0490 (0x0004) [bool : 0x2000000]
|
|
5029
|
+
bIsControllerConnected: 0x0490, // 0x0490 (0x0004) [bool : 0x4000000]
|
|
5030
|
+
bCheckSoundOcclusion: 0x0490, // 0x0490 (0x0004) [bool : 0x8000000]
|
|
5031
|
+
bDebugCameraAnims: 0x0490, // 0x0490 (0x0004) [bool : 0x10000000]
|
|
5032
|
+
bBlockCameraAnimsFromOverridingPostProcess: 0x0490, // 0x0490 (0x0004) [bool : 0x20000000]
|
|
5033
|
+
bLogHearSoundOverflow: 0x0490, // 0x0490 (0x0004) [bool : 0x40000000]
|
|
5034
|
+
bCheckRelevancyThroughPortals: 0x0490, // 0x0490 (0x0004) [bool : 0x-80000000]
|
|
5035
|
+
bDebugClientAdjustPosition: 0x0494, // 0x0494 (0x0004) [bool : 0x1]
|
|
5036
|
+
MaxResponseTime: 0x0498, // 0x0498 (0x0004) [float]
|
|
5037
|
+
WaitDelay: 0x049C, // 0x049C (0x0004) [float]
|
|
5038
|
+
AcknowledgedPawn: 0x04A0, // 0x04A0 (0x0008) [UPawn*]
|
|
5039
|
+
DoubleClickDir: 0x04A8, // 0x04A8 (0x0001) [EDoubleClickDir]
|
|
5040
|
+
bIgnoreMoveInput: 0x04A9, // 0x04A9 (0x0001) [uint8]
|
|
5041
|
+
bIgnoreLookInput: 0x04AA, // 0x04AA (0x0001) [uint8]
|
|
5042
|
+
bRun: 0x04AB, // 0x04AB (0x0001) [uint8]
|
|
5043
|
+
bDuck: 0x04AC, // 0x04AC (0x0001) [uint8]
|
|
5044
|
+
NetPlayerIndex: 0x04AD, // 0x04AD (0x0001) [uint8]
|
|
5045
|
+
ViewTarget: 0x04B0, // 0x04B0 (0x0008) [UActor*]
|
|
5046
|
+
RealViewTarget: 0x04B8, // 0x04B8 (0x0008) [UPlayerReplicationInfo*]
|
|
5047
|
+
ControllingDirTrackInst: 0x04C0, // 0x04C0 (0x0008) [UInterpTrackInstDirector*]
|
|
5048
|
+
FOVAngle: 0x04C8, // 0x04C8 (0x0004) [float]
|
|
5049
|
+
DesiredFOV: 0x04CC, // 0x04CC (0x0004) [float]
|
|
5050
|
+
DefaultFOV: 0x04D0, // 0x04D0 (0x0004) [float]
|
|
5051
|
+
LODDistanceFactor: 0x04D4, // 0x04D4 (0x0004) [float]
|
|
5052
|
+
TargetViewRotation: 0x04D8, // 0x04D8 (0x000C) [FRotator]
|
|
5053
|
+
TargetEyeHeight: 0x04E4, // 0x04E4 (0x0004) [float]
|
|
5054
|
+
BlendedTargetViewRotation: 0x04E8, // 0x04E8 (0x000C) [FRotator]
|
|
5055
|
+
myHUD: 0x04F8, // 0x04F8 (0x0008) [UHUD*]
|
|
5056
|
+
mySecondaryHUD: 0x0500, // 0x0500 (0x0008) [UHUD*]
|
|
5057
|
+
SavedMoveClass: 0x0508, // 0x0508 (0x0008) [UClass*]
|
|
5058
|
+
SavedMoves: 0x0510, // 0x0510 (0x0008) [USavedMove*]
|
|
5059
|
+
FreeMoves: 0x0518, // 0x0518 (0x0008) [USavedMove*]
|
|
5060
|
+
PendingMove: 0x0520, // 0x0520 (0x0008) [USavedMove*]
|
|
5061
|
+
LastAckedAccel: 0x0528, // 0x0528 (0x000C) [FVector]
|
|
5062
|
+
CurrentTimeStamp: 0x0534, // 0x0534 (0x0004) [float]
|
|
5063
|
+
LastUpdateTime: 0x0538, // 0x0538 (0x0004) [float]
|
|
5064
|
+
ServerTimeStamp: 0x053C, // 0x053C (0x0004) [float]
|
|
5065
|
+
TimeMargin: 0x0540, // 0x0540 (0x0004) [float]
|
|
5066
|
+
ClientUpdateTime: 0x0544, // 0x0544 (0x0004) [float]
|
|
5067
|
+
MaxTimeMargin: 0x0548, // 0x0548 (0x0004) [float]
|
|
5068
|
+
LastActiveTime: 0x054C, // 0x054C (0x0004) [float]
|
|
5069
|
+
DynamicPingThreshold: 0x0550, // 0x0550 (0x0004) [float]
|
|
5070
|
+
LastPingUpdate: 0x0554, // 0x0554 (0x0004) [float]
|
|
5071
|
+
LastSpeedHackLog: 0x0558, // 0x0558 (0x0004) [float]
|
|
5072
|
+
PendingAdjustment: 0x0560, // 0x0560 (0x0038) [FClientAdjustment]
|
|
5073
|
+
GroundPitch: 0x0598, // 0x0598 (0x0004) [int32]
|
|
5074
|
+
CheatManager: 0x05A0, // 0x05A0 (0x0008) [UCheatManager*]
|
|
5075
|
+
CheatClass: 0x05A8, // 0x05A8 (0x0008) [UClass*]
|
|
5076
|
+
PlayerInput: 0x05B0, // 0x05B0 (0x0008) [UPlayerInput*]
|
|
5077
|
+
InputClass: 0x05B8, // 0x05B8 (0x0008) [UClass*]
|
|
5078
|
+
FailedPathStart: 0x05C0, // 0x05C0 (0x000C) [FVector]
|
|
5079
|
+
CylinderComponent: 0x05D0, // 0x05D0 (0x0008) [unknown]
|
|
5080
|
+
ForceFeedbackManagerClassName: 0x05D8, // 0x05D8 (0x0010) [FString]
|
|
5081
|
+
ForceFeedbackManager: 0x05E8, // 0x05E8 (0x0008) [UForceFeedbackManager*]
|
|
5082
|
+
Interactions: 0x05F0, // 0x05F0 (0x0010) [TArray<UInteraction*>]
|
|
5083
|
+
VoiceMuteList: 0x0600, // 0x0600 (0x0010) [TArray<FUniqueNetId>]
|
|
5084
|
+
GameplayVoiceMuteList: 0x0610, // 0x0610 (0x0010) [TArray<FUniqueNetId>]
|
|
5085
|
+
VoicePacketFilter: 0x0620, // 0x0620 (0x0010) [TArray<FUniqueNetId>]
|
|
5086
|
+
ConnectedPeers: 0x0630, // 0x0630 (0x0010) [TArray<FConnectedPeerInfo>]
|
|
5087
|
+
BestNextHostPeers: 0x0640, // 0x0640 (0x0010) [TArray<FUniqueNetId>]
|
|
5088
|
+
MigratedSearchToJoin: 0x0650, // 0x0650 (0x0008) [UOnlineGameSearch*]
|
|
5089
|
+
OnlineSub: 0x0658, // 0x0658 (0x0008) [UOnlineSubsystem*]
|
|
5090
|
+
VoiceInterface: 0x0660, // 0x0660 (0x0010) [TScriptInterface<UOnlineVoiceInterface>]
|
|
5091
|
+
OnlinePlayerData: 0x0670, // 0x0670 (0x0008) [UUIDataStore_OnlinePlayerData*]
|
|
5092
|
+
InteractDistance: 0x0678, // 0x0678 (0x0004) [float]
|
|
5093
|
+
DelayedJoinSessionName: 0x067C, // 0x067C (0x0008) [FName]
|
|
5094
|
+
InputRequests: 0x0688, // 0x0688 (0x0010) [TArray<FInputMatchRequest>]
|
|
5095
|
+
LastBroadcastTime: 0x0698, // 0x0698 (0x0004) [float]
|
|
5096
|
+
LastBroadcastString: 0x06A0, // 0x06A0 (0x0040) [FString]
|
|
5097
|
+
PendingMapChangeLevelNames: 0x06E0, // 0x06E0 (0x0010) [TArray<FName>]
|
|
5098
|
+
MyCoverReplicator: 0x06F0, // 0x06F0 (0x0008) [UCoverReplicator*]
|
|
5099
|
+
DebugTextList: 0x06F8, // 0x06F8 (0x0010) [TArray<FDebugTextInfo>]
|
|
5100
|
+
SpectatorCameraSpeed: 0x0708, // 0x0708 (0x0004) [float]
|
|
5101
|
+
PendingSwapConnection: 0x0710, // 0x0710 (0x0008) [UNetConnection*]
|
|
5102
|
+
MinRespawnDelay: 0x0718, // 0x0718 (0x0004) [float]
|
|
5103
|
+
MaxConcurrentHearSounds: 0x071C, // 0x071C (0x0004) [int32]
|
|
5104
|
+
HearSoundActiveComponents: 0x0720, // 0x0720 (0x0010) [TArray<unknown>]
|
|
5105
|
+
HearSoundPoolComponents: 0x0730, // 0x0730 (0x0010) [TArray<unknown>]
|
|
5106
|
+
HiddenActors: 0x0740, // 0x0740 (0x0010) [TArray<UActor*>]
|
|
5107
|
+
LastSpectatorStateSynchTime: 0x0750, // 0x0750 (0x0004) [float]
|
|
5108
|
+
__EventConnectionTimedOut__Delegate: 0x0758, // 0x0758 (0x0018) [FScriptDelegate]
|
|
5109
|
+
__EventDisconnected__Delegate: 0x0770, // 0x0770 (0x0018) [FScriptDelegate]
|
|
5110
|
+
__EventUnrecoverableActorChannelOverflow__Delegate: 0x0788, // 0x0788 (0x0018) [FScriptDelegate]
|
|
5111
|
+
__OnMissingPeersUnregistered__Delegate: 0x07A0, // 0x07A0 (0x0018) [FScriptDelegate]
|
|
5112
|
+
__CanUnpause__Delegate: 0x07B8, // 0x07B8 (0x0018) [FScriptDelegate]
|
|
5113
|
+
__InputMatchDelegate__Delegate: 0x07D0, // 0x07D0 (0x0018) [FScriptDelegate]
|
|
5114
|
+
} as const;
|
|
5115
|
+
|
|
3783
5116
|
/**
|
|
3784
5117
|
* ProjectX.PlayerController_X Offsets
|
|
3785
5118
|
* Size: 0x0890
|
|
@@ -3800,6 +5133,72 @@ export const PlayerController_X = {
|
|
|
3800
5133
|
...PlayerController,
|
|
3801
5134
|
} as const;
|
|
3802
5135
|
|
|
5136
|
+
/**
|
|
5137
|
+
* Engine.PlayerInput Offsets
|
|
5138
|
+
* Size: 0x02F8
|
|
5139
|
+
* Extends: Input
|
|
5140
|
+
*/
|
|
5141
|
+
export const PlayerInput = {
|
|
5142
|
+
bUsingGamepad: 0x01B0, // 0x01B0 (0x0004) [bool : 0x1]
|
|
5143
|
+
bInvertMouse: 0x01B0, // 0x01B0 (0x0004) [bool : 0x2]
|
|
5144
|
+
bInvertTurn: 0x01B0, // 0x01B0 (0x0004) [bool : 0x4]
|
|
5145
|
+
bWasForward: 0x01B0, // 0x01B0 (0x0004) [bool : 0x8]
|
|
5146
|
+
bWasBack: 0x01B0, // 0x01B0 (0x0004) [bool : 0x10]
|
|
5147
|
+
bWasLeft: 0x01B0, // 0x01B0 (0x0004) [bool : 0x20]
|
|
5148
|
+
bWasRight: 0x01B0, // 0x01B0 (0x0004) [bool : 0x40]
|
|
5149
|
+
bEdgeForward: 0x01B0, // 0x01B0 (0x0004) [bool : 0x80]
|
|
5150
|
+
bEdgeBack: 0x01B0, // 0x01B0 (0x0004) [bool : 0x100]
|
|
5151
|
+
bEdgeLeft: 0x01B0, // 0x01B0 (0x0004) [bool : 0x200]
|
|
5152
|
+
bEdgeRight: 0x01B0, // 0x01B0 (0x0004) [bool : 0x400]
|
|
5153
|
+
bEnableMouseSmoothing: 0x01B0, // 0x01B0 (0x0004) [bool : 0x800]
|
|
5154
|
+
bEnableFOVScaling: 0x01B0, // 0x01B0 (0x0004) [bool : 0x1000]
|
|
5155
|
+
bLockTurnUntilRelease: 0x01B0, // 0x01B0 (0x0004) [bool : 0x2000]
|
|
5156
|
+
LastAxisKeyName: 0x01B4, // 0x01B4 (0x0008) [FName]
|
|
5157
|
+
DoubleClickTimer: 0x01BC, // 0x01BC (0x0004) [float]
|
|
5158
|
+
DoubleClickTime: 0x01C0, // 0x01C0 (0x0004) [float]
|
|
5159
|
+
MouseSensitivity: 0x01C4, // 0x01C4 (0x0004) [float]
|
|
5160
|
+
aBaseX: 0x01C8, // 0x01C8 (0x0004) [float]
|
|
5161
|
+
aBaseY: 0x01CC, // 0x01CC (0x0004) [float]
|
|
5162
|
+
aBaseZ: 0x01D0, // 0x01D0 (0x0004) [float]
|
|
5163
|
+
aMouseX: 0x01D4, // 0x01D4 (0x0004) [float]
|
|
5164
|
+
aMouseY: 0x01D8, // 0x01D8 (0x0004) [float]
|
|
5165
|
+
aForward: 0x01DC, // 0x01DC (0x0004) [float]
|
|
5166
|
+
aTurn: 0x01E0, // 0x01E0 (0x0004) [float]
|
|
5167
|
+
aStrafe: 0x01E4, // 0x01E4 (0x0004) [float]
|
|
5168
|
+
aUp: 0x01E8, // 0x01E8 (0x0004) [float]
|
|
5169
|
+
aLookUp: 0x01EC, // 0x01EC (0x0004) [float]
|
|
5170
|
+
aRightAnalogTrigger: 0x01F0, // 0x01F0 (0x0004) [float]
|
|
5171
|
+
aLeftAnalogTrigger: 0x01F4, // 0x01F4 (0x0004) [float]
|
|
5172
|
+
aPS3AccelX: 0x01F8, // 0x01F8 (0x0004) [float]
|
|
5173
|
+
aPS3AccelY: 0x01FC, // 0x01FC (0x0004) [float]
|
|
5174
|
+
aPS3AccelZ: 0x0200, // 0x0200 (0x0004) [float]
|
|
5175
|
+
aPS3Gyro: 0x0204, // 0x0204 (0x0004) [float]
|
|
5176
|
+
aWiiUPointerX: 0x0208, // 0x0208 (0x0004) [float]
|
|
5177
|
+
aWiiUPointerY: 0x020C, // 0x020C (0x0004) [float]
|
|
5178
|
+
aTilt: 0x0210, // 0x0210 (0x000C) [FVector]
|
|
5179
|
+
aRotationRate: 0x021C, // 0x021C (0x000C) [FVector]
|
|
5180
|
+
aGravity: 0x0228, // 0x0228 (0x000C) [FVector]
|
|
5181
|
+
aAcceleration: 0x0234, // 0x0234 (0x000C) [FVector]
|
|
5182
|
+
aTouch: 0x0240, // 0x0240 (0x003C) [FVector]
|
|
5183
|
+
aBackTouch: 0x027C, // 0x027C (0x003C) [FVector]
|
|
5184
|
+
RawJoyUp: 0x02B8, // 0x02B8 (0x0004) [float]
|
|
5185
|
+
RawJoyRight: 0x02BC, // 0x02BC (0x0004) [float]
|
|
5186
|
+
RawJoyLookRight: 0x02C0, // 0x02C0 (0x0004) [float]
|
|
5187
|
+
RawJoyLookUp: 0x02C4, // 0x02C4 (0x0004) [float]
|
|
5188
|
+
MoveForwardSpeed: 0x02C8, // 0x02C8 (0x0004) [float]
|
|
5189
|
+
MoveStrafeSpeed: 0x02CC, // 0x02CC (0x0004) [float]
|
|
5190
|
+
LookRightScale: 0x02D0, // 0x02D0 (0x0004) [float]
|
|
5191
|
+
LookUpScale: 0x02D4, // 0x02D4 (0x0004) [float]
|
|
5192
|
+
bStrafe: 0x02D8, // 0x02D8 (0x0001) [uint8]
|
|
5193
|
+
bXAxis: 0x02D9, // 0x02D9 (0x0001) [uint8]
|
|
5194
|
+
bYAxis: 0x02DA, // 0x02DA (0x0001) [uint8]
|
|
5195
|
+
ZeroTime: 0x02DC, // 0x02DC (0x0008) [float]
|
|
5196
|
+
SmoothedMouse: 0x02E4, // 0x02E4 (0x0008) [float]
|
|
5197
|
+
MouseSamples: 0x02EC, // 0x02EC (0x0004) [int32]
|
|
5198
|
+
MouseSamplingTotal: 0x02F0, // 0x02F0 (0x0004) [float]
|
|
5199
|
+
AutoUnlockTurnTime: 0x02F4, // 0x02F4 (0x0004) [float]
|
|
5200
|
+
} as const;
|
|
5201
|
+
|
|
3803
5202
|
/**
|
|
3804
5203
|
* ProjectX.PlayerInput_X Offsets
|
|
3805
5204
|
* Size: 0x0478
|
|
@@ -3882,7 +5281,7 @@ export const PlaylistSettings_X = {
|
|
|
3882
5281
|
ServerCommand: 0x0130, // 0x0130 (0x0010) [FString]
|
|
3883
5282
|
MapSetName: 0x0140, // 0x0140 (0x0008) [FName]
|
|
3884
5283
|
PopulationBuckets: 0x0148, // 0x0148 (0x0010) [TArray<int32>]
|
|
3885
|
-
...
|
|
5284
|
+
...Object_,
|
|
3886
5285
|
} as const;
|
|
3887
5286
|
|
|
3888
5287
|
/**
|
|
@@ -3894,7 +5293,27 @@ export const PlaylistSkillCache_X = {
|
|
|
3894
5293
|
Players: 0x0060, // 0x0060 (0x0010) [TArray<FUpdatedPlayerSkillRating>]
|
|
3895
5294
|
RankedConfig: 0x0070, // 0x0070 (0x0008) [URankedConfig_X*]
|
|
3896
5295
|
__EventPlaylistSkillChanged__Delegate: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
3897
|
-
...
|
|
5296
|
+
...Object_,
|
|
5297
|
+
} as const;
|
|
5298
|
+
|
|
5299
|
+
/**
|
|
5300
|
+
* Engine.PointLightComponent Offsets
|
|
5301
|
+
* Size: 0x0264
|
|
5302
|
+
* Extends: LightComponent
|
|
5303
|
+
*/
|
|
5304
|
+
export const PointLightComponent = {
|
|
5305
|
+
ShadowRadiusMultiplier: 0x01C8, // 0x01C8 (0x0004) [float]
|
|
5306
|
+
Radius: 0x01CC, // 0x01CC (0x0004) [float]
|
|
5307
|
+
FalloffExponent: 0x01D0, // 0x01D0 (0x0004) [float]
|
|
5308
|
+
ShadowFalloffExponent: 0x01D4, // 0x01D4 (0x0004) [float]
|
|
5309
|
+
MinShadowFalloffRadius: 0x01D8, // 0x01D8 (0x0004) [float]
|
|
5310
|
+
CachedParentToWorld: 0x01E0, // 0x01E0 (0x0040) [FMatrix]
|
|
5311
|
+
Translation: 0x0220, // 0x0220 (0x000C) [FVector]
|
|
5312
|
+
ShadowPlane: 0x0230, // 0x0230 (0x0010) [FPlane]
|
|
5313
|
+
PreviewLightRadius: 0x0240, // 0x0240 (0x0008) [unknown]
|
|
5314
|
+
LightmassSettings: 0x0248, // 0x0248 (0x0010) [FLightmassPointLightSettings]
|
|
5315
|
+
PreviewLightSourceRadius: 0x0258, // 0x0258 (0x0008) [unknown]
|
|
5316
|
+
MaxShadowDistanceToCastInLightDirection: 0x0260, // 0x0260 (0x0004) [float]
|
|
3898
5317
|
} as const;
|
|
3899
5318
|
|
|
3900
5319
|
/**
|
|
@@ -3922,7 +5341,7 @@ export const PostProcessManager_X = {
|
|
|
3922
5341
|
ActiveChains: 0x00A0, // 0x00A0 (0x0010) [TArray<FPPChainInfo>]
|
|
3923
5342
|
ChainDefaults: 0x00B0, // 0x00B0 (0x0010) [TArray<FPPChainInfo>]
|
|
3924
5343
|
PostProcessOverrides: 0x00C0, // 0x00C0 (0x0010) [TArray<FPostProcessOverride>]
|
|
3925
|
-
...
|
|
5344
|
+
...Object_,
|
|
3926
5345
|
} as const;
|
|
3927
5346
|
|
|
3928
5347
|
/**
|
|
@@ -3931,7 +5350,7 @@ export const PostProcessManager_X = {
|
|
|
3931
5350
|
* Extends: Object
|
|
3932
5351
|
*/
|
|
3933
5352
|
export const PreExitEvent_X = {
|
|
3934
|
-
...
|
|
5353
|
+
...Object_,
|
|
3935
5354
|
} as const;
|
|
3936
5355
|
|
|
3937
5356
|
/**
|
|
@@ -3944,7 +5363,7 @@ export const PresetMutators_X = {
|
|
|
3944
5363
|
RequiresMaps: 0x0070, // 0x0070 (0x0010) [TArray<FName>]
|
|
3945
5364
|
bHideSettings: 0x0080, // 0x0080 (0x0004) [bool : 0x1]
|
|
3946
5365
|
OverrideName: 0x0088, // 0x0088 (0x0010) [FString]
|
|
3947
|
-
...
|
|
5366
|
+
...Object_,
|
|
3948
5367
|
} as const;
|
|
3949
5368
|
|
|
3950
5369
|
/**
|
|
@@ -3954,7 +5373,7 @@ export const PresetMutators_X = {
|
|
|
3954
5373
|
*/
|
|
3955
5374
|
export const PrimaryAuthLoggedIn_TA = {
|
|
3956
5375
|
PrimaryAuthedConnection: 0x0060, // 0x0060 (0x0008) [UPsyNetConnection_X*]
|
|
3957
|
-
...
|
|
5376
|
+
...Object_,
|
|
3958
5377
|
} as const;
|
|
3959
5378
|
|
|
3960
5379
|
/**
|
|
@@ -3975,7 +5394,7 @@ export const PrivilegeCheck_X = {
|
|
|
3975
5394
|
CheckDelegates: 0x00A8, // 0x00A8 (0x0010) [TArray<FScriptDelegate>]
|
|
3976
5395
|
EventFinished: 0x00B8, // 0x00B8 (0x0018) [FScriptDelegate]
|
|
3977
5396
|
__CheckDelegate__Delegate: 0x00D0, // 0x00D0 (0x0018) [FScriptDelegate]
|
|
3978
|
-
...
|
|
5397
|
+
...Object_,
|
|
3979
5398
|
} as const;
|
|
3980
5399
|
|
|
3981
5400
|
/**
|
|
@@ -3988,7 +5407,7 @@ export const PsyNetBeaconConnection_X = {
|
|
|
3988
5407
|
ReservationID: 0x0068, // 0x0068 (0x0010) [FString]
|
|
3989
5408
|
ConnectionID: 0x0078, // 0x0078 (0x0010) [FString]
|
|
3990
5409
|
TimeoutTime: 0x0088, // 0x0088 (0x0004) [float]
|
|
3991
|
-
...
|
|
5410
|
+
...Object_,
|
|
3992
5411
|
} as const;
|
|
3993
5412
|
|
|
3994
5413
|
/**
|
|
@@ -4033,7 +5452,7 @@ export const PsyNetChannel_X = {
|
|
|
4033
5452
|
ServiceQueue: 0x0080, // 0x0080 (0x0010) [TArray<FPendingChannelService>]
|
|
4034
5453
|
Subscriptions: 0x0090, // 0x0090 (0x0008) [unknown]
|
|
4035
5454
|
__EventClosed__Delegate: 0x0098, // 0x0098 (0x0018) [FScriptDelegate]
|
|
4036
|
-
...
|
|
5455
|
+
...Object_,
|
|
4037
5456
|
} as const;
|
|
4038
5457
|
|
|
4039
5458
|
/**
|
|
@@ -4043,7 +5462,7 @@ export const PsyNetChannel_X = {
|
|
|
4043
5462
|
*/
|
|
4044
5463
|
export const PsyNetClientServiceCollection_X = {
|
|
4045
5464
|
ServiceArchetypes: 0x0060, // 0x0060 (0x0010) [TArray<UPsyNetClientService_X*>]
|
|
4046
|
-
...
|
|
5465
|
+
...Object_,
|
|
4047
5466
|
} as const;
|
|
4048
5467
|
|
|
4049
5468
|
/**
|
|
@@ -4057,7 +5476,7 @@ export const PsyNetClientService_X = {
|
|
|
4057
5476
|
Error: 0x0078, // 0x0078 (0x0008) [UError*]
|
|
4058
5477
|
Connection: 0x0080, // 0x0080 (0x0008) [UPsyNetConnection_X*]
|
|
4059
5478
|
Expiration: 0x0088, // 0x0088 (0x0008) [uint64]
|
|
4060
|
-
...
|
|
5479
|
+
...Object_,
|
|
4061
5480
|
} as const;
|
|
4062
5481
|
|
|
4063
5482
|
/**
|
|
@@ -4160,7 +5579,17 @@ export const PsyNetConnection_X = {
|
|
|
4160
5579
|
__EventPerConDisconnected__Delegate: 0x0188, // 0x0188 (0x0018) [FScriptDelegate]
|
|
4161
5580
|
__EventEnabled__Delegate: 0x01A0, // 0x01A0 (0x0018) [FScriptDelegate]
|
|
4162
5581
|
__EventDisabled__Delegate: 0x01B8, // 0x01B8 (0x0018) [FScriptDelegate]
|
|
4163
|
-
...
|
|
5582
|
+
...Object_,
|
|
5583
|
+
} as const;
|
|
5584
|
+
|
|
5585
|
+
/**
|
|
5586
|
+
* Core.ErrorType Offsets
|
|
5587
|
+
* Size: 0x0070
|
|
5588
|
+
* Extends: Object
|
|
5589
|
+
*/
|
|
5590
|
+
export const ErrorType = {
|
|
5591
|
+
LocalizationKey: 0x0060, // 0x0060 (0x0010) [FString]
|
|
5592
|
+
...Object_,
|
|
4164
5593
|
} as const;
|
|
4165
5594
|
|
|
4166
5595
|
/**
|
|
@@ -4180,7 +5609,7 @@ export const PsyNetErrorType_X = {
|
|
|
4180
5609
|
export const PsyNetMessage_X = {
|
|
4181
5610
|
Headers: 0x0060, // 0x0060 (0x0008) [unknown]
|
|
4182
5611
|
Body: 0x0068, // 0x0068 (0x0010) [TArray<uint8>]
|
|
4183
|
-
...
|
|
5612
|
+
...Object_,
|
|
4184
5613
|
} as const;
|
|
4185
5614
|
|
|
4186
5615
|
/**
|
|
@@ -4190,7 +5619,7 @@ export const PsyNetMessage_X = {
|
|
|
4190
5619
|
*/
|
|
4191
5620
|
export const PsyNetMessenger_X = {
|
|
4192
5621
|
__EventMessageReceived__Delegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
4193
|
-
...
|
|
5622
|
+
...Object_,
|
|
4194
5623
|
} as const;
|
|
4195
5624
|
|
|
4196
5625
|
/**
|
|
@@ -4243,7 +5672,7 @@ export const PsyNetRequestQue_X = {
|
|
|
4243
5672
|
RequestTimeout: 0x0060, // 0x0060 (0x0004) [float]
|
|
4244
5673
|
Requests: 0x0068, // 0x0068 (0x0010) [TArray<FPsyNetRequest>]
|
|
4245
5674
|
__SendMessageDelegate__Delegate: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
4246
|
-
...
|
|
5675
|
+
...Object_,
|
|
4247
5676
|
} as const;
|
|
4248
5677
|
|
|
4249
5678
|
/**
|
|
@@ -4268,7 +5697,7 @@ export const PsyNetServiceProvider_X = {
|
|
|
4268
5697
|
Subscriptions: 0x0068, // 0x0068 (0x0008) [unknown]
|
|
4269
5698
|
Channels: 0x0070, // 0x0070 (0x0010) [TArray<UPsyNetChannel_X*>]
|
|
4270
5699
|
__EventServiceExecuted__Delegate: 0x0080, // 0x0080 (0x0018) [FScriptDelegate]
|
|
4271
|
-
...
|
|
5700
|
+
...Object_,
|
|
4272
5701
|
} as const;
|
|
4273
5702
|
|
|
4274
5703
|
/**
|
|
@@ -4277,7 +5706,7 @@ export const PsyNetServiceProvider_X = {
|
|
|
4277
5706
|
* Extends: Object
|
|
4278
5707
|
*/
|
|
4279
5708
|
export const PsyNetServiceSerializer_X = {
|
|
4280
|
-
...
|
|
5709
|
+
...Object_,
|
|
4281
5710
|
} as const;
|
|
4282
5711
|
|
|
4283
5712
|
/**
|
|
@@ -4632,7 +6061,7 @@ export const PsyNetUrl_X = {
|
|
|
4632
6061
|
bUseSubsystemURL: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
4633
6062
|
URL: 0x0068, // 0x0068 (0x0010) [FString]
|
|
4634
6063
|
URLv2: 0x0078, // 0x0078 (0x0010) [FString]
|
|
4635
|
-
...
|
|
6064
|
+
...Object_,
|
|
4636
6065
|
} as const;
|
|
4637
6066
|
|
|
4638
6067
|
/**
|
|
@@ -4668,7 +6097,7 @@ export const PsyNet_X = {
|
|
|
4668
6097
|
__EventPrimaryPlayerLoggedIn__Delegate: 0x0118, // 0x0118 (0x0018) [FScriptDelegate]
|
|
4669
6098
|
__EventPrimaryPlayerLoggedOut__Delegate: 0x0130, // 0x0130 (0x0018) [FScriptDelegate]
|
|
4670
6099
|
__EventCheaterReported__Delegate: 0x0148, // 0x0148 (0x0018) [FScriptDelegate]
|
|
4671
|
-
...
|
|
6100
|
+
...Object_,
|
|
4672
6101
|
} as const;
|
|
4673
6102
|
|
|
4674
6103
|
/**
|
|
@@ -4695,7 +6124,7 @@ export const RPCBatch_X = {
|
|
|
4695
6124
|
ResponseMessage: 0x00B8, // 0x00B8 (0x0008) [UPsyNetMessage_X*]
|
|
4696
6125
|
ResponseError: 0x00C0, // 0x00C0 (0x0008) [UError*]
|
|
4697
6126
|
bUseRpcV2: 0x00C8, // 0x00C8 (0x0004) [bool : 0x1]
|
|
4698
|
-
...
|
|
6127
|
+
...Object_,
|
|
4699
6128
|
} as const;
|
|
4700
6129
|
|
|
4701
6130
|
/**
|
|
@@ -4751,7 +6180,7 @@ export const RPC_X = {
|
|
|
4751
6180
|
__EventSuccess__Delegate: 0x00A0, // 0x00A0 (0x0018) [FScriptDelegate]
|
|
4752
6181
|
__EventFail__Delegate: 0x00B8, // 0x00B8 (0x0018) [FScriptDelegate]
|
|
4753
6182
|
__EventComplete__Delegate: 0x00D0, // 0x00D0 (0x0018) [FScriptDelegate]
|
|
4754
|
-
...
|
|
6183
|
+
...Object_,
|
|
4755
6184
|
} as const;
|
|
4756
6185
|
|
|
4757
6186
|
/**
|
|
@@ -5887,6 +7316,25 @@ export const RPC_UpdateSkills_X = {
|
|
|
5887
7316
|
...RPC_RecordMatchResults_X,
|
|
5888
7317
|
} as const;
|
|
5889
7318
|
|
|
7319
|
+
/**
|
|
7320
|
+
* Engine.RadialBlurComponent Offsets
|
|
7321
|
+
* Size: 0x0110
|
|
7322
|
+
* Extends: ActorComponent
|
|
7323
|
+
*/
|
|
7324
|
+
export const RadialBlurComponent = {
|
|
7325
|
+
Material: 0x00A0, // 0x00A0 (0x0008) [UMaterialInterface*]
|
|
7326
|
+
DepthPriorityGroup: 0x00A8, // 0x00A8 (0x0001) [ESceneDepthPriorityGroup]
|
|
7327
|
+
BlurScale: 0x00AC, // 0x00AC (0x0004) [float]
|
|
7328
|
+
BlurFalloffExponent: 0x00B0, // 0x00B0 (0x0004) [float]
|
|
7329
|
+
BlurOpacity: 0x00B4, // 0x00B4 (0x0004) [float]
|
|
7330
|
+
MaxCullDistance: 0x00B8, // 0x00B8 (0x0004) [float]
|
|
7331
|
+
DistanceFalloffExponent: 0x00BC, // 0x00BC (0x0004) [float]
|
|
7332
|
+
bRenderAsVelocity: 0x00C0, // 0x00C0 (0x0004) [bool : 0x1]
|
|
7333
|
+
bEnabled: 0x00C0, // 0x00C0 (0x0004) [bool : 0x2]
|
|
7334
|
+
LocalToWorld: 0x00D0, // 0x00D0 (0x0040) [FMatrix]
|
|
7335
|
+
...ActorComponent,
|
|
7336
|
+
} as const;
|
|
7337
|
+
|
|
5890
7338
|
/**
|
|
5891
7339
|
* ProjectX.RadialBlurComponent_X Offsets
|
|
5892
7340
|
* Size: 0x0118
|
|
@@ -5906,7 +7354,7 @@ export const RadialBlurComponent_X = {
|
|
|
5906
7354
|
export const RandomStream_X = {
|
|
5907
7355
|
Stream: 0x0060, // 0x0060 (0x0004) [FRandomStream_Mirror]
|
|
5908
7356
|
CurrentSeed: 0x0064, // 0x0064 (0x0004) [int32]
|
|
5909
|
-
...
|
|
7357
|
+
...Object_,
|
|
5910
7358
|
} as const;
|
|
5911
7359
|
|
|
5912
7360
|
/**
|
|
@@ -5949,7 +7397,7 @@ export const RegionPingData_X = {
|
|
|
5949
7397
|
PingsReceived: 0x006C, // 0x006C (0x0004) [int32]
|
|
5950
7398
|
LowestPing: 0x0070, // 0x0070 (0x0004) [float]
|
|
5951
7399
|
LastSendTime: 0x0074, // 0x0074 (0x0004) [float]
|
|
5952
|
-
...
|
|
7400
|
+
...Object_,
|
|
5953
7401
|
} as const;
|
|
5954
7402
|
|
|
5955
7403
|
/**
|
|
@@ -5959,7 +7407,7 @@ export const RegionPingData_X = {
|
|
|
5959
7407
|
*/
|
|
5960
7408
|
export const RegionPingMessage_X = {
|
|
5961
7409
|
bIsResponse: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
5962
|
-
...
|
|
7410
|
+
...Object_,
|
|
5963
7411
|
} as const;
|
|
5964
7412
|
|
|
5965
7413
|
/**
|
|
@@ -5977,7 +7425,7 @@ export const RegionPing_X = {
|
|
|
5977
7425
|
AvgPing: 0x0090, // 0x0090 (0x0004) [float]
|
|
5978
7426
|
PingCount: 0x0094, // 0x0094 (0x0004) [int32]
|
|
5979
7427
|
PingResult: 0x0098, // 0x0098 (0x0001) [RegionPingResult]
|
|
5980
|
-
...
|
|
7428
|
+
...Object_,
|
|
5981
7429
|
} as const;
|
|
5982
7430
|
|
|
5983
7431
|
/**
|
|
@@ -6007,7 +7455,7 @@ export const Region_X = {
|
|
|
6007
7455
|
Id: 0x0070, // 0x0070 (0x0010) [FString]
|
|
6008
7456
|
Label: 0x0080, // 0x0080 (0x0010) [FString]
|
|
6009
7457
|
Secret: 0x0090, // 0x0090 (0x0010) [FString]
|
|
6010
|
-
...
|
|
7458
|
+
...Object_,
|
|
6011
7459
|
} as const;
|
|
6012
7460
|
|
|
6013
7461
|
/**
|
|
@@ -6021,7 +7469,7 @@ export const RemoteAvatarPermissionsRequestBatch_X = {
|
|
|
6021
7469
|
Disallowed: 0x0080, // 0x0080 (0x0010) [TArray<FUniqueNetId>]
|
|
6022
7470
|
__EventAllowed__Delegate: 0x0090, // 0x0090 (0x0018) [FScriptDelegate]
|
|
6023
7471
|
__EventDisallowed__Delegate: 0x00A8, // 0x00A8 (0x0018) [FScriptDelegate]
|
|
6024
|
-
...
|
|
7472
|
+
...Object_,
|
|
6025
7473
|
} as const;
|
|
6026
7474
|
|
|
6027
7475
|
/**
|
|
@@ -6033,7 +7481,7 @@ export const RemoteAvatarPermissionsRequest_X = {
|
|
|
6033
7481
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
6034
7482
|
__EventAllowed__Delegate: 0x00A8, // 0x00A8 (0x0018) [FScriptDelegate]
|
|
6035
7483
|
__EventDisallowed__Delegate: 0x00C0, // 0x00C0 (0x0018) [FScriptDelegate]
|
|
6036
|
-
...
|
|
7484
|
+
...Object_,
|
|
6037
7485
|
} as const;
|
|
6038
7486
|
|
|
6039
7487
|
/**
|
|
@@ -6048,7 +7496,7 @@ export const RemoteAvatarPermissions_X = {
|
|
|
6048
7496
|
AllRequests: 0x0080, // 0x0080 (0x0010) [TArray<URemoteAvatarPermissionsRequest_X*>]
|
|
6049
7497
|
PermissionCache: 0x0090, // 0x0090 (0x0050) [FMap_Mirror]
|
|
6050
7498
|
__SendRPC__Delegate: 0x00E0, // 0x00E0 (0x0018) [FScriptDelegate]
|
|
6051
|
-
...
|
|
7499
|
+
...Object_,
|
|
6052
7500
|
} as const;
|
|
6053
7501
|
|
|
6054
7502
|
/**
|
|
@@ -6221,7 +7669,7 @@ export const RetryDelay_X = {
|
|
|
6221
7669
|
Id: 0x0060, // 0x0060 (0x0008) [FName]
|
|
6222
7670
|
DelaySeconds: 0x0068, // 0x0068 (0x0010) [TArray<float>]
|
|
6223
7671
|
bUseRandomMultiplier: 0x0078, // 0x0078 (0x0004) [bool : 0x1]
|
|
6224
|
-
...
|
|
7672
|
+
...Object_,
|
|
6225
7673
|
} as const;
|
|
6226
7674
|
|
|
6227
7675
|
/**
|
|
@@ -6248,7 +7696,7 @@ export const RetryPolicy_X = {
|
|
|
6248
7696
|
Errors: 0x0060, // 0x0060 (0x0010) [TArray<FName>]
|
|
6249
7697
|
RetryDelay: 0x0070, // 0x0070 (0x0008) [FName]
|
|
6250
7698
|
Services: 0x0078, // 0x0078 (0x0010) [TArray<FString>]
|
|
6251
|
-
...
|
|
7699
|
+
...Object_,
|
|
6252
7700
|
} as const;
|
|
6253
7701
|
|
|
6254
7702
|
/**
|
|
@@ -6258,7 +7706,7 @@ export const RetryPolicy_X = {
|
|
|
6258
7706
|
*/
|
|
6259
7707
|
export const RuntimeParameterBase_X = {
|
|
6260
7708
|
ParameterName: 0x0060, // 0x0060 (0x0008) [FName]
|
|
6261
|
-
...
|
|
7709
|
+
...Object_,
|
|
6262
7710
|
} as const;
|
|
6263
7711
|
|
|
6264
7712
|
/**
|
|
@@ -6276,7 +7724,7 @@ export const RuntimeParameter_Speed_X = {
|
|
|
6276
7724
|
* Extends: Object
|
|
6277
7725
|
*/
|
|
6278
7726
|
export const RuntimeParameters_X = {
|
|
6279
|
-
...
|
|
7727
|
+
...Object_,
|
|
6280
7728
|
} as const;
|
|
6281
7729
|
|
|
6282
7730
|
/**
|
|
@@ -6286,7 +7734,18 @@ export const RuntimeParameters_X = {
|
|
|
6286
7734
|
*/
|
|
6287
7735
|
export const SaveLock_X = {
|
|
6288
7736
|
GFxEngine: 0x0060, // 0x0060 (0x0008) [UGFxEngine_X*]
|
|
6289
|
-
...
|
|
7737
|
+
...Object_,
|
|
7738
|
+
} as const;
|
|
7739
|
+
|
|
7740
|
+
/**
|
|
7741
|
+
* Engine.SequenceAction Offsets
|
|
7742
|
+
* Size: 0x0160
|
|
7743
|
+
* Extends: SequenceOp
|
|
7744
|
+
*/
|
|
7745
|
+
export const SequenceAction = {
|
|
7746
|
+
HandlerName: 0x0140, // 0x0140 (0x0008) [FName]
|
|
7747
|
+
bCallHandler: 0x0148, // 0x0148 (0x0004) [bool : 0x1]
|
|
7748
|
+
Targets: 0x0150, // 0x0150 (0x0010) [TArray<UObject*>]
|
|
6290
7749
|
} as const;
|
|
6291
7750
|
|
|
6292
7751
|
/**
|
|
@@ -6324,6 +7783,27 @@ export const SeqAct_TriggerFXActor_X = {
|
|
|
6324
7783
|
...SequenceAction,
|
|
6325
7784
|
} as const;
|
|
6326
7785
|
|
|
7786
|
+
/**
|
|
7787
|
+
* Engine.SequenceEvent Offsets
|
|
7788
|
+
* Size: 0x017C
|
|
7789
|
+
* Extends: SequenceOp
|
|
7790
|
+
*/
|
|
7791
|
+
export const SequenceEvent = {
|
|
7792
|
+
DuplicateEvts: 0x0140, // 0x0140 (0x0010) [TArray<USequenceEvent*>]
|
|
7793
|
+
Originator: 0x0150, // 0x0150 (0x0008) [UActor*]
|
|
7794
|
+
Instigator: 0x0158, // 0x0158 (0x0008) [UActor*]
|
|
7795
|
+
ActivationTime: 0x0160, // 0x0160 (0x0004) [float]
|
|
7796
|
+
TriggerCount: 0x0164, // 0x0164 (0x0004) [int32]
|
|
7797
|
+
MaxTriggerCount: 0x0168, // 0x0168 (0x0004) [int32]
|
|
7798
|
+
ReTriggerDelay: 0x016C, // 0x016C (0x0004) [float]
|
|
7799
|
+
bEnabled: 0x0170, // 0x0170 (0x0004) [bool : 0x1]
|
|
7800
|
+
bPlayerOnly: 0x0170, // 0x0170 (0x0004) [bool : 0x2]
|
|
7801
|
+
bRegistered: 0x0170, // 0x0170 (0x0004) [bool : 0x4]
|
|
7802
|
+
bClientSideOnly: 0x0170, // 0x0170 (0x0004) [bool : 0x8]
|
|
7803
|
+
Priority: 0x0174, // 0x0174 (0x0001) [uint8]
|
|
7804
|
+
MaxWidth: 0x0178, // 0x0178 (0x0004) [int32]
|
|
7805
|
+
} as const;
|
|
7806
|
+
|
|
6327
7807
|
/**
|
|
6328
7808
|
* ProjectX.SeqEvent_Spawned_X Offsets
|
|
6329
7809
|
* Size: 0x0188
|
|
@@ -6334,6 +7814,14 @@ export const SeqEvent_Spawned_X = {
|
|
|
6334
7814
|
...SequenceEvent,
|
|
6335
7815
|
} as const;
|
|
6336
7816
|
|
|
7817
|
+
/**
|
|
7818
|
+
* Engine.SequenceCondition Offsets
|
|
7819
|
+
* Size: 0x0140
|
|
7820
|
+
* Extends: SequenceOp
|
|
7821
|
+
*/
|
|
7822
|
+
export const SequenceCondition = {
|
|
7823
|
+
} as const;
|
|
7824
|
+
|
|
6337
7825
|
/**
|
|
6338
7826
|
* ProjectX.SequenceCondition_X Offsets
|
|
6339
7827
|
* Size: 0x0140
|
|
@@ -6349,7 +7837,7 @@ export const SequenceCondition_X = {
|
|
|
6349
7837
|
* Extends: Object
|
|
6350
7838
|
*/
|
|
6351
7839
|
export const Serializer_X = {
|
|
6352
|
-
...
|
|
7840
|
+
...Object_,
|
|
6353
7841
|
} as const;
|
|
6354
7842
|
|
|
6355
7843
|
/**
|
|
@@ -6405,7 +7893,7 @@ export const ServerExploitManager_X = {
|
|
|
6405
7893
|
DedicatedServer: 0x0060, // 0x0060 (0x0008) [UOnlineGameDedicatedServer_X*]
|
|
6406
7894
|
SubmittedReports: 0x0068, // 0x0068 (0x0010) [TArray<FMatchExploitReportData>]
|
|
6407
7895
|
__SubmitReport__Delegate: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
6408
|
-
...
|
|
7896
|
+
...Object_,
|
|
6409
7897
|
} as const;
|
|
6410
7898
|
|
|
6411
7899
|
/**
|
|
@@ -6438,7 +7926,7 @@ export const ServerPlayerTracker_X = {
|
|
|
6438
7926
|
*/
|
|
6439
7927
|
export const ServerToServerMessage_X = {
|
|
6440
7928
|
ServerId: 0x0060, // 0x0060 (0x0010) [FString]
|
|
6441
|
-
...
|
|
7929
|
+
...Object_,
|
|
6442
7930
|
} as const;
|
|
6443
7931
|
|
|
6444
7932
|
/**
|
|
@@ -6486,7 +7974,7 @@ export const MigrationStartedMessage_X = {
|
|
|
6486
7974
|
*/
|
|
6487
7975
|
export const SetPlayerStorageResult_X = {
|
|
6488
7976
|
Items: 0x0060, // 0x0060 (0x0010) [TArray<FSetPlayerStorageResultItem>]
|
|
6489
|
-
...
|
|
7977
|
+
...Object_,
|
|
6490
7978
|
} as const;
|
|
6491
7979
|
|
|
6492
7980
|
/**
|
|
@@ -6543,7 +8031,7 @@ export const SignedMessageObject_X = {
|
|
|
6543
8031
|
SanitizedReceivedTextMessage: 0x00D0, // 0x00D0 (0x0010) [FString]
|
|
6544
8032
|
PublicKey: 0x00E0, // 0x00E0 (0x0010) [FString]
|
|
6545
8033
|
SigningError: 0x00F0, // 0x00F0 (0x0008) [UError*]
|
|
6546
|
-
...
|
|
8034
|
+
...Object_,
|
|
6547
8035
|
} as const;
|
|
6548
8036
|
|
|
6549
8037
|
/**
|
|
@@ -6595,7 +8083,7 @@ export const SphereCollisionShape_X = {
|
|
|
6595
8083
|
*/
|
|
6596
8084
|
export const StateObject_X = {
|
|
6597
8085
|
bDebug: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
6598
|
-
...
|
|
8086
|
+
...Object_,
|
|
6599
8087
|
} as const;
|
|
6600
8088
|
|
|
6601
8089
|
/**
|
|
@@ -7385,7 +8873,7 @@ export const OnlinePlayer_X = {
|
|
|
7385
8873
|
*/
|
|
7386
8874
|
export const StaticDataError_X = {
|
|
7387
8875
|
Error: 0x0060, // 0x0060 (0x0008) [UError*]
|
|
7388
|
-
...
|
|
8876
|
+
...Object_,
|
|
7389
8877
|
} as const;
|
|
7390
8878
|
|
|
7391
8879
|
/**
|
|
@@ -7398,7 +8886,7 @@ export const StatusObserver_X = {
|
|
|
7398
8886
|
AcceptedTypes: 0x0070, // 0x0070 (0x0010) [TArray<UClass*>]
|
|
7399
8887
|
bInitComplete: 0x0080, // 0x0080 (0x0004) [bool : 0x1]
|
|
7400
8888
|
__bInitComplete__ChangeNotify: 0x0088, // 0x0088 (0x0018) [FScriptDelegate]
|
|
7401
|
-
...
|
|
8889
|
+
...Object_,
|
|
7402
8890
|
} as const;
|
|
7403
8891
|
|
|
7404
8892
|
/**
|
|
@@ -7409,7 +8897,7 @@ export const StatusObserver_X = {
|
|
|
7409
8897
|
export const StatusTrigger_X = {
|
|
7410
8898
|
bTriggered: 0x0060, // 0x0060 (0x0004) [bool : 0x1]
|
|
7411
8899
|
EventPropertyChange: 0x0068, // 0x0068 (0x0018) [FScriptDelegate]
|
|
7412
|
-
...
|
|
8900
|
+
...Object_,
|
|
7413
8901
|
} as const;
|
|
7414
8902
|
|
|
7415
8903
|
/**
|
|
@@ -7418,7 +8906,7 @@ export const StatusTrigger_X = {
|
|
|
7418
8906
|
* Extends: Object
|
|
7419
8907
|
*/
|
|
7420
8908
|
export const StringUtil_X = {
|
|
7421
|
-
...
|
|
8909
|
+
...Object_,
|
|
7422
8910
|
} as const;
|
|
7423
8911
|
|
|
7424
8912
|
/**
|
|
@@ -7429,7 +8917,7 @@ export const StringUtil_X = {
|
|
|
7429
8917
|
export const SuperRegion_X = {
|
|
7430
8918
|
Id: 0x0060, // 0x0060 (0x0010) [FString]
|
|
7431
8919
|
Label: 0x0070, // 0x0070 (0x0010) [FString]
|
|
7432
|
-
...
|
|
8920
|
+
...Object_,
|
|
7433
8921
|
} as const;
|
|
7434
8922
|
|
|
7435
8923
|
/**
|
|
@@ -7439,7 +8927,7 @@ export const SuperRegion_X = {
|
|
|
7439
8927
|
*/
|
|
7440
8928
|
export const SyncedSkillData_X = {
|
|
7441
8929
|
OnlineGameSkill: 0x0060, // 0x0060 (0x0008) [UOnlineGameSkill_X*]
|
|
7442
|
-
...
|
|
8930
|
+
...Object_,
|
|
7443
8931
|
} as const;
|
|
7444
8932
|
|
|
7445
8933
|
/**
|
|
@@ -7448,7 +8936,7 @@ export const SyncedSkillData_X = {
|
|
|
7448
8936
|
* Extends: Object
|
|
7449
8937
|
*/
|
|
7450
8938
|
export const SystemInfo_X = {
|
|
7451
|
-
...
|
|
8939
|
+
...Object_,
|
|
7452
8940
|
} as const;
|
|
7453
8941
|
|
|
7454
8942
|
/**
|
|
@@ -7562,7 +9050,7 @@ export const TcpConnection = {
|
|
|
7562
9050
|
__EventConnected__Delegate: 0x00F8, // 0x00F8 (0x0018) [FScriptDelegate]
|
|
7563
9051
|
__EventDisconnected__Delegate: 0x0110, // 0x0110 (0x0018) [FScriptDelegate]
|
|
7564
9052
|
__EventReceivedBunch__Delegate: 0x0128, // 0x0128 (0x0018) [FScriptDelegate]
|
|
7565
|
-
...
|
|
9053
|
+
...Object_,
|
|
7566
9054
|
} as const;
|
|
7567
9055
|
|
|
7568
9056
|
/**
|
|
@@ -7571,7 +9059,7 @@ export const TcpConnection = {
|
|
|
7571
9059
|
* Extends: Object
|
|
7572
9060
|
*/
|
|
7573
9061
|
export const TestsHelper_X = {
|
|
7574
|
-
...
|
|
9062
|
+
...Object_,
|
|
7575
9063
|
} as const;
|
|
7576
9064
|
|
|
7577
9065
|
/**
|
|
@@ -7611,7 +9099,7 @@ export const TimeWindowOptional_X = {
|
|
|
7611
9099
|
Time: 0x0070, // 0x0070 (0x0010) [TScriptInterface<UIEpochNow>]
|
|
7612
9100
|
__EventWindowStarted__Delegate: 0x0080, // 0x0080 (0x0018) [FScriptDelegate]
|
|
7613
9101
|
__EventWindowEnded__Delegate: 0x0098, // 0x0098 (0x0018) [FScriptDelegate]
|
|
7614
|
-
...
|
|
9102
|
+
...Object_,
|
|
7615
9103
|
} as const;
|
|
7616
9104
|
|
|
7617
9105
|
/**
|
|
@@ -7645,7 +9133,7 @@ export const TickComponent_X = {
|
|
|
7645
9133
|
export const Timers_X = {
|
|
7646
9134
|
TickComponent: 0x0060, // 0x0060 (0x0008) [unknown]
|
|
7647
9135
|
__TickDelegate__Delegate: 0x0068, // 0x0068 (0x0018) [FScriptDelegate]
|
|
7648
|
-
...
|
|
9136
|
+
...Object_,
|
|
7649
9137
|
} as const;
|
|
7650
9138
|
|
|
7651
9139
|
/**
|
|
@@ -7671,7 +9159,7 @@ export const TriggerInfo = {
|
|
|
7671
9159
|
Triggers: 0x0068, // 0x0068 (0x0010) [TArray<UStatusTrigger_X*>]
|
|
7672
9160
|
Callback: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
7673
9161
|
__UpdateTrigger__Delegate: 0x0090, // 0x0090 (0x0018) [FScriptDelegate]
|
|
7674
|
-
...
|
|
9162
|
+
...Object_,
|
|
7675
9163
|
} as const;
|
|
7676
9164
|
|
|
7677
9165
|
/**
|
|
@@ -7680,7 +9168,7 @@ export const TriggerInfo = {
|
|
|
7680
9168
|
* Extends: Object
|
|
7681
9169
|
*/
|
|
7682
9170
|
export const UIStrings_X = {
|
|
7683
|
-
...
|
|
9171
|
+
...Object_,
|
|
7684
9172
|
} as const;
|
|
7685
9173
|
|
|
7686
9174
|
/**
|
|
@@ -7689,7 +9177,7 @@ export const UIStrings_X = {
|
|
|
7689
9177
|
* Extends: Object
|
|
7690
9178
|
*/
|
|
7691
9179
|
export const URLValidator_X = {
|
|
7692
|
-
...
|
|
9180
|
+
...Object_,
|
|
7693
9181
|
} as const;
|
|
7694
9182
|
|
|
7695
9183
|
/**
|
|
@@ -7714,7 +9202,7 @@ export const UdpLanBrowser_X = {
|
|
|
7714
9202
|
export const UdpLanServer_X = {
|
|
7715
9203
|
Beacon: 0x0060, // 0x0060 (0x0008) [unknown]
|
|
7716
9204
|
MetaData: 0x0068, // 0x0068 (0x0010) [FString]
|
|
7717
|
-
...
|
|
9205
|
+
...Object_,
|
|
7718
9206
|
} as const;
|
|
7719
9207
|
|
|
7720
9208
|
/**
|
|
@@ -7763,7 +9251,7 @@ export const UrlConfig_X = {
|
|
|
7763
9251
|
CrossPlatformSupportURL: 0x0080, // 0x0080 (0x0010) [FString]
|
|
7764
9252
|
LegalTextWebFolder: 0x0090, // 0x0090 (0x0010) [FString]
|
|
7765
9253
|
ValidUrls_Switch: 0x00A0, // 0x00A0 (0x0010) [TArray<FString>]
|
|
7766
|
-
...
|
|
9254
|
+
...Object_,
|
|
7767
9255
|
} as const;
|
|
7768
9256
|
|
|
7769
9257
|
/**
|
|
@@ -7772,7 +9260,7 @@ export const UrlConfig_X = {
|
|
|
7772
9260
|
* Extends: Object
|
|
7773
9261
|
*/
|
|
7774
9262
|
export const UserBugReportComponent_X = {
|
|
7775
|
-
...
|
|
9263
|
+
...Object_,
|
|
7776
9264
|
} as const;
|
|
7777
9265
|
|
|
7778
9266
|
/**
|
|
@@ -7794,7 +9282,7 @@ export const VanityConfig_X = {
|
|
|
7794
9282
|
export const WebCache_X = {
|
|
7795
9283
|
Requests: 0x0060, // 0x0060 (0x0010) [TArray<FCachedDataRequest>]
|
|
7796
9284
|
__CachedDataCallback__Delegate: 0x0070, // 0x0070 (0x0018) [FScriptDelegate]
|
|
7797
|
-
...
|
|
9285
|
+
...Object_,
|
|
7798
9286
|
} as const;
|
|
7799
9287
|
|
|
7800
9288
|
/**
|
|
@@ -7818,7 +9306,7 @@ export const WebImageCache_X = {
|
|
|
7818
9306
|
Decoder: 0x0060, // 0x0060 (0x0008) [UImageDecoder*]
|
|
7819
9307
|
Downloads: 0x0068, // 0x0068 (0x0008) [unknown]
|
|
7820
9308
|
__ImageSyncCallback__Delegate: 0x0070, // 0x0070 (0x0018) [FScriptDelegate]
|
|
7821
|
-
...
|
|
9309
|
+
...Object_,
|
|
7822
9310
|
} as const;
|
|
7823
9311
|
|
|
7824
9312
|
/**
|
|
@@ -7831,7 +9319,7 @@ export const WebImageDownload_X = {
|
|
|
7831
9319
|
bSRGB: 0x0070, // 0x0070 (0x0004) [bool : 0x1]
|
|
7832
9320
|
Texture: 0x0078, // 0x0078 (0x0008) [UTexture2DDynamic*]
|
|
7833
9321
|
AsyncResult: 0x0080, // 0x0080 (0x0008) [UTAsyncResult__Texture2DDynamic*]
|
|
7834
|
-
...
|
|
9322
|
+
...Object_,
|
|
7835
9323
|
} as const;
|
|
7836
9324
|
|
|
7837
9325
|
/**
|
|
@@ -7856,7 +9344,7 @@ export const WebRequest_X = {
|
|
|
7856
9344
|
ResponseData: 0x00A8, // 0x00A8 (0x0010) [TArray<uint8>]
|
|
7857
9345
|
Error: 0x00B8, // 0x00B8 (0x0008) [UError*]
|
|
7858
9346
|
__EventCompleted__Delegate: 0x00C0, // 0x00C0 (0x0018) [FScriptDelegate]
|
|
7859
|
-
...
|
|
9347
|
+
...Object_,
|
|
7860
9348
|
} as const;
|
|
7861
9349
|
|
|
7862
9350
|
/**
|
|
@@ -7897,7 +9385,7 @@ export const WordFilterConfig_X = {
|
|
|
7897
9385
|
export const WordFilterTypes_X = {
|
|
7898
9386
|
__CommentSanitizedDelegate__Delegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
7899
9387
|
__CommentErrorDelegate__Delegate: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
7900
|
-
...
|
|
9388
|
+
...Object_,
|
|
7901
9389
|
} as const;
|
|
7902
9390
|
|
|
7903
9391
|
/**
|
|
@@ -7906,7 +9394,7 @@ export const WordFilterTypes_X = {
|
|
|
7906
9394
|
* Extends: Object
|
|
7907
9395
|
*/
|
|
7908
9396
|
export const _ReservationTypes_X = {
|
|
7909
|
-
...
|
|
9397
|
+
...Object_,
|
|
7910
9398
|
} as const;
|
|
7911
9399
|
|
|
7912
9400
|
/**
|
|
@@ -7915,7 +9403,7 @@ export const _ReservationTypes_X = {
|
|
|
7915
9403
|
* Extends: Object
|
|
7916
9404
|
*/
|
|
7917
9405
|
export const _SharedHelpers = {
|
|
7918
|
-
...
|
|
9406
|
+
...Object_,
|
|
7919
9407
|
} as const;
|
|
7920
9408
|
|
|
7921
9409
|
/**
|
|
@@ -7927,7 +9415,7 @@ export const _Types_X = {
|
|
|
7927
9415
|
__OnPriviledgeChecked__Delegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
7928
9416
|
__ServiceExecutionDelegate__Delegate: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
7929
9417
|
__OnTimer__Delegate: 0x0090, // 0x0090 (0x0018) [FScriptDelegate]
|
|
7930
|
-
...
|
|
9418
|
+
...Object_,
|
|
7931
9419
|
} as const;
|
|
7932
9420
|
|
|
7933
9421
|
/**
|
|
@@ -7938,7 +9426,7 @@ export const _Types_X = {
|
|
|
7938
9426
|
export const __AdHocBrowser_X__CreateErrorDelegate_0x1 = {
|
|
7939
9427
|
Task: 0x0060, // 0x0060 (0x0008) [UAsyncTask*]
|
|
7940
9428
|
ErrorDelegate: 0x0068, // 0x0068 (0x0018) [FScriptDelegate]
|
|
7941
|
-
...
|
|
9429
|
+
...Object_,
|
|
7942
9430
|
} as const;
|
|
7943
9431
|
|
|
7944
9432
|
/**
|
|
@@ -7950,7 +9438,7 @@ export const __AdHocBrowser_X__CreateServer_0x1 = {
|
|
|
7950
9438
|
MetaData: 0x0060, // 0x0060 (0x0010) [FString]
|
|
7951
9439
|
Task: 0x0070, // 0x0070 (0x0008) [UAsyncTask*]
|
|
7952
9440
|
ApcDelegate: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
7953
|
-
...
|
|
9441
|
+
...Object_,
|
|
7954
9442
|
} as const;
|
|
7955
9443
|
|
|
7956
9444
|
/**
|
|
@@ -7962,7 +9450,7 @@ export const __AdHocBrowser_X__JoinServer_0x1 = {
|
|
|
7962
9450
|
Task: 0x0060, // 0x0060 (0x0008) [UAsyncTask*]
|
|
7963
9451
|
ServerId: 0x0068, // 0x0068 (0x0010) [FString]
|
|
7964
9452
|
Options: 0x0078, // 0x0078 (0x0010) [FString]
|
|
7965
|
-
...
|
|
9453
|
+
...Object_,
|
|
7966
9454
|
} as const;
|
|
7967
9455
|
|
|
7968
9456
|
/**
|
|
@@ -7973,7 +9461,7 @@ export const __AdHocBrowser_X__JoinServer_0x1 = {
|
|
|
7973
9461
|
export const __AdHocInterface_X__DisableAdHoc_0x1 = {
|
|
7974
9462
|
Task: 0x0060, // 0x0060 (0x0008) [UAsyncTask*]
|
|
7975
9463
|
DestroyedDelegate: 0x0068, // 0x0068 (0x0018) [FScriptDelegate]
|
|
7976
|
-
...
|
|
9464
|
+
...Object_,
|
|
7977
9465
|
} as const;
|
|
7978
9466
|
|
|
7979
9467
|
/**
|
|
@@ -7984,7 +9472,7 @@ export const __AdHocInterface_X__DisableAdHoc_0x1 = {
|
|
|
7984
9472
|
export const __AdHocInterface_X__EnableAdHoc_0x1 = {
|
|
7985
9473
|
Task: 0x0060, // 0x0060 (0x0008) [UAsyncTask*]
|
|
7986
9474
|
InitDelegate: 0x0068, // 0x0068 (0x0018) [FScriptDelegate]
|
|
7987
|
-
...
|
|
9475
|
+
...Object_,
|
|
7988
9476
|
} as const;
|
|
7989
9477
|
|
|
7990
9478
|
/**
|
|
@@ -7994,7 +9482,7 @@ export const __AdHocInterface_X__EnableAdHoc_0x1 = {
|
|
|
7994
9482
|
*/
|
|
7995
9483
|
export const __AvatarRequester_X__AddCallbackToRequest_0x1 = {
|
|
7996
9484
|
ReadOnlineAvatarCompleteDelegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
7997
|
-
...
|
|
9485
|
+
...Object_,
|
|
7998
9486
|
} as const;
|
|
7999
9487
|
|
|
8000
9488
|
/**
|
|
@@ -8005,7 +9493,7 @@ export const __AvatarRequester_X__AddCallbackToRequest_0x1 = {
|
|
|
8005
9493
|
export const __AvatarRequester_X__FindRequestFromArray_0x1 = {
|
|
8006
9494
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8007
9495
|
Size: 0x00A8, // 0x00A8 (0x0001) [AvatarSize]
|
|
8008
|
-
...
|
|
9496
|
+
...Object_,
|
|
8009
9497
|
} as const;
|
|
8010
9498
|
|
|
8011
9499
|
/**
|
|
@@ -8016,7 +9504,7 @@ export const __AvatarRequester_X__FindRequestFromArray_0x1 = {
|
|
|
8016
9504
|
export const __AvatarRequester_X__GetPlayerAvatar_0x1 = {
|
|
8017
9505
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8018
9506
|
Size: 0x00A8, // 0x00A8 (0x0001) [AvatarSize]
|
|
8019
|
-
...
|
|
9507
|
+
...Object_,
|
|
8020
9508
|
} as const;
|
|
8021
9509
|
|
|
8022
9510
|
/**
|
|
@@ -8027,7 +9515,7 @@ export const __AvatarRequester_X__GetPlayerAvatar_0x1 = {
|
|
|
8027
9515
|
export const __AvatarRequester_X__GetPlayerAvatars_0x1 = {
|
|
8028
9516
|
ReadOnlineAvatarCompleteDelegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8029
9517
|
Size: 0x0078, // 0x0078 (0x0001) [AvatarSize]
|
|
8030
|
-
...
|
|
9518
|
+
...Object_,
|
|
8031
9519
|
} as const;
|
|
8032
9520
|
|
|
8033
9521
|
/**
|
|
@@ -8038,7 +9526,7 @@ export const __AvatarRequester_X__GetPlayerAvatars_0x1 = {
|
|
|
8038
9526
|
export const __AvatarRequester_X__RemoveRequestFromArray_0x1 = {
|
|
8039
9527
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8040
9528
|
Size: 0x00A8, // 0x00A8 (0x0001) [AvatarSize]
|
|
8041
|
-
...
|
|
9529
|
+
...Object_,
|
|
8042
9530
|
} as const;
|
|
8043
9531
|
|
|
8044
9532
|
/**
|
|
@@ -8048,7 +9536,7 @@ export const __AvatarRequester_X__RemoveRequestFromArray_0x1 = {
|
|
|
8048
9536
|
*/
|
|
8049
9537
|
export const __AvatarRequester_X__TimerReadAvatars_0x1 = {
|
|
8050
9538
|
BatchAvatarSize: 0x0060, // 0x0060 (0x0001) [AvatarSize]
|
|
8051
|
-
...
|
|
9539
|
+
...Object_,
|
|
8052
9540
|
} as const;
|
|
8053
9541
|
|
|
8054
9542
|
/**
|
|
@@ -8058,7 +9546,7 @@ export const __AvatarRequester_X__TimerReadAvatars_0x1 = {
|
|
|
8058
9546
|
*/
|
|
8059
9547
|
export const __BlockStatusReporter_X__OnBlockListDownloadComplete_0x1 = {
|
|
8060
9548
|
BlockedPlayersArray: 0x0060, // 0x0060 (0x0010) [TArray<FOnlineFriend>]
|
|
8061
|
-
...
|
|
9549
|
+
...Object_,
|
|
8062
9550
|
} as const;
|
|
8063
9551
|
|
|
8064
9552
|
/**
|
|
@@ -8068,7 +9556,7 @@ export const __BlockStatusReporter_X__OnBlockListDownloadComplete_0x1 = {
|
|
|
8068
9556
|
*/
|
|
8069
9557
|
export const __BlockStatusReporter_X__TriggerPlayerCallback_0x1 = {
|
|
8070
9558
|
EpicId: 0x0060, // 0x0060 (0x0010) [FString]
|
|
8071
|
-
...
|
|
9559
|
+
...Object_,
|
|
8072
9560
|
} as const;
|
|
8073
9561
|
|
|
8074
9562
|
/**
|
|
@@ -8081,7 +9569,7 @@ export const __CheatManager_X__RandomSleep_0x1 = {
|
|
|
8081
9569
|
MaxDelay: 0x0064, // 0x0064 (0x0004) [float]
|
|
8082
9570
|
MinSleep: 0x0068, // 0x0068 (0x0004) [float]
|
|
8083
9571
|
MaxSleep: 0x006C, // 0x006C (0x0004) [float]
|
|
8084
|
-
...
|
|
9572
|
+
...Object_,
|
|
8085
9573
|
} as const;
|
|
8086
9574
|
|
|
8087
9575
|
/**
|
|
@@ -8091,7 +9579,7 @@ export const __CheatManager_X__RandomSleep_0x1 = {
|
|
|
8091
9579
|
*/
|
|
8092
9580
|
export const __ClubUtil_X__IsClubTeam_0x1 = {
|
|
8093
9581
|
TeamClubs: 0x0060, // 0x0060 (0x0010) [TArray<uint64>]
|
|
8094
|
-
...
|
|
9582
|
+
...Object_,
|
|
8095
9583
|
} as const;
|
|
8096
9584
|
|
|
8097
9585
|
/**
|
|
@@ -8101,7 +9589,7 @@ export const __ClubUtil_X__IsClubTeam_0x1 = {
|
|
|
8101
9589
|
*/
|
|
8102
9590
|
export const __CrossplayConfig_X__GetDisabledCrossplayGroup_0x1 = {
|
|
8103
9591
|
PlayerPlatform: 0x0060, // 0x0060 (0x0001) [OnlinePlatform]
|
|
8104
|
-
...
|
|
9592
|
+
...Object_,
|
|
8105
9593
|
} as const;
|
|
8106
9594
|
|
|
8107
9595
|
/**
|
|
@@ -8111,7 +9599,7 @@ export const __CrossplayConfig_X__GetDisabledCrossplayGroup_0x1 = {
|
|
|
8111
9599
|
*/
|
|
8112
9600
|
export const __EOSHelpers_X__RequestEOSToken_0x1 = {
|
|
8113
9601
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8114
|
-
...
|
|
9602
|
+
...Object_,
|
|
8115
9603
|
} as const;
|
|
8116
9604
|
|
|
8117
9605
|
/**
|
|
@@ -8129,7 +9617,7 @@ export const __EOSHelpers_X__SendHTTPRequestEOSToken_0x2 = {
|
|
|
8129
9617
|
EOS: 0x00C0, // 0x00C0 (0x0008) [UOnlineSubsystem*]
|
|
8130
9618
|
LocalPlayerNum: 0x00C8, // 0x00C8 (0x0004) [int32]
|
|
8131
9619
|
BodyJson: 0x00D0, // 0x00D0 (0x0010) [FString]
|
|
8132
|
-
...
|
|
9620
|
+
...Object_,
|
|
8133
9621
|
} as const;
|
|
8134
9622
|
|
|
8135
9623
|
/**
|
|
@@ -8141,7 +9629,7 @@ export const __EOSHelpers_X__SendHTTPRequestSelectAuth_0x1 = {
|
|
|
8141
9629
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8142
9630
|
ConvertErrorNew: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
8143
9631
|
ResponseClass: 0x0090, // 0x0090 (0x0008) [UClass*]
|
|
8144
|
-
...
|
|
9632
|
+
...Object_,
|
|
8145
9633
|
} as const;
|
|
8146
9634
|
|
|
8147
9635
|
/**
|
|
@@ -8159,7 +9647,7 @@ export const __EOSHelpers_X__SendHTTPRequest_0x1 = {
|
|
|
8159
9647
|
EOS: 0x00C0, // 0x00C0 (0x0008) [UOnlineSubsystem*]
|
|
8160
9648
|
LocalPlayerNum: 0x00C8, // 0x00C8 (0x0004) [int32]
|
|
8161
9649
|
BodyJson: 0x00D0, // 0x00D0 (0x0010) [FString]
|
|
8162
|
-
...
|
|
9650
|
+
...Object_,
|
|
8163
9651
|
} as const;
|
|
8164
9652
|
|
|
8165
9653
|
/**
|
|
@@ -8169,7 +9657,7 @@ export const __EOSHelpers_X__SendHTTPRequest_0x1 = {
|
|
|
8169
9657
|
*/
|
|
8170
9658
|
export const __EpicFriendsPlugin_X__AcceptFriendRequest_0x1 = {
|
|
8171
9659
|
FriendId: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8172
|
-
...
|
|
9660
|
+
...Object_,
|
|
8173
9661
|
} as const;
|
|
8174
9662
|
|
|
8175
9663
|
/**
|
|
@@ -8180,7 +9668,7 @@ export const __EpicFriendsPlugin_X__AcceptFriendRequest_0x1 = {
|
|
|
8180
9668
|
export const __EpicFriendsPlugin_X__AddFriendWithCustomCallback_0x1 = {
|
|
8181
9669
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8182
9670
|
FriendId: 0x0078, // 0x0078 (0x0048) [FUniqueNetId]
|
|
8183
|
-
...
|
|
9671
|
+
...Object_,
|
|
8184
9672
|
} as const;
|
|
8185
9673
|
|
|
8186
9674
|
/**
|
|
@@ -8190,7 +9678,7 @@ export const __EpicFriendsPlugin_X__AddFriendWithCustomCallback_0x1 = {
|
|
|
8190
9678
|
*/
|
|
8191
9679
|
export const __EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_0x1 = {
|
|
8192
9680
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8193
|
-
...
|
|
9681
|
+
...Object_,
|
|
8194
9682
|
} as const;
|
|
8195
9683
|
|
|
8196
9684
|
/**
|
|
@@ -8200,7 +9688,7 @@ export const __EpicFriendsPlugin_X__GetOutgoingFriendRequestsWithCustomCallback_
|
|
|
8200
9688
|
*/
|
|
8201
9689
|
export const __EpicFriendsPlugin_X__RejectFriendRequest_0x1 = {
|
|
8202
9690
|
FriendId: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8203
|
-
...
|
|
9691
|
+
...Object_,
|
|
8204
9692
|
} as const;
|
|
8205
9693
|
|
|
8206
9694
|
/**
|
|
@@ -8210,7 +9698,7 @@ export const __EpicFriendsPlugin_X__RejectFriendRequest_0x1 = {
|
|
|
8210
9698
|
*/
|
|
8211
9699
|
export const __EpicFriendsPlugin_X__RemoveFriend_0x1 = {
|
|
8212
9700
|
FriendId: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8213
|
-
...
|
|
9701
|
+
...Object_,
|
|
8214
9702
|
} as const;
|
|
8215
9703
|
|
|
8216
9704
|
/**
|
|
@@ -8220,7 +9708,7 @@ export const __EpicFriendsPlugin_X__RemoveFriend_0x1 = {
|
|
|
8220
9708
|
*/
|
|
8221
9709
|
export const __EpicFriendsPlugin_X__bLock_0x1 = {
|
|
8222
9710
|
CapturedParams: 0x0060, // 0x0060 (0x0010) [TArray<FHTTPRequestCapturedParam>]
|
|
8223
|
-
...
|
|
9711
|
+
...Object_,
|
|
8224
9712
|
} as const;
|
|
8225
9713
|
|
|
8226
9714
|
/**
|
|
@@ -8230,7 +9718,7 @@ export const __EpicFriendsPlugin_X__bLock_0x1 = {
|
|
|
8230
9718
|
*/
|
|
8231
9719
|
export const __EpicLogin_X__HandleLoginChanged_0x1 = {
|
|
8232
9720
|
InLocalPlayerNum: 0x0060, // 0x0060 (0x0001) [uint8]
|
|
8233
|
-
...
|
|
9721
|
+
...Object_,
|
|
8234
9722
|
} as const;
|
|
8235
9723
|
|
|
8236
9724
|
/**
|
|
@@ -8240,7 +9728,7 @@ export const __EpicLogin_X__HandleLoginChanged_0x1 = {
|
|
|
8240
9728
|
*/
|
|
8241
9729
|
export const __EpicLogin_X__RequestNintendoAccountAuthorization_0x1 = {
|
|
8242
9730
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8243
|
-
...
|
|
9731
|
+
...Object_,
|
|
8244
9732
|
} as const;
|
|
8245
9733
|
|
|
8246
9734
|
/**
|
|
@@ -8251,7 +9739,7 @@ export const __EpicLogin_X__RequestNintendoAccountAuthorization_0x1 = {
|
|
|
8251
9739
|
export const __EpicLogin_X__TriggerAuthTicketDelegate_0x1 = {
|
|
8252
9740
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8253
9741
|
NetId: 0x0078, // 0x0078 (0x0048) [FUniqueNetId]
|
|
8254
|
-
...
|
|
9742
|
+
...Object_,
|
|
8255
9743
|
} as const;
|
|
8256
9744
|
|
|
8257
9745
|
/**
|
|
@@ -8261,7 +9749,7 @@ export const __EpicLogin_X__TriggerAuthTicketDelegate_0x1 = {
|
|
|
8261
9749
|
*/
|
|
8262
9750
|
export const __EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1 = {
|
|
8263
9751
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8264
|
-
...
|
|
9752
|
+
...Object_,
|
|
8265
9753
|
} as const;
|
|
8266
9754
|
|
|
8267
9755
|
/**
|
|
@@ -8271,7 +9759,7 @@ export const __EpicLogin_X__UpdateTwoFactorAuthenticationStatus_0x1 = {
|
|
|
8271
9759
|
*/
|
|
8272
9760
|
export const __LocalClubData_X__GetClubByID_0x1 = {
|
|
8273
9761
|
Id: 0x0060, // 0x0060 (0x0008) [uint64]
|
|
8274
|
-
...
|
|
9762
|
+
...Object_,
|
|
8275
9763
|
} as const;
|
|
8276
9764
|
|
|
8277
9765
|
/**
|
|
@@ -8281,7 +9769,7 @@ export const __LocalClubData_X__GetClubByID_0x1 = {
|
|
|
8281
9769
|
*/
|
|
8282
9770
|
export const __LocalClubData_X__GetClubForPlayer_0x1 = {
|
|
8283
9771
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8284
|
-
...
|
|
9772
|
+
...Object_,
|
|
8285
9773
|
} as const;
|
|
8286
9774
|
|
|
8287
9775
|
/**
|
|
@@ -8291,7 +9779,7 @@ export const __LocalClubData_X__GetClubForPlayer_0x1 = {
|
|
|
8291
9779
|
*/
|
|
8292
9780
|
export const __MatchRecorder_X__GetPlayerData_0x1 = {
|
|
8293
9781
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8294
|
-
...
|
|
9782
|
+
...Object_,
|
|
8295
9783
|
} as const;
|
|
8296
9784
|
|
|
8297
9785
|
/**
|
|
@@ -8301,7 +9789,7 @@ export const __MatchRecorder_X__GetPlayerData_0x1 = {
|
|
|
8301
9789
|
*/
|
|
8302
9790
|
export const __OnlineClubCache_X__GetClubDetails_0x1 = {
|
|
8303
9791
|
ClubID: 0x0060, // 0x0060 (0x0008) [uint64]
|
|
8304
|
-
...
|
|
9792
|
+
...Object_,
|
|
8305
9793
|
} as const;
|
|
8306
9794
|
|
|
8307
9795
|
/**
|
|
@@ -8311,7 +9799,7 @@ export const __OnlineClubCache_X__GetClubDetails_0x1 = {
|
|
|
8311
9799
|
*/
|
|
8312
9800
|
export const __OnlineClubCache_X__GetPlayerClubDetails_0x1 = {
|
|
8313
9801
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8314
|
-
...
|
|
9802
|
+
...Object_,
|
|
8315
9803
|
} as const;
|
|
8316
9804
|
|
|
8317
9805
|
/**
|
|
@@ -8322,7 +9810,7 @@ export const __OnlineClubCache_X__GetPlayerClubDetails_0x1 = {
|
|
|
8322
9810
|
export const __OnlineClubManager_X__AcceptClubInvite_0x1 = {
|
|
8323
9811
|
ClubID: 0x0060, // 0x0060 (0x0008) [uint64]
|
|
8324
9812
|
SenderPlayerID: 0x0068, // 0x0068 (0x0048) [FUniqueNetId]
|
|
8325
|
-
...
|
|
9813
|
+
...Object_,
|
|
8326
9814
|
} as const;
|
|
8327
9815
|
|
|
8328
9816
|
/**
|
|
@@ -8333,7 +9821,7 @@ export const __OnlineClubManager_X__AcceptClubInvite_0x1 = {
|
|
|
8333
9821
|
export const __OnlineClubManager_X__InviteToClub_0x1 = {
|
|
8334
9822
|
ClubID: 0x0060, // 0x0060 (0x0008) [uint64]
|
|
8335
9823
|
InvitedPlayerID: 0x0068, // 0x0068 (0x0048) [FUniqueNetId]
|
|
8336
|
-
...
|
|
9824
|
+
...Object_,
|
|
8337
9825
|
} as const;
|
|
8338
9826
|
|
|
8339
9827
|
/**
|
|
@@ -8343,7 +9831,7 @@ export const __OnlineClubManager_X__InviteToClub_0x1 = {
|
|
|
8343
9831
|
*/
|
|
8344
9832
|
export const __OnlineClubManager_X__LeaveClub_0x1 = {
|
|
8345
9833
|
ClubID: 0x0060, // 0x0060 (0x0008) [uint64]
|
|
8346
|
-
...
|
|
9834
|
+
...Object_,
|
|
8347
9835
|
} as const;
|
|
8348
9836
|
|
|
8349
9837
|
/**
|
|
@@ -8354,7 +9842,7 @@ export const __OnlineClubManager_X__LeaveClub_0x1 = {
|
|
|
8354
9842
|
export const __OnlineClubManager_X__RejectClubInvite_0x1 = {
|
|
8355
9843
|
ClubID: 0x0060, // 0x0060 (0x0008) [uint64]
|
|
8356
9844
|
SenderPlayerID: 0x0068, // 0x0068 (0x0048) [FUniqueNetId]
|
|
8357
|
-
...
|
|
9845
|
+
...Object_,
|
|
8358
9846
|
} as const;
|
|
8359
9847
|
|
|
8360
9848
|
/**
|
|
@@ -8364,7 +9852,7 @@ export const __OnlineClubManager_X__RejectClubInvite_0x1 = {
|
|
|
8364
9852
|
*/
|
|
8365
9853
|
export const __OnlineClubManager_X__RemoveFromClub_0x1 = {
|
|
8366
9854
|
KickedPlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8367
|
-
...
|
|
9855
|
+
...Object_,
|
|
8368
9856
|
} as const;
|
|
8369
9857
|
|
|
8370
9858
|
/**
|
|
@@ -8376,7 +9864,7 @@ export const __OnlineClubManager_X__SetNewRole_0x1 = {
|
|
|
8376
9864
|
MemberPlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8377
9865
|
OriginalRole: 0x00A8, // 0x00A8 (0x0001) [EClubRole]
|
|
8378
9866
|
NewRole: 0x00A9, // 0x00A9 (0x0001) [EClubRole]
|
|
8379
|
-
...
|
|
9867
|
+
...Object_,
|
|
8380
9868
|
} as const;
|
|
8381
9869
|
|
|
8382
9870
|
/**
|
|
@@ -8386,7 +9874,7 @@ export const __OnlineClubManager_X__SetNewRole_0x1 = {
|
|
|
8386
9874
|
*/
|
|
8387
9875
|
export const __OnlineClubProvider_X__HandleClubSynced_0x1 = {
|
|
8388
9876
|
RPC: 0x0060, // 0x0060 (0x0008) [URPC_GetClubDetails_X*]
|
|
8389
|
-
...
|
|
9877
|
+
...Object_,
|
|
8390
9878
|
} as const;
|
|
8391
9879
|
|
|
8392
9880
|
/**
|
|
@@ -8396,7 +9884,7 @@ export const __OnlineClubProvider_X__HandleClubSynced_0x1 = {
|
|
|
8396
9884
|
*/
|
|
8397
9885
|
export const __OnlineClubProvider_X__SyncClubDetailsArray_0x1 = {
|
|
8398
9886
|
RPC: 0x0060, // 0x0060 (0x0008) [URPC_GetClubDetailsArray_X*]
|
|
8399
|
-
...
|
|
9887
|
+
...Object_,
|
|
8400
9888
|
} as const;
|
|
8401
9889
|
|
|
8402
9890
|
/**
|
|
@@ -8407,7 +9895,7 @@ export const __OnlineClubProvider_X__SyncClubDetailsArray_0x1 = {
|
|
|
8407
9895
|
export const __OnlineClubProvider_X__SyncClubDetails_0x1 = {
|
|
8408
9896
|
ClubID: 0x0060, // 0x0060 (0x0008) [uint64]
|
|
8409
9897
|
RPC: 0x0068, // 0x0068 (0x0008) [URPC_GetClubDetails_X*]
|
|
8410
|
-
...
|
|
9898
|
+
...Object_,
|
|
8411
9899
|
} as const;
|
|
8412
9900
|
|
|
8413
9901
|
/**
|
|
@@ -8418,7 +9906,7 @@ export const __OnlineClubProvider_X__SyncClubDetails_0x1 = {
|
|
|
8418
9906
|
export const __OnlineClubProvider_X__SyncPlayerClubDetails_0x1 = {
|
|
8419
9907
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8420
9908
|
RPC: 0x00A8, // 0x00A8 (0x0008) [URPC_GetPlayerClubDetails_X*]
|
|
8421
|
-
...
|
|
9909
|
+
...Object_,
|
|
8422
9910
|
} as const;
|
|
8423
9911
|
|
|
8424
9912
|
/**
|
|
@@ -8428,7 +9916,7 @@ export const __OnlineClubProvider_X__SyncPlayerClubDetails_0x1 = {
|
|
|
8428
9916
|
*/
|
|
8429
9917
|
export const __OnlineGameMatchmaking_X__AddRecommendedServers_0x1 = {
|
|
8430
9918
|
AccPingThreshold: 0x0060, // 0x0060 (0x0004) [float]
|
|
8431
|
-
...
|
|
9919
|
+
...Object_,
|
|
8432
9920
|
} as const;
|
|
8433
9921
|
|
|
8434
9922
|
/**
|
|
@@ -8438,7 +9926,7 @@ export const __OnlineGameMatchmaking_X__AddRecommendedServers_0x1 = {
|
|
|
8438
9926
|
*/
|
|
8439
9927
|
export const __OnlineGameMatchmaking_X__GetSubRegionPings_0x1 = {
|
|
8440
9928
|
SuperRegionID: 0x0060, // 0x0060 (0x0010) [FString]
|
|
8441
|
-
...
|
|
9929
|
+
...Object_,
|
|
8442
9930
|
} as const;
|
|
8443
9931
|
|
|
8444
9932
|
/**
|
|
@@ -8448,7 +9936,7 @@ export const __OnlineGameMatchmaking_X__GetSubRegionPings_0x1 = {
|
|
|
8448
9936
|
*/
|
|
8449
9937
|
export const __OnlineGameMatchmaking_X__OnReceiveGameServer_0x1 = {
|
|
8450
9938
|
Reservation: 0x0060, // 0x0060 (0x0070) [FServerReservationData]
|
|
8451
|
-
...
|
|
9939
|
+
...Object_,
|
|
8452
9940
|
} as const;
|
|
8453
9941
|
|
|
8454
9942
|
/**
|
|
@@ -8458,7 +9946,7 @@ export const __OnlineGameMatchmaking_X__OnReceiveGameServer_0x1 = {
|
|
|
8458
9946
|
*/
|
|
8459
9947
|
export const __OnlineGameMatchmaking_X__RecordStart_0x2 = {
|
|
8460
9948
|
RegionIds: 0x0060, // 0x0060 (0x0010) [TArray<FString>]
|
|
8461
|
-
...
|
|
9949
|
+
...Object_,
|
|
8462
9950
|
} as const;
|
|
8463
9951
|
|
|
8464
9952
|
/**
|
|
@@ -8468,7 +9956,7 @@ export const __OnlineGameMatchmaking_X__RecordStart_0x2 = {
|
|
|
8468
9956
|
*/
|
|
8469
9957
|
export const __OnlineGameParty_X__BroadcastAllLocalPlayers_0x2 = {
|
|
8470
9958
|
Primary: 0x0060, // 0x0060 (0x0180) [FPartyMember]
|
|
8471
|
-
...
|
|
9959
|
+
...Object_,
|
|
8472
9960
|
} as const;
|
|
8473
9961
|
|
|
8474
9962
|
/**
|
|
@@ -8480,7 +9968,7 @@ export const __OnlineGameParty_X__CreatePartyInternal_0x1 = {
|
|
|
8480
9968
|
LobbyInterface: 0x0060, // 0x0060 (0x0010) [TScriptInterface<UOnlineLobbyInterface>]
|
|
8481
9969
|
LocalPlayerNum: 0x0070, // 0x0070 (0x0004) [int32]
|
|
8482
9970
|
Handler: 0x0078, // 0x0078 (0x0018) [FScriptDelegate]
|
|
8483
|
-
...
|
|
9971
|
+
...Object_,
|
|
8484
9972
|
} as const;
|
|
8485
9973
|
|
|
8486
9974
|
/**
|
|
@@ -8490,7 +9978,7 @@ export const __OnlineGameParty_X__CreatePartyInternal_0x1 = {
|
|
|
8490
9978
|
*/
|
|
8491
9979
|
export const __OnlineGameParty_X__GetPlayersWithPrimaryMemberID_0x1 = {
|
|
8492
9980
|
InPrimaryID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8493
|
-
...
|
|
9981
|
+
...Object_,
|
|
8494
9982
|
} as const;
|
|
8495
9983
|
|
|
8496
9984
|
/**
|
|
@@ -8501,7 +9989,7 @@ export const __OnlineGameParty_X__GetPlayersWithPrimaryMemberID_0x1 = {
|
|
|
8501
9989
|
export const __OnlineGameParty_X__HandleClientReservationMessage_0x1 = {
|
|
8502
9990
|
Message: 0x0060, // 0x0060 (0x0008) [UClientReservationMessage_X*]
|
|
8503
9991
|
Settings: 0x0068, // 0x0068 (0x0020) [FJoinMatchSettings]
|
|
8504
|
-
...
|
|
9992
|
+
...Object_,
|
|
8505
9993
|
} as const;
|
|
8506
9994
|
|
|
8507
9995
|
/**
|
|
@@ -8511,7 +9999,7 @@ export const __OnlineGameParty_X__HandleClientReservationMessage_0x1 = {
|
|
|
8511
9999
|
*/
|
|
8512
10000
|
export const __OnlineGameParty_X__HandleConfirmJoinGame_0x1 = {
|
|
8513
10001
|
InSettings: 0x0060, // 0x0060 (0x0058) [FPartyJoinMatchSettings]
|
|
8514
|
-
...
|
|
10002
|
+
...Object_,
|
|
8515
10003
|
} as const;
|
|
8516
10004
|
|
|
8517
10005
|
/**
|
|
@@ -8521,7 +10009,7 @@ export const __OnlineGameParty_X__HandleConfirmJoinGame_0x1 = {
|
|
|
8521
10009
|
*/
|
|
8522
10010
|
export const __OnlineGameParty_X__HandleConfirmJoinGame_ConnectionValid_0x1 = {
|
|
8523
10011
|
Settings: 0x0060, // 0x0060 (0x0020) [FJoinMatchSettings]
|
|
8524
|
-
...
|
|
10012
|
+
...Object_,
|
|
8525
10013
|
} as const;
|
|
8526
10014
|
|
|
8527
10015
|
/**
|
|
@@ -8531,7 +10019,7 @@ export const __OnlineGameParty_X__HandleConfirmJoinGame_ConnectionValid_0x1 = {
|
|
|
8531
10019
|
*/
|
|
8532
10020
|
export const __OnlineGameParty_X__HasMultiplePlatforms_0x1 = {
|
|
8533
10021
|
PartyLeaderCrossPlayGroup: 0x0060, // 0x0060 (0x0010) [TArray<OnlinePlatform>]
|
|
8534
|
-
...
|
|
10022
|
+
...Object_,
|
|
8535
10023
|
} as const;
|
|
8536
10024
|
|
|
8537
10025
|
/**
|
|
@@ -8542,7 +10030,7 @@ export const __OnlineGameParty_X__HasMultiplePlatforms_0x1 = {
|
|
|
8542
10030
|
export const __OnlineGameParty_X__JoinParty_0x1 = {
|
|
8543
10031
|
LocalPlayerNum: 0x0060, // 0x0060 (0x0004) [int32]
|
|
8544
10032
|
InPartyId: 0x0068, // 0x0068 (0x0010) [FUniqueLobbyId]
|
|
8545
|
-
...
|
|
10033
|
+
...Object_,
|
|
8546
10034
|
} as const;
|
|
8547
10035
|
|
|
8548
10036
|
/**
|
|
@@ -8552,7 +10040,7 @@ export const __OnlineGameParty_X__JoinParty_0x1 = {
|
|
|
8552
10040
|
*/
|
|
8553
10041
|
export const __OnlineGameParty_X__UpdatePartyInfo_0x1 = {
|
|
8554
10042
|
Lobby: 0x0060, // 0x0060 (0x0030) [FActiveLobbyInfo]
|
|
8555
|
-
...
|
|
10043
|
+
...Object_,
|
|
8556
10044
|
} as const;
|
|
8557
10045
|
|
|
8558
10046
|
/**
|
|
@@ -8563,7 +10051,7 @@ export const __OnlineGameParty_X__UpdatePartyInfo_0x1 = {
|
|
|
8563
10051
|
export const __OnlineGameReservations_X__GetMigrationReservationData_0x1 = {
|
|
8564
10052
|
CurrentPlayers: 0x0060, // 0x0060 (0x0010) [TArray<FMigrationReservationData>]
|
|
8565
10053
|
GEngine: 0x0070, // 0x0070 (0x0008) [UEngine*]
|
|
8566
|
-
...
|
|
10054
|
+
...Object_,
|
|
8567
10055
|
} as const;
|
|
8568
10056
|
|
|
8569
10057
|
/**
|
|
@@ -8573,7 +10061,7 @@ export const __OnlineGameReservations_X__GetMigrationReservationData_0x1 = {
|
|
|
8573
10061
|
*/
|
|
8574
10062
|
export const __OnlineGameReservations_X__RecordReservation_0x1 = {
|
|
8575
10063
|
Message: 0x0060, // 0x0060 (0x0008) [UAddReservationMessage_X*]
|
|
8576
|
-
...
|
|
10064
|
+
...Object_,
|
|
8577
10065
|
} as const;
|
|
8578
10066
|
|
|
8579
10067
|
/**
|
|
@@ -8583,7 +10071,7 @@ export const __OnlineGameReservations_X__RecordReservation_0x1 = {
|
|
|
8583
10071
|
*/
|
|
8584
10072
|
export const __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2 = {
|
|
8585
10073
|
GEngine: 0x0060, // 0x0060 (0x0008) [UEngine*]
|
|
8586
|
-
...
|
|
10074
|
+
...Object_,
|
|
8587
10075
|
} as const;
|
|
8588
10076
|
|
|
8589
10077
|
/**
|
|
@@ -8594,7 +10082,7 @@ export const __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2 = {
|
|
|
8594
10082
|
export const __OnlineGameSkill_X__ClearPartyMembersSkill_0x1 = {
|
|
8595
10083
|
PrimaryPlayerId: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8596
10084
|
PartyObject: 0x00A8, // 0x00A8 (0x0008) [UOnlineGameParty_X*]
|
|
8597
|
-
...
|
|
10085
|
+
...Object_,
|
|
8598
10086
|
} as const;
|
|
8599
10087
|
|
|
8600
10088
|
/**
|
|
@@ -8604,7 +10092,7 @@ export const __OnlineGameSkill_X__ClearPartyMembersSkill_0x1 = {
|
|
|
8604
10092
|
*/
|
|
8605
10093
|
export const __OnlineGameSkill_X__ClearSkill_0x1 = {
|
|
8606
10094
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8607
|
-
...
|
|
10095
|
+
...Object_,
|
|
8608
10096
|
} as const;
|
|
8609
10097
|
|
|
8610
10098
|
/**
|
|
@@ -8615,7 +10103,7 @@ export const __OnlineGameSkill_X__ClearSkill_0x1 = {
|
|
|
8615
10103
|
export const __OnlineGameSkill_X__HandleSyncedPlayerSkill_0x1 = {
|
|
8616
10104
|
PlayerSkillRatings: 0x0060, // 0x0060 (0x0010) [TArray<FPlayerSkillRating>]
|
|
8617
10105
|
PlayerID: 0x0070, // 0x0070 (0x0048) [FUniqueNetId]
|
|
8618
|
-
...
|
|
10106
|
+
...Object_,
|
|
8619
10107
|
} as const;
|
|
8620
10108
|
|
|
8621
10109
|
/**
|
|
@@ -8625,7 +10113,7 @@ export const __OnlineGameSkill_X__HandleSyncedPlayerSkill_0x1 = {
|
|
|
8625
10113
|
*/
|
|
8626
10114
|
export const __OnlineGameSkill_X__OnSkillSynced_0x1 = {
|
|
8627
10115
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8628
|
-
...
|
|
10116
|
+
...Object_,
|
|
8629
10117
|
} as const;
|
|
8630
10118
|
|
|
8631
10119
|
/**
|
|
@@ -8635,7 +10123,7 @@ export const __OnlineGameSkill_X__OnSkillSynced_0x1 = {
|
|
|
8635
10123
|
*/
|
|
8636
10124
|
export const __OnlineGameWordFilter_X__InternalSanitize_0x1 = {
|
|
8637
10125
|
Id: 0x0060, // 0x0060 (0x0010) [FString]
|
|
8638
|
-
...
|
|
10126
|
+
...Object_,
|
|
8639
10127
|
} as const;
|
|
8640
10128
|
|
|
8641
10129
|
/**
|
|
@@ -8645,7 +10133,7 @@ export const __OnlineGameWordFilter_X__InternalSanitize_0x1 = {
|
|
|
8645
10133
|
*/
|
|
8646
10134
|
export const __OnlineGame_X__CheckPsyNetConnection_0x1 = {
|
|
8647
10135
|
Task: 0x0060, // 0x0060 (0x0008) [UAsyncTask*]
|
|
8648
|
-
...
|
|
10136
|
+
...Object_,
|
|
8649
10137
|
} as const;
|
|
8650
10138
|
|
|
8651
10139
|
/**
|
|
@@ -8655,7 +10143,7 @@ export const __OnlineGame_X__CheckPsyNetConnection_0x1 = {
|
|
|
8655
10143
|
*/
|
|
8656
10144
|
export const __OnlineGame_X__GetOnlinePlayerFromEpicId_0x1 = {
|
|
8657
10145
|
EpicAccountId: 0x0060, // 0x0060 (0x0010) [FString]
|
|
8658
|
-
...
|
|
10146
|
+
...Object_,
|
|
8659
10147
|
} as const;
|
|
8660
10148
|
|
|
8661
10149
|
/**
|
|
@@ -8665,7 +10153,7 @@ export const __OnlineGame_X__GetOnlinePlayerFromEpicId_0x1 = {
|
|
|
8665
10153
|
*/
|
|
8666
10154
|
export const __OnlineGame_X__GetOnlinePlayerFromPlayerId_0x1 = {
|
|
8667
10155
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8668
|
-
...
|
|
10156
|
+
...Object_,
|
|
8669
10157
|
} as const;
|
|
8670
10158
|
|
|
8671
10159
|
/**
|
|
@@ -8675,7 +10163,7 @@ export const __OnlineGame_X__GetOnlinePlayerFromPlayerId_0x1 = {
|
|
|
8675
10163
|
*/
|
|
8676
10164
|
export const __OnlineLegalTextEOS_X__HandleEOSInitialized_0x1 = {
|
|
8677
10165
|
EOS: 0x0060, // 0x0060 (0x0008) [UOnlineSubsystem*]
|
|
8678
|
-
...
|
|
10166
|
+
...Object_,
|
|
8679
10167
|
} as const;
|
|
8680
10168
|
|
|
8681
10169
|
/**
|
|
@@ -8685,7 +10173,7 @@ export const __OnlineLegalTextEOS_X__HandleEOSInitialized_0x1 = {
|
|
|
8685
10173
|
*/
|
|
8686
10174
|
export const __OnlineLegalTextEOS_X__RequestKey_0x1 = {
|
|
8687
10175
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8688
|
-
...
|
|
10176
|
+
...Object_,
|
|
8689
10177
|
} as const;
|
|
8690
10178
|
|
|
8691
10179
|
/**
|
|
@@ -8696,7 +10184,7 @@ export const __OnlineLegalTextEOS_X__RequestKey_0x1 = {
|
|
|
8696
10184
|
export const __OnlinePlayerFriends_X__AcceptEpicFriendInvite_0x1 = {
|
|
8697
10185
|
FriendId: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8698
10186
|
InPin: 0x00A8, // 0x00A8 (0x0010) [FString]
|
|
8699
|
-
...
|
|
10187
|
+
...Object_,
|
|
8700
10188
|
} as const;
|
|
8701
10189
|
|
|
8702
10190
|
/**
|
|
@@ -8708,7 +10196,7 @@ export const __OnlinePlayerFriends_X__BlockPlayer_0x1 = {
|
|
|
8708
10196
|
BlockedID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8709
10197
|
EpicAccountId: 0x00A8, // 0x00A8 (0x0048) [FUniqueNetId]
|
|
8710
10198
|
Callback: 0x00F0, // 0x00F0 (0x0018) [FScriptDelegate]
|
|
8711
|
-
...
|
|
10199
|
+
...Object_,
|
|
8712
10200
|
} as const;
|
|
8713
10201
|
|
|
8714
10202
|
/**
|
|
@@ -8718,7 +10206,7 @@ export const __OnlinePlayerFriends_X__BlockPlayer_0x1 = {
|
|
|
8718
10206
|
*/
|
|
8719
10207
|
export const __OnlinePlayerFriends_X__DeclineEpicFriendInvite_0x1 = {
|
|
8720
10208
|
FriendId: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8721
|
-
...
|
|
10209
|
+
...Object_,
|
|
8722
10210
|
} as const;
|
|
8723
10211
|
|
|
8724
10212
|
/**
|
|
@@ -8729,7 +10217,7 @@ export const __OnlinePlayerFriends_X__DeclineEpicFriendInvite_0x1 = {
|
|
|
8729
10217
|
export const __OnlinePlayerFriends_X__InviteEpicFriend_0x1 = {
|
|
8730
10218
|
FriendPlayerId: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8731
10219
|
InPin: 0x00A8, // 0x00A8 (0x0010) [FString]
|
|
8732
|
-
...
|
|
10220
|
+
...Object_,
|
|
8733
10221
|
} as const;
|
|
8734
10222
|
|
|
8735
10223
|
/**
|
|
@@ -8739,7 +10227,7 @@ export const __OnlinePlayerFriends_X__InviteEpicFriend_0x1 = {
|
|
|
8739
10227
|
*/
|
|
8740
10228
|
export const __OnlinePlayerFriends_X__LinkPlatformToEpic_0x1 = {
|
|
8741
10229
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8742
|
-
...
|
|
10230
|
+
...Object_,
|
|
8743
10231
|
} as const;
|
|
8744
10232
|
|
|
8745
10233
|
/**
|
|
@@ -8749,7 +10237,7 @@ export const __OnlinePlayerFriends_X__LinkPlatformToEpic_0x1 = {
|
|
|
8749
10237
|
*/
|
|
8750
10238
|
export const __OnlinePlayerFriends_X__RemoveEpicFriend_0x1 = {
|
|
8751
10239
|
FriendId: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8752
|
-
...
|
|
10240
|
+
...Object_,
|
|
8753
10241
|
} as const;
|
|
8754
10242
|
|
|
8755
10243
|
/**
|
|
@@ -8759,7 +10247,7 @@ export const __OnlinePlayerFriends_X__RemoveEpicFriend_0x1 = {
|
|
|
8759
10247
|
*/
|
|
8760
10248
|
export const __OnlinePlayerFriends_X__SubscribeToEpicFriendsPlugin_0x1 = {
|
|
8761
10249
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
8762
|
-
...
|
|
10250
|
+
...Object_,
|
|
8763
10251
|
} as const;
|
|
8764
10252
|
|
|
8765
10253
|
/**
|
|
@@ -8769,7 +10257,7 @@ export const __OnlinePlayerFriends_X__SubscribeToEpicFriendsPlugin_0x1 = {
|
|
|
8769
10257
|
*/
|
|
8770
10258
|
export const __OnlinePlayerFriends_X__TriggerSocialCallback_0x1 = {
|
|
8771
10259
|
InPlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8772
|
-
...
|
|
10260
|
+
...Object_,
|
|
8773
10261
|
} as const;
|
|
8774
10262
|
|
|
8775
10263
|
/**
|
|
@@ -8781,7 +10269,7 @@ export const __OnlinePlayerFriends_X__UnblockPlayer_0x1 = {
|
|
|
8781
10269
|
UnblockID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
8782
10270
|
EpicAccountId: 0x00A8, // 0x00A8 (0x0048) [FUniqueNetId]
|
|
8783
10271
|
Callback: 0x00F0, // 0x00F0 (0x0018) [FScriptDelegate]
|
|
8784
|
-
...
|
|
10272
|
+
...Object_,
|
|
8785
10273
|
} as const;
|
|
8786
10274
|
|
|
8787
10275
|
/**
|
|
@@ -8791,7 +10279,7 @@ export const __OnlinePlayerFriends_X__UnblockPlayer_0x1 = {
|
|
|
8791
10279
|
*/
|
|
8792
10280
|
export const __OnlinePlayerStorageQueue_X__GetStorageMaxSizeBytes_0x1 = {
|
|
8793
10281
|
Category: 0x0060, // 0x0060 (0x0008) [FName]
|
|
8794
|
-
...
|
|
10282
|
+
...Object_,
|
|
8795
10283
|
} as const;
|
|
8796
10284
|
|
|
8797
10285
|
/**
|
|
@@ -8802,7 +10290,7 @@ export const __OnlinePlayerStorageQueue_X__GetStorageMaxSizeBytes_0x1 = {
|
|
|
8802
10290
|
export const __OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2 = {
|
|
8803
10291
|
OutOfSync: 0x0060, // 0x0060 (0x0010) [TArray<FSetPlayerStorageResultItem>]
|
|
8804
10292
|
RPC: 0x0070, // 0x0070 (0x0008) [URPC_PlayerStorageSet_X*]
|
|
8805
|
-
...
|
|
10293
|
+
...Object_,
|
|
8806
10294
|
} as const;
|
|
8807
10295
|
|
|
8808
10296
|
/**
|
|
@@ -8812,7 +10300,7 @@ export const __OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2 = {
|
|
|
8812
10300
|
*/
|
|
8813
10301
|
export const __OnlinePlayerStorageQueue_X__MapResultItem_0x1 = {
|
|
8814
10302
|
Item: 0x0060, // 0x0060 (0x0010) [FSetPlayerStorageResultItem]
|
|
8815
|
-
...
|
|
10303
|
+
...Object_,
|
|
8816
10304
|
} as const;
|
|
8817
10305
|
|
|
8818
10306
|
/**
|
|
@@ -8822,7 +10310,7 @@ export const __OnlinePlayerStorageQueue_X__MapResultItem_0x1 = {
|
|
|
8822
10310
|
*/
|
|
8823
10311
|
export const __OnlinePlayerStorageSync_X__SyncObjects_0x1 = {
|
|
8824
10312
|
ResponseTask: 0x0060, // 0x0060 (0x0008) [UAsyncTask*]
|
|
8825
|
-
...
|
|
10313
|
+
...Object_,
|
|
8826
10314
|
} as const;
|
|
8827
10315
|
|
|
8828
10316
|
/**
|
|
@@ -8832,7 +10320,7 @@ export const __OnlinePlayerStorageSync_X__SyncObjects_0x1 = {
|
|
|
8832
10320
|
*/
|
|
8833
10321
|
export const __PRI_X__RegisterPlayerWithSession_0x1 = {
|
|
8834
10322
|
OnlineSub: 0x0060, // 0x0060 (0x0008) [UOnlineSubsystem*]
|
|
8835
|
-
...
|
|
10323
|
+
...Object_,
|
|
8836
10324
|
} as const;
|
|
8837
10325
|
|
|
8838
10326
|
/**
|
|
@@ -8843,7 +10331,7 @@ export const __PRI_X__RegisterPlayerWithSession_0x1 = {
|
|
|
8843
10331
|
export const __Parties_X__HandleIncomingPartyNotification_0x1 = {
|
|
8844
10332
|
Notification: 0x0060, // 0x0060 (0x0008) [UPsyNetService_Party_X*]
|
|
8845
10333
|
PrimaryPlayer: 0x0068, // 0x0068 (0x0008) [UOnlinePlayer_X*]
|
|
8846
|
-
...
|
|
10334
|
+
...Object_,
|
|
8847
10335
|
} as const;
|
|
8848
10336
|
|
|
8849
10337
|
/**
|
|
@@ -8853,7 +10341,7 @@ export const __Parties_X__HandleIncomingPartyNotification_0x1 = {
|
|
|
8853
10341
|
*/
|
|
8854
10342
|
export const __PartyMessageQueue_X__SendMessage_0x1 = {
|
|
8855
10343
|
Task: 0x0060, // 0x0060 (0x0008) [UAsyncTask*]
|
|
8856
|
-
...
|
|
10344
|
+
...Object_,
|
|
8857
10345
|
} as const;
|
|
8858
10346
|
|
|
8859
10347
|
/**
|
|
@@ -8866,7 +10354,7 @@ export const __PartySequence_CreateParty_X__CreateParty_0x1 = {
|
|
|
8866
10354
|
LocalPlayerNum: 0x0070, // 0x0070 (0x0004) [int32]
|
|
8867
10355
|
MaxPlayers: 0x0074, // 0x0074 (0x0004) [int32]
|
|
8868
10356
|
Type: 0x0078, // 0x0078 (0x0001) [ELobbyVisibility]
|
|
8869
|
-
...
|
|
10357
|
+
...Object_,
|
|
8870
10358
|
} as const;
|
|
8871
10359
|
|
|
8872
10360
|
/**
|
|
@@ -8877,7 +10365,7 @@ export const __PartySequence_CreateParty_X__CreateParty_0x1 = {
|
|
|
8877
10365
|
export const __PartySequence_InvitedToPlatformParty_X__HandlePlayerInvited_0x1 = {
|
|
8878
10366
|
InLobbyId: 0x0060, // 0x0060 (0x0010) [FUniqueLobbyId]
|
|
8879
10367
|
FriendId: 0x0070, // 0x0070 (0x0048) [FUniqueNetId]
|
|
8880
|
-
...
|
|
10368
|
+
...Object_,
|
|
8881
10369
|
} as const;
|
|
8882
10370
|
|
|
8883
10371
|
/**
|
|
@@ -8888,7 +10376,7 @@ export const __PartySequence_InvitedToPlatformParty_X__HandlePlayerInvited_0x1 =
|
|
|
8888
10376
|
export const __PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0x1 = {
|
|
8889
10377
|
InLobbyId: 0x0060, // 0x0060 (0x0010) [FUniqueLobbyId]
|
|
8890
10378
|
InviterId: 0x0070, // 0x0070 (0x0048) [FUniqueNetId]
|
|
8891
|
-
...
|
|
10379
|
+
...Object_,
|
|
8892
10380
|
} as const;
|
|
8893
10381
|
|
|
8894
10382
|
/**
|
|
@@ -8899,7 +10387,7 @@ export const __PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedPrompt_0
|
|
|
8899
10387
|
export const __PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0x1 = {
|
|
8900
10388
|
InLobbyId: 0x0060, // 0x0060 (0x0010) [FUniqueLobbyId]
|
|
8901
10389
|
InviterId: 0x0070, // 0x0070 (0x0048) [FUniqueNetId]
|
|
8902
|
-
...
|
|
10390
|
+
...Object_,
|
|
8903
10391
|
} as const;
|
|
8904
10392
|
|
|
8905
10393
|
/**
|
|
@@ -8909,7 +10397,7 @@ export const __PartySequence_InvitedToPsyNetParty_X__HandlePlayerInvitedSilent_0
|
|
|
8909
10397
|
*/
|
|
8910
10398
|
export const __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 = {
|
|
8911
10399
|
Message: 0x0060, // 0x0060 (0x0008) [UPartyMessage_GetPlatformParty_X*]
|
|
8912
|
-
...
|
|
10400
|
+
...Object_,
|
|
8913
10401
|
} as const;
|
|
8914
10402
|
|
|
8915
10403
|
/**
|
|
@@ -8919,7 +10407,7 @@ export const __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 = {
|
|
|
8919
10407
|
*/
|
|
8920
10408
|
export const __PsyNetBeacon_X__SendMessageToClients_0x1 = {
|
|
8921
10409
|
Connection: 0x0060, // 0x0060 (0x0008) [UPsyNetBeaconConnection_X*]
|
|
8922
|
-
...
|
|
10410
|
+
...Object_,
|
|
8923
10411
|
} as const;
|
|
8924
10412
|
|
|
8925
10413
|
/**
|
|
@@ -8930,7 +10418,7 @@ export const __PsyNetBeacon_X__SendMessageToClients_0x1 = {
|
|
|
8930
10418
|
export const __PsyNetBeacon_X__SendMessageToServer_0x1 = {
|
|
8931
10419
|
RPC: 0x0060, // 0x0060 (0x0008) [URPC_RelayToServer_X*]
|
|
8932
10420
|
Connection: 0x0068, // 0x0068 (0x0008) [UPsyNetBeaconConnection_X*]
|
|
8933
|
-
...
|
|
10421
|
+
...Object_,
|
|
8934
10422
|
} as const;
|
|
8935
10423
|
|
|
8936
10424
|
/**
|
|
@@ -8940,7 +10428,7 @@ export const __PsyNetBeacon_X__SendMessageToServer_0x1 = {
|
|
|
8940
10428
|
*/
|
|
8941
10429
|
export const __PsyNetConnection_X__ProcessServiceCall_0x1 = {
|
|
8942
10430
|
Response: 0x0060, // 0x0060 (0x0008) [UPsyNetMessage_X*]
|
|
8943
|
-
...
|
|
10431
|
+
...Object_,
|
|
8944
10432
|
} as const;
|
|
8945
10433
|
|
|
8946
10434
|
/**
|
|
@@ -8951,7 +10439,7 @@ export const __PsyNetConnection_X__ProcessServiceCall_0x1 = {
|
|
|
8951
10439
|
export const __PsyNetMessengerHttp_X__SendMessage_0x1 = {
|
|
8952
10440
|
PsyRequestID: 0x0060, // 0x0060 (0x0010) [FString]
|
|
8953
10441
|
Task: 0x0070, // 0x0070 (0x0008) [UAsyncTask*]
|
|
8954
|
-
...
|
|
10442
|
+
...Object_,
|
|
8955
10443
|
} as const;
|
|
8956
10444
|
|
|
8957
10445
|
/**
|
|
@@ -8961,7 +10449,7 @@ export const __PsyNetMessengerHttp_X__SendMessage_0x1 = {
|
|
|
8961
10449
|
*/
|
|
8962
10450
|
export const __PsyNetRequestQue_X__SendRequest_0x1 = {
|
|
8963
10451
|
RequestID: 0x0060, // 0x0060 (0x0008) [FName]
|
|
8964
|
-
...
|
|
10452
|
+
...Object_,
|
|
8965
10453
|
} as const;
|
|
8966
10454
|
|
|
8967
10455
|
/**
|
|
@@ -8971,7 +10459,7 @@ export const __PsyNetRequestQue_X__SendRequest_0x1 = {
|
|
|
8971
10459
|
*/
|
|
8972
10460
|
export const __PsyNetServiceProvider_X__CreateChannel_0x1 = {
|
|
8973
10461
|
ChannelName: 0x0060, // 0x0060 (0x0010) [FString]
|
|
8974
|
-
...
|
|
10462
|
+
...Object_,
|
|
8975
10463
|
} as const;
|
|
8976
10464
|
|
|
8977
10465
|
/**
|
|
@@ -8981,7 +10469,7 @@ export const __PsyNetServiceProvider_X__CreateChannel_0x1 = {
|
|
|
8981
10469
|
*/
|
|
8982
10470
|
export const __PsyNetServiceProvider_X__ExecuteRequest_0x1 = {
|
|
8983
10471
|
Response: 0x0060, // 0x0060 (0x0008) [UPsyNetMessage_X*]
|
|
8984
|
-
...
|
|
10472
|
+
...Object_,
|
|
8985
10473
|
} as const;
|
|
8986
10474
|
|
|
8987
10475
|
/**
|
|
@@ -8993,7 +10481,7 @@ export const __PsyNetServiceProvider_X__ExecuteServiceMessage_0x1 = {
|
|
|
8993
10481
|
ServiceName: 0x0060, // 0x0060 (0x0010) [FString]
|
|
8994
10482
|
Service: 0x0070, // 0x0070 (0x0008) [UPsyNetClientService_X*]
|
|
8995
10483
|
Task: 0x0078, // 0x0078 (0x0008) [UTAsyncResult__PsyNetClientService_X*]
|
|
8996
|
-
...
|
|
10484
|
+
...Object_,
|
|
8997
10485
|
} as const;
|
|
8998
10486
|
|
|
8999
10487
|
/**
|
|
@@ -9003,7 +10491,7 @@ export const __PsyNetServiceProvider_X__ExecuteServiceMessage_0x1 = {
|
|
|
9003
10491
|
*/
|
|
9004
10492
|
export const __PsyNetWordFilter_X__WordFilterSanitizeString_0x1 = {
|
|
9005
10493
|
Usage: 0x0060, // 0x0060 (0x0001) [EWordFilterUsage]
|
|
9006
|
-
...
|
|
10494
|
+
...Object_,
|
|
9007
10495
|
} as const;
|
|
9008
10496
|
|
|
9009
10497
|
/**
|
|
@@ -9013,7 +10501,7 @@ export const __PsyNetWordFilter_X__WordFilterSanitizeString_0x1 = {
|
|
|
9013
10501
|
*/
|
|
9014
10502
|
export const __RPCQueue_X__CreateBatchSingleRPC_0x1 = {
|
|
9015
10503
|
Batch: 0x0060, // 0x0060 (0x0008) [URPCBatch_X*]
|
|
9016
|
-
...
|
|
10504
|
+
...Object_,
|
|
9017
10505
|
} as const;
|
|
9018
10506
|
|
|
9019
10507
|
/**
|
|
@@ -9023,7 +10511,7 @@ export const __RPCQueue_X__CreateBatchSingleRPC_0x1 = {
|
|
|
9023
10511
|
*/
|
|
9024
10512
|
export const __RPCQueue_X__CreateBatch_0x2 = {
|
|
9025
10513
|
Batch: 0x0060, // 0x0060 (0x0008) [URPCBatch_X*]
|
|
9026
|
-
...
|
|
10514
|
+
...Object_,
|
|
9027
10515
|
} as const;
|
|
9028
10516
|
|
|
9029
10517
|
/**
|
|
@@ -9033,7 +10521,7 @@ export const __RPCQueue_X__CreateBatch_0x2 = {
|
|
|
9033
10521
|
*/
|
|
9034
10522
|
export const __RPC_X__CreateTask_0x1 = {
|
|
9035
10523
|
InCallback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9036
|
-
...
|
|
10524
|
+
...Object_,
|
|
9037
10525
|
} as const;
|
|
9038
10526
|
|
|
9039
10527
|
/**
|
|
@@ -9043,7 +10531,7 @@ export const __RPC_X__CreateTask_0x1 = {
|
|
|
9043
10531
|
*/
|
|
9044
10532
|
export const __RegionConfig_X__GetSubRegions_0x1 = {
|
|
9045
10533
|
SuperRegionID: 0x0060, // 0x0060 (0x0010) [FString]
|
|
9046
|
-
...
|
|
10534
|
+
...Object_,
|
|
9047
10535
|
} as const;
|
|
9048
10536
|
|
|
9049
10537
|
/**
|
|
@@ -9053,7 +10541,7 @@ export const __RegionConfig_X__GetSubRegions_0x1 = {
|
|
|
9053
10541
|
*/
|
|
9054
10542
|
export const __RemoteAvatarPermissions_X__GetPermissions_0x1 = {
|
|
9055
10543
|
Batch: 0x0060, // 0x0060 (0x0008) [URemoteAvatarPermissionsRequestBatch_X*]
|
|
9056
|
-
...
|
|
10544
|
+
...Object_,
|
|
9057
10545
|
} as const;
|
|
9058
10546
|
|
|
9059
10547
|
/**
|
|
@@ -9063,7 +10551,7 @@ export const __RemoteAvatarPermissions_X__GetPermissions_0x1 = {
|
|
|
9063
10551
|
*/
|
|
9064
10552
|
export const __RemoteAvatarPermissions_X__SetAvatarPermission_0x1 = {
|
|
9065
10553
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
9066
|
-
...
|
|
10554
|
+
...Object_,
|
|
9067
10555
|
} as const;
|
|
9068
10556
|
|
|
9069
10557
|
/**
|
|
@@ -9073,7 +10561,7 @@ export const __RemoteAvatarPermissions_X__SetAvatarPermission_0x1 = {
|
|
|
9073
10561
|
*/
|
|
9074
10562
|
export const __ServerPlayerTracker_X__AddPlayer_0x1 = {
|
|
9075
10563
|
PlayerID: 0x0060, // 0x0060 (0x0048) [FUniqueNetId]
|
|
9076
|
-
...
|
|
10564
|
+
...Object_,
|
|
9077
10565
|
} as const;
|
|
9078
10566
|
|
|
9079
10567
|
/**
|
|
@@ -9083,7 +10571,7 @@ export const __ServerPlayerTracker_X__AddPlayer_0x1 = {
|
|
|
9083
10571
|
*/
|
|
9084
10572
|
export const __StatusObserver_X__FindByAcceptedType_0x1 = {
|
|
9085
10573
|
InType: 0x0060, // 0x0060 (0x0008) [UClass*]
|
|
9086
|
-
...
|
|
10574
|
+
...Object_,
|
|
9087
10575
|
} as const;
|
|
9088
10576
|
|
|
9089
10577
|
/**
|
|
@@ -9093,7 +10581,7 @@ export const __StatusObserver_X__FindByAcceptedType_0x1 = {
|
|
|
9093
10581
|
*/
|
|
9094
10582
|
export const __StatusObserver_X__ObservesTriggerType_0x1 = {
|
|
9095
10583
|
InTrigger: 0x0060, // 0x0060 (0x0008) [UStatusTrigger_X*]
|
|
9096
|
-
...
|
|
10584
|
+
...Object_,
|
|
9097
10585
|
} as const;
|
|
9098
10586
|
|
|
9099
10587
|
/**
|
|
@@ -9103,7 +10591,7 @@ export const __StatusObserver_X__ObservesTriggerType_0x1 = {
|
|
|
9103
10591
|
*/
|
|
9104
10592
|
export const __TAsyncResult__ClubDetails_X__Copy_0x1 = {
|
|
9105
10593
|
Instance: 0x0060, // 0x0060 (0x0008) [UTAsyncResult__ClubDetails_X*]
|
|
9106
|
-
...
|
|
10594
|
+
...Object_,
|
|
9107
10595
|
} as const;
|
|
9108
10596
|
|
|
9109
10597
|
/**
|
|
@@ -9113,7 +10601,7 @@ export const __TAsyncResult__ClubDetails_X__Copy_0x1 = {
|
|
|
9113
10601
|
*/
|
|
9114
10602
|
export const __TAsyncResult__ClubDetails_X__NotifyOnResultComplete_0x1 = {
|
|
9115
10603
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9116
|
-
...
|
|
10604
|
+
...Object_,
|
|
9117
10605
|
} as const;
|
|
9118
10606
|
|
|
9119
10607
|
/**
|
|
@@ -9123,7 +10611,7 @@ export const __TAsyncResult__ClubDetails_X__NotifyOnResultComplete_0x1 = {
|
|
|
9123
10611
|
*/
|
|
9124
10612
|
export const __TAsyncResult__ClubDetails_X__NotifyOnResult_0x1 = {
|
|
9125
10613
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9126
|
-
...
|
|
10614
|
+
...Object_,
|
|
9127
10615
|
} as const;
|
|
9128
10616
|
|
|
9129
10617
|
/**
|
|
@@ -9133,7 +10621,7 @@ export const __TAsyncResult__ClubDetails_X__NotifyOnResult_0x1 = {
|
|
|
9133
10621
|
*/
|
|
9134
10622
|
export const __TAsyncResult__ClubDetails_X__SetResultWhen_0x1 = {
|
|
9135
10623
|
GetResultDelegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9136
|
-
...
|
|
10624
|
+
...Object_,
|
|
9137
10625
|
} as const;
|
|
9138
10626
|
|
|
9139
10627
|
/**
|
|
@@ -9143,7 +10631,7 @@ export const __TAsyncResult__ClubDetails_X__SetResultWhen_0x1 = {
|
|
|
9143
10631
|
*/
|
|
9144
10632
|
export const __TAsyncResult__PsyNetClientService_X__Copy_0x1 = {
|
|
9145
10633
|
Instance: 0x0060, // 0x0060 (0x0008) [UTAsyncResult__PsyNetClientService_X*]
|
|
9146
|
-
...
|
|
10634
|
+
...Object_,
|
|
9147
10635
|
} as const;
|
|
9148
10636
|
|
|
9149
10637
|
/**
|
|
@@ -9153,7 +10641,7 @@ export const __TAsyncResult__PsyNetClientService_X__Copy_0x1 = {
|
|
|
9153
10641
|
*/
|
|
9154
10642
|
export const __TAsyncResult__PsyNetClientService_X__NotifyOnResultComplete_0x1 = {
|
|
9155
10643
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9156
|
-
...
|
|
10644
|
+
...Object_,
|
|
9157
10645
|
} as const;
|
|
9158
10646
|
|
|
9159
10647
|
/**
|
|
@@ -9163,7 +10651,7 @@ export const __TAsyncResult__PsyNetClientService_X__NotifyOnResultComplete_0x1 =
|
|
|
9163
10651
|
*/
|
|
9164
10652
|
export const __TAsyncResult__PsyNetClientService_X__NotifyOnResult_0x1 = {
|
|
9165
10653
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9166
|
-
...
|
|
10654
|
+
...Object_,
|
|
9167
10655
|
} as const;
|
|
9168
10656
|
|
|
9169
10657
|
/**
|
|
@@ -9173,7 +10661,7 @@ export const __TAsyncResult__PsyNetClientService_X__NotifyOnResult_0x1 = {
|
|
|
9173
10661
|
*/
|
|
9174
10662
|
export const __TAsyncResult__PsyNetClientService_X__SetResultWhen_0x1 = {
|
|
9175
10663
|
GetResultDelegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9176
|
-
...
|
|
10664
|
+
...Object_,
|
|
9177
10665
|
} as const;
|
|
9178
10666
|
|
|
9179
10667
|
/**
|
|
@@ -9183,7 +10671,7 @@ export const __TAsyncResult__PsyNetClientService_X__SetResultWhen_0x1 = {
|
|
|
9183
10671
|
*/
|
|
9184
10672
|
export const __TAsyncResult__PsyNetMessage_X__Copy_0x1 = {
|
|
9185
10673
|
Instance: 0x0060, // 0x0060 (0x0008) [UTAsyncResult__PsyNetMessage_X*]
|
|
9186
|
-
...
|
|
10674
|
+
...Object_,
|
|
9187
10675
|
} as const;
|
|
9188
10676
|
|
|
9189
10677
|
/**
|
|
@@ -9193,7 +10681,7 @@ export const __TAsyncResult__PsyNetMessage_X__Copy_0x1 = {
|
|
|
9193
10681
|
*/
|
|
9194
10682
|
export const __TAsyncResult__PsyNetMessage_X__NotifyOnResultComplete_0x1 = {
|
|
9195
10683
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9196
|
-
...
|
|
10684
|
+
...Object_,
|
|
9197
10685
|
} as const;
|
|
9198
10686
|
|
|
9199
10687
|
/**
|
|
@@ -9203,7 +10691,7 @@ export const __TAsyncResult__PsyNetMessage_X__NotifyOnResultComplete_0x1 = {
|
|
|
9203
10691
|
*/
|
|
9204
10692
|
export const __TAsyncResult__PsyNetMessage_X__NotifyOnResult_0x1 = {
|
|
9205
10693
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9206
|
-
...
|
|
10694
|
+
...Object_,
|
|
9207
10695
|
} as const;
|
|
9208
10696
|
|
|
9209
10697
|
/**
|
|
@@ -9213,7 +10701,7 @@ export const __TAsyncResult__PsyNetMessage_X__NotifyOnResult_0x1 = {
|
|
|
9213
10701
|
*/
|
|
9214
10702
|
export const __TAsyncResult__PsyNetMessage_X__SetResultWhen_0x1 = {
|
|
9215
10703
|
GetResultDelegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9216
|
-
...
|
|
10704
|
+
...Object_,
|
|
9217
10705
|
} as const;
|
|
9218
10706
|
|
|
9219
10707
|
/**
|
|
@@ -9223,7 +10711,7 @@ export const __TAsyncResult__PsyNetMessage_X__SetResultWhen_0x1 = {
|
|
|
9223
10711
|
*/
|
|
9224
10712
|
export const __TAsyncResult__Texture2DDynamic__Copy_0x1 = {
|
|
9225
10713
|
Instance: 0x0060, // 0x0060 (0x0008) [UTAsyncResult__Texture2DDynamic*]
|
|
9226
|
-
...
|
|
10714
|
+
...Object_,
|
|
9227
10715
|
} as const;
|
|
9228
10716
|
|
|
9229
10717
|
/**
|
|
@@ -9233,7 +10721,7 @@ export const __TAsyncResult__Texture2DDynamic__Copy_0x1 = {
|
|
|
9233
10721
|
*/
|
|
9234
10722
|
export const __TAsyncResult__Texture2DDynamic__NotifyOnResultComplete_0x1 = {
|
|
9235
10723
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9236
|
-
...
|
|
10724
|
+
...Object_,
|
|
9237
10725
|
} as const;
|
|
9238
10726
|
|
|
9239
10727
|
/**
|
|
@@ -9243,7 +10731,7 @@ export const __TAsyncResult__Texture2DDynamic__NotifyOnResultComplete_0x1 = {
|
|
|
9243
10731
|
*/
|
|
9244
10732
|
export const __TAsyncResult__Texture2DDynamic__NotifyOnResult_0x1 = {
|
|
9245
10733
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9246
|
-
...
|
|
10734
|
+
...Object_,
|
|
9247
10735
|
} as const;
|
|
9248
10736
|
|
|
9249
10737
|
/**
|
|
@@ -9253,7 +10741,7 @@ export const __TAsyncResult__Texture2DDynamic__NotifyOnResult_0x1 = {
|
|
|
9253
10741
|
*/
|
|
9254
10742
|
export const __TAsyncResult__Texture2DDynamic__SetResultWhen_0x1 = {
|
|
9255
10743
|
GetResultDelegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9256
|
-
...
|
|
10744
|
+
...Object_,
|
|
9257
10745
|
} as const;
|
|
9258
10746
|
|
|
9259
10747
|
/**
|
|
@@ -9263,7 +10751,7 @@ export const __TAsyncResult__Texture2DDynamic__SetResultWhen_0x1 = {
|
|
|
9263
10751
|
*/
|
|
9264
10752
|
export const __TAsyncResult__array_ClubInvite_X__Copy_0x1 = {
|
|
9265
10753
|
Instance: 0x0060, // 0x0060 (0x0008) [UTAsyncResult__array_ClubInvite_X*]
|
|
9266
|
-
...
|
|
10754
|
+
...Object_,
|
|
9267
10755
|
} as const;
|
|
9268
10756
|
|
|
9269
10757
|
/**
|
|
@@ -9273,7 +10761,7 @@ export const __TAsyncResult__array_ClubInvite_X__Copy_0x1 = {
|
|
|
9273
10761
|
*/
|
|
9274
10762
|
export const __TAsyncResult__array_ClubInvite_X__NotifyOnResultComplete_0x1 = {
|
|
9275
10763
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9276
|
-
...
|
|
10764
|
+
...Object_,
|
|
9277
10765
|
} as const;
|
|
9278
10766
|
|
|
9279
10767
|
/**
|
|
@@ -9283,7 +10771,7 @@ export const __TAsyncResult__array_ClubInvite_X__NotifyOnResultComplete_0x1 = {
|
|
|
9283
10771
|
*/
|
|
9284
10772
|
export const __TAsyncResult__array_ClubInvite_X__NotifyOnResult_0x1 = {
|
|
9285
10773
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9286
|
-
...
|
|
10774
|
+
...Object_,
|
|
9287
10775
|
} as const;
|
|
9288
10776
|
|
|
9289
10777
|
/**
|
|
@@ -9293,7 +10781,7 @@ export const __TAsyncResult__array_ClubInvite_X__NotifyOnResult_0x1 = {
|
|
|
9293
10781
|
*/
|
|
9294
10782
|
export const __TAsyncResult__array_ClubInvite_X__SetResultWhen_0x1 = {
|
|
9295
10783
|
GetResultDelegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9296
|
-
...
|
|
10784
|
+
...Object_,
|
|
9297
10785
|
} as const;
|
|
9298
10786
|
|
|
9299
10787
|
/**
|
|
@@ -9303,7 +10791,7 @@ export const __TAsyncResult__array_ClubInvite_X__SetResultWhen_0x1 = {
|
|
|
9303
10791
|
*/
|
|
9304
10792
|
export const __TAsyncResult__array_LanServerRecord_X__Copy_0x1 = {
|
|
9305
10793
|
Instance: 0x0060, // 0x0060 (0x0008) [UTAsyncResult__array_LanServerRecord_X*]
|
|
9306
|
-
...
|
|
10794
|
+
...Object_,
|
|
9307
10795
|
} as const;
|
|
9308
10796
|
|
|
9309
10797
|
/**
|
|
@@ -9313,7 +10801,7 @@ export const __TAsyncResult__array_LanServerRecord_X__Copy_0x1 = {
|
|
|
9313
10801
|
*/
|
|
9314
10802
|
export const __TAsyncResult__array_LanServerRecord_X__NotifyOnResultComplete_0x1 = {
|
|
9315
10803
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9316
|
-
...
|
|
10804
|
+
...Object_,
|
|
9317
10805
|
} as const;
|
|
9318
10806
|
|
|
9319
10807
|
/**
|
|
@@ -9323,7 +10811,7 @@ export const __TAsyncResult__array_LanServerRecord_X__NotifyOnResultComplete_0x1
|
|
|
9323
10811
|
*/
|
|
9324
10812
|
export const __TAsyncResult__array_LanServerRecord_X__NotifyOnResult_0x1 = {
|
|
9325
10813
|
Callback: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9326
|
-
...
|
|
10814
|
+
...Object_,
|
|
9327
10815
|
} as const;
|
|
9328
10816
|
|
|
9329
10817
|
/**
|
|
@@ -9333,7 +10821,7 @@ export const __TAsyncResult__array_LanServerRecord_X__NotifyOnResult_0x1 = {
|
|
|
9333
10821
|
*/
|
|
9334
10822
|
export const __TAsyncResult__array_LanServerRecord_X__SetResultWhen_0x1 = {
|
|
9335
10823
|
GetResultDelegate: 0x0060, // 0x0060 (0x0018) [FScriptDelegate]
|
|
9336
|
-
...
|
|
10824
|
+
...Object_,
|
|
9337
10825
|
} as const;
|
|
9338
10826
|
|
|
9339
10827
|
/**
|
|
@@ -9343,7 +10831,7 @@ export const __TAsyncResult__array_LanServerRecord_X__SetResultWhen_0x1 = {
|
|
|
9343
10831
|
*/
|
|
9344
10832
|
export const __TitleConfig_X__GetClubTitleData_0x1 = {
|
|
9345
10833
|
TitleId: 0x0060, // 0x0060 (0x0008) [FName]
|
|
9346
|
-
...
|
|
10834
|
+
...Object_,
|
|
9347
10835
|
} as const;
|
|
9348
10836
|
|
|
9349
10837
|
/**
|
|
@@ -9353,7 +10841,7 @@ export const __TitleConfig_X__GetClubTitleData_0x1 = {
|
|
|
9353
10841
|
*/
|
|
9354
10842
|
export const __TitleConfig_X__GetTitleData_0x1 = {
|
|
9355
10843
|
TitleId: 0x0060, // 0x0060 (0x0008) [FName]
|
|
9356
|
-
...
|
|
10844
|
+
...Object_,
|
|
9357
10845
|
} as const;
|
|
9358
10846
|
|
|
9359
10847
|
/**
|
|
@@ -9363,7 +10851,7 @@ export const __TitleConfig_X__GetTitleData_0x1 = {
|
|
|
9363
10851
|
*/
|
|
9364
10852
|
export const __WebCache_X__DownloadData_0x1 = {
|
|
9365
10853
|
WebRequest: 0x0060, // 0x0060 (0x0008) [UWebRequest_X*]
|
|
9366
|
-
...
|
|
10854
|
+
...Object_,
|
|
9367
10855
|
} as const;
|
|
9368
10856
|
|
|
9369
10857
|
/**
|
|
@@ -9373,7 +10861,7 @@ export const __WebCache_X__DownloadData_0x1 = {
|
|
|
9373
10861
|
*/
|
|
9374
10862
|
export const __WebImageCache_X__HandleImageData_0x1 = {
|
|
9375
10863
|
Download: 0x0060, // 0x0060 (0x0008) [UWebImageDownload_X*]
|
|
9376
|
-
...
|
|
10864
|
+
...Object_,
|
|
9377
10865
|
} as const;
|
|
9378
10866
|
|
|
9379
10867
|
/**
|
|
@@ -9383,7 +10871,7 @@ export const __WebImageCache_X__HandleImageData_0x1 = {
|
|
|
9383
10871
|
*/
|
|
9384
10872
|
export const __WebImageCache_X__StartSync_0x1 = {
|
|
9385
10873
|
Download: 0x0060, // 0x0060 (0x0008) [UWebImageDownload_X*]
|
|
9386
|
-
...
|
|
10874
|
+
...Object_,
|
|
9387
10875
|
} as const;
|
|
9388
10876
|
|
|
9389
10877
|
/**
|
|
@@ -9393,7 +10881,7 @@ export const __WebImageCache_X__StartSync_0x1 = {
|
|
|
9393
10881
|
*/
|
|
9394
10882
|
export const __WebImageCache_X__SyncUncachedImage_0x1 = {
|
|
9395
10883
|
Task: 0x0060, // 0x0060 (0x0008) [UTAsyncResult__Texture2DDynamic*]
|
|
9396
|
-
...
|
|
10884
|
+
...Object_,
|
|
9397
10885
|
} as const;
|
|
9398
10886
|
|
|
9399
10887
|
/**
|
|
@@ -9403,7 +10891,7 @@ export const __WebImageCache_X__SyncUncachedImage_0x1 = {
|
|
|
9403
10891
|
*/
|
|
9404
10892
|
export const ____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1 = {
|
|
9405
10893
|
PM: 0x0060, // 0x0060 (0x0180) [FPartyMember]
|
|
9406
|
-
...
|
|
10894
|
+
...Object_,
|
|
9407
10895
|
} as const;
|
|
9408
10896
|
|
|
9409
10897
|
/**
|
|
@@ -9413,10 +10901,9 @@ export const ____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__Up
|
|
|
9413
10901
|
*/
|
|
9414
10902
|
export const ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 = {
|
|
9415
10903
|
R: 0x0060, // 0x0060 (0x0010) [FSetPlayerStorageResultItem]
|
|
9416
|
-
...
|
|
10904
|
+
...Object_,
|
|
9417
10905
|
} as const;
|
|
9418
10906
|
|
|
9419
|
-
|
|
9420
10907
|
/**
|
|
9421
10908
|
* ScriptStruct ProjectX.EOS_AccountSummaryResponse.AccountSettings Offsets
|
|
9422
10909
|
* Size: 0x0010
|