@rlsdk/steam 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/classes/AkAudio.ts +1 -12
- package/classes/Core.ts +65 -34
- package/classes/Engine.ts +4 -2
- package/classes/GFxUI.ts +3 -31
- package/classes/IpDrv.ts +1 -11
- package/classes/OnlineSubsystemEOS.ts +114 -74
- package/classes/OnlineSubsystemSteamworks.ts +1 -9
- package/classes/ProjectX.ts +241 -96
- package/classes/TAGame.ts +3516 -2322
- package/classes/WinDrv.ts +1 -8
- package/constants/TAGame.ts +3 -1
- package/enums/Core.ts +56 -0
- package/enums/Engine.ts +4 -2
- package/enums/TAGame.ts +66 -7
- package/offsets/Core.ts +53 -34
- package/offsets/OnlineSubsystemEOS.ts +86 -48
- package/offsets/ProjectX.ts +227 -101
- package/offsets/TAGame.ts +3318 -2296
- package/offsets/globals.ts +2 -2
- package/package.json +5 -4
- package/parameters/AkAudio.ts +2 -18
- package/parameters/Core.ts +84 -27
- package/parameters/Engine.ts +24 -30
- package/parameters/GFxUI.ts +1 -9
- package/parameters/IpDrv.ts +2 -19
- package/parameters/OnlineSubsystemEOS.ts +168 -21
- package/parameters/ProjectX.ts +505 -263
- package/parameters/TAGame.ts +4742 -1449
- package/structs/Core.ts +1 -7
- package/structs/OnlineSubsystemSteamworks.ts +2 -13
- package/structs/ProjectX.ts +26 -34
- package/structs/TAGame.ts +300 -54
package/classes/ProjectX.ts
CHANGED
|
@@ -217,6 +217,7 @@ import type {
|
|
|
217
217
|
FPlayerClubPair,
|
|
218
218
|
FPlayerClubSyncResult,
|
|
219
219
|
FPlayerDLCInfo,
|
|
220
|
+
FPlayerIdLink,
|
|
220
221
|
FPlayerPermissions,
|
|
221
222
|
FPlayerPermissionsList,
|
|
222
223
|
FPlayerPermissionsReponse,
|
|
@@ -280,19 +281,7 @@ import type {
|
|
|
280
281
|
FWordFilterPair,
|
|
281
282
|
FWordFilterRequest,
|
|
282
283
|
} from '../structs/ProjectX';
|
|
283
|
-
import type {
|
|
284
|
-
UAsyncTask,
|
|
285
|
-
UComponent,
|
|
286
|
-
UDebugDrawer,
|
|
287
|
-
UError,
|
|
288
|
-
UErrorList,
|
|
289
|
-
UErrorType,
|
|
290
|
-
UInterface,
|
|
291
|
-
UObject,
|
|
292
|
-
UObjectProvider,
|
|
293
|
-
UStringMap,
|
|
294
|
-
UStringObjectMap,
|
|
295
|
-
} from './Core';
|
|
284
|
+
import type { UAsyncTask, UComponent, UDebugDrawer, UError, UErrorList, UErrorType, UInterface, UObject, UObjectProvider, UStringMap, UStringObjectMap } from './Core';
|
|
296
285
|
import type {
|
|
297
286
|
UActor,
|
|
298
287
|
UActorComponent,
|
|
@@ -360,6 +349,7 @@ import type {
|
|
|
360
349
|
USettings,
|
|
361
350
|
USkeletalMeshComponent,
|
|
362
351
|
USpriteComponent,
|
|
352
|
+
UStaticMesh,
|
|
363
353
|
UStaticMeshComponent,
|
|
364
354
|
UTexture,
|
|
365
355
|
UTexture2DDynamic,
|
|
@@ -369,14 +359,7 @@ import type {
|
|
|
369
359
|
UWorldInfo,
|
|
370
360
|
} from './Engine';
|
|
371
361
|
import type { UGFxEngine, UGFxMoviePlayer, UGFxObject } from './GFxUI';
|
|
372
|
-
import type {
|
|
373
|
-
UImageDecoder,
|
|
374
|
-
UOnlineImageDownloaderWeb,
|
|
375
|
-
UTargetUserChatPermChangedEvent,
|
|
376
|
-
UWebApplication,
|
|
377
|
-
UWebRequest,
|
|
378
|
-
UWebResponse,
|
|
379
|
-
} from './IpDrv';
|
|
362
|
+
import type { UImageDecoder, UOnlineImageDownloaderWeb, UTargetUserChatPermChangedEvent, UWebApplication, UWebRequest, UWebResponse } from './IpDrv';
|
|
380
363
|
|
|
381
364
|
/**
|
|
382
365
|
* Class ProjectX.____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__UpdatePartyInfo_0x1_0x1
|
|
@@ -395,10 +378,9 @@ export type U____OnlineGameParty_X__UpdatePartyInfo_0x1____OnlineGameParty_X__Up
|
|
|
395
378
|
* Size: 0x0070
|
|
396
379
|
* Extends: UObject
|
|
397
380
|
*/
|
|
398
|
-
export type U____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 =
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
};
|
|
381
|
+
export type U____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 = UObject & {
|
|
382
|
+
R: FSetPlayerStorageResultItem; // 0x0060 (0x0010) [FSetPlayerStorageResultItem]
|
|
383
|
+
};
|
|
402
384
|
|
|
403
385
|
// ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1 Functions
|
|
404
386
|
// ____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x2____OnlinePlayerStorageQueue_X__HandleStorageSuccess_0x4_0x1(P: FPendingStorage): boolean
|
|
@@ -768,6 +750,18 @@ export type U__EpicFriendsPlugin_X__RemoveFriend_0x1 = UObject & {
|
|
|
768
750
|
// __EpicFriendsPlugin_X__RemoveFriend_0x1 Functions
|
|
769
751
|
// __EpicFriendsPlugin_X__RemoveFriend_0x1(R: UEOS_ManageFriendsListResponse, E: UError, ResponseCode: number): void
|
|
770
752
|
|
|
753
|
+
/**
|
|
754
|
+
* Class ProjectX.__EpicFriendsPlugin_X__Unblock_0x1
|
|
755
|
+
* Size: 0x0070
|
|
756
|
+
* Extends: UObject
|
|
757
|
+
*/
|
|
758
|
+
export type U__EpicFriendsPlugin_X__Unblock_0x1 = UObject & {
|
|
759
|
+
CapturedParams: FHTTPRequestCapturedParam[]; // 0x0060 (0x0010) [TArray<FHTTPRequestCapturedParam>]
|
|
760
|
+
};
|
|
761
|
+
|
|
762
|
+
// __EpicFriendsPlugin_X__Unblock_0x1 Functions
|
|
763
|
+
// __EpicFriendsPlugin_X__Unblock_0x1(R: UEOS_ManageBlockListResponse, E: UError, ResponseCode: number): void
|
|
764
|
+
|
|
771
765
|
/**
|
|
772
766
|
* Class ProjectX.__EpicLogin_X__HandleLoginChanged_0x1
|
|
773
767
|
* Size: 0x0061
|
|
@@ -1010,14 +1004,16 @@ export type U__OnlineClubProvider_X__SyncPlayerClubDetails_0x1 = UObject & {
|
|
|
1010
1004
|
|
|
1011
1005
|
/**
|
|
1012
1006
|
* Class ProjectX.__OnlineGame_X__CheckPsyNetConnection_0x1
|
|
1013
|
-
* Size:
|
|
1007
|
+
* Size: 0x0078
|
|
1014
1008
|
* Extends: UObject
|
|
1015
1009
|
*/
|
|
1016
1010
|
export type U__OnlineGame_X__CheckPsyNetConnection_0x1 = UObject & {
|
|
1017
1011
|
Task: UAsyncTask; // 0x0060 (0x0008) [UAsyncTask*]
|
|
1012
|
+
ActiveLoginAttemptPlayers: UOnlinePlayer_X[]; // 0x0068 (0x0010) [TArray<UOnlinePlayer_X*>]
|
|
1018
1013
|
};
|
|
1019
1014
|
|
|
1020
1015
|
// __OnlineGame_X__CheckPsyNetConnection_0x1 Functions
|
|
1016
|
+
// __OnlineGame_X__CheckPsyNetConnection_0x2(Auth: UOnlinePlayerAuthentication_X): void
|
|
1021
1017
|
// __OnlineGame_X__CheckPsyNetConnection_0x1(Auth: UOnlinePlayerAuthentication_X): void
|
|
1022
1018
|
|
|
1023
1019
|
/**
|
|
@@ -1231,14 +1227,16 @@ export type U__OnlineGameReservations_X__RecordReservation_0x1 = UObject & {
|
|
|
1231
1227
|
|
|
1232
1228
|
/**
|
|
1233
1229
|
* Class ProjectX.__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2
|
|
1234
|
-
* Size:
|
|
1230
|
+
* Size: 0x0178
|
|
1235
1231
|
* Extends: UObject
|
|
1236
1232
|
*/
|
|
1237
1233
|
export type U__OnlineGameReservations_X__SetPlayersWithMigrationData_0x2 = UObject & {
|
|
1238
1234
|
GEngine: UEngine; // 0x0060 (0x0008) [UEngine*]
|
|
1235
|
+
PlayerRes: FReservationData; // 0x0068 (0x0110) [FReservationData]
|
|
1239
1236
|
};
|
|
1240
1237
|
|
|
1241
1238
|
// __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2 Functions
|
|
1239
|
+
// __OnlineGameReservations_X__SetPlayersWithMigrationData_0x3(P: FReservationData): boolean
|
|
1242
1240
|
// __OnlineGameReservations_X__SetPlayersWithMigrationData_0x2(P: FMigrationReservationData): void
|
|
1243
1241
|
|
|
1244
1242
|
/**
|
|
@@ -1582,6 +1580,18 @@ export type U__PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 = UO
|
|
|
1582
1580
|
// __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1 Functions
|
|
1583
1581
|
// __PartySequence_JoinParty_X__HandleGetPlatformPartyMessage_0x1(M: FPartyMember): boolean
|
|
1584
1582
|
|
|
1583
|
+
/**
|
|
1584
|
+
* Class ProjectX.__PlayerController_X__CloseConnectionWithReason_0x1
|
|
1585
|
+
* Size: 0x0070
|
|
1586
|
+
* Extends: UObject
|
|
1587
|
+
*/
|
|
1588
|
+
export type U__PlayerController_X__CloseConnectionWithReason_0x1 = UObject & {
|
|
1589
|
+
Reason: string; // 0x0060 (0x0010) [FString]
|
|
1590
|
+
};
|
|
1591
|
+
|
|
1592
|
+
// __PlayerController_X__CloseConnectionWithReason_0x1 Functions
|
|
1593
|
+
// __PlayerController_X__CloseConnectionWithReason_0x1(): void
|
|
1594
|
+
|
|
1585
1595
|
/**
|
|
1586
1596
|
* Class ProjectX.__PRI_X__RegisterPlayerWithSession_0x1
|
|
1587
1597
|
* Size: 0x0068
|
|
@@ -1779,6 +1789,54 @@ export type U__RPCQueue_X__CreateBatchSingleRPC_0x1 = UObject & {
|
|
|
1779
1789
|
// __RPCQueue_X__CreateBatchSingleRPC_0x1 Functions
|
|
1780
1790
|
// __RPCQueue_X__CreateBatchSingleRPC_0x1(Response: UPsyNetMessage_X, Error: UError): void
|
|
1781
1791
|
|
|
1792
|
+
/**
|
|
1793
|
+
* Class ProjectX.__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1
|
|
1794
|
+
* Size: 0x00A8
|
|
1795
|
+
* Extends: UObject
|
|
1796
|
+
*/
|
|
1797
|
+
export type U__ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1 = UObject & {
|
|
1798
|
+
PlayerID: FUniqueNetId; // 0x0060 (0x0048) [FUniqueNetId]
|
|
1799
|
+
};
|
|
1800
|
+
|
|
1801
|
+
// __ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1 Functions
|
|
1802
|
+
// __ServerPlayerIdCache_X__GetEpicIdFromPlayerId_0x1(P: FPlayerIdLink): boolean
|
|
1803
|
+
|
|
1804
|
+
/**
|
|
1805
|
+
* Class ProjectX.__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1
|
|
1806
|
+
* Size: 0x0070
|
|
1807
|
+
* Extends: UObject
|
|
1808
|
+
*/
|
|
1809
|
+
export type U__ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1 = UObject & {
|
|
1810
|
+
EpicAccountId: string; // 0x0060 (0x0010) [FString]
|
|
1811
|
+
};
|
|
1812
|
+
|
|
1813
|
+
// __ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1 Functions
|
|
1814
|
+
// __ServerPlayerIdCache_X__GetProductUserIdFromEpicId_0x1(P: FPlayerIdLink): boolean
|
|
1815
|
+
|
|
1816
|
+
/**
|
|
1817
|
+
* Class ProjectX.__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1
|
|
1818
|
+
* Size: 0x00A8
|
|
1819
|
+
* Extends: UObject
|
|
1820
|
+
*/
|
|
1821
|
+
export type U__ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1 = UObject & {
|
|
1822
|
+
PlayerID: FUniqueNetId; // 0x0060 (0x0048) [FUniqueNetId]
|
|
1823
|
+
};
|
|
1824
|
+
|
|
1825
|
+
// __ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1 Functions
|
|
1826
|
+
// __ServerPlayerIdCache_X__GetProductUserIdFromPlayerId_0x1(P: FPlayerIdLink): boolean
|
|
1827
|
+
|
|
1828
|
+
/**
|
|
1829
|
+
* Class ProjectX.__ServerPlayerIdCache_X__RegisterPlayer_0x1
|
|
1830
|
+
* Size: 0x00A8
|
|
1831
|
+
* Extends: UObject
|
|
1832
|
+
*/
|
|
1833
|
+
export type U__ServerPlayerIdCache_X__RegisterPlayer_0x1 = UObject & {
|
|
1834
|
+
PlayerID: FUniqueNetId; // 0x0060 (0x0048) [FUniqueNetId]
|
|
1835
|
+
};
|
|
1836
|
+
|
|
1837
|
+
// __ServerPlayerIdCache_X__RegisterPlayer_0x1 Functions
|
|
1838
|
+
// __ServerPlayerIdCache_X__RegisterPlayer_0x1(P: FPlayerIdLink): boolean
|
|
1839
|
+
|
|
1782
1840
|
/**
|
|
1783
1841
|
* Class ProjectX.__ServerPlayerTracker_X__AddPlayer_0x1
|
|
1784
1842
|
* Size: 0x00A8
|
|
@@ -2529,6 +2587,31 @@ export type UAnimNotify_PlayParticleEffect_X = UAnimNotify_PlayParticleEffect &
|
|
|
2529
2587
|
// NotifyEnd(Owner: UActor, AnimSeqInstigator: UAnimNodeSequence): void
|
|
2530
2588
|
// Notify(Owner: UActor, AnimSeqInstigator: UAnimNodeSequence): void
|
|
2531
2589
|
|
|
2590
|
+
/**
|
|
2591
|
+
* Class ProjectX.AntiCheatErrors_X
|
|
2592
|
+
* Size: 0x00B8
|
|
2593
|
+
* Extends: UErrorList
|
|
2594
|
+
*/
|
|
2595
|
+
export type UAntiCheatErrors_X = UErrorList & {
|
|
2596
|
+
AntiCheatRequiredForFeature: UErrorType; // 0x0080 (0x0008) [UErrorType*]
|
|
2597
|
+
PartyAntiCheatRequiredForFeature: UErrorType; // 0x0088 (0x0008) [UErrorType*]
|
|
2598
|
+
AntiCheatAuthInProgress: UErrorType; // 0x0090 (0x0008) [UErrorType*]
|
|
2599
|
+
AntiCheatAuthTimeout: UErrorType; // 0x0098 (0x0008) [UErrorType*]
|
|
2600
|
+
AntiCheatViolation: UErrorType; // 0x00a0 (0x0008) [UErrorType*]
|
|
2601
|
+
IntegrityViolation: UErrorType; // 0x00a8 (0x0008) [UErrorType*]
|
|
2602
|
+
AntiCheatRequired: UErrorType; // 0x00b0 (0x0008) [UErrorType*]
|
|
2603
|
+
};
|
|
2604
|
+
|
|
2605
|
+
/**
|
|
2606
|
+
* Class ProjectX.AntiCheatManager_X
|
|
2607
|
+
* Size: 0x0060
|
|
2608
|
+
* Extends: UObject
|
|
2609
|
+
*/
|
|
2610
|
+
export type UAntiCheatManager_X = UObject & {};
|
|
2611
|
+
|
|
2612
|
+
// AntiCheatManager_X Functions
|
|
2613
|
+
// GetAntiCheatError(PlaylistId: number): UError
|
|
2614
|
+
|
|
2532
2615
|
/**
|
|
2533
2616
|
* Class ProjectX.OnlineConfig_X
|
|
2534
2617
|
* Size: 0x0078
|
|
@@ -2770,13 +2853,14 @@ export type UBlockStatusReporterConfig_X = UOnlineConfig_X & {
|
|
|
2770
2853
|
|
|
2771
2854
|
/**
|
|
2772
2855
|
* Class ProjectX.BlogConfig_X
|
|
2773
|
-
* Size:
|
|
2856
|
+
* Size: 0x00A0
|
|
2774
2857
|
* Extends: UOnlineConfig_X
|
|
2775
2858
|
*/
|
|
2776
2859
|
export type UBlogConfig_X = UOnlineConfig_X & {
|
|
2777
2860
|
Entries: UBlogTile_X[]; // 0x0078 (0x0010) [TArray<UBlogTile_X*>]
|
|
2778
2861
|
MotD: string; // 0x0088 (0x0010) [FString]
|
|
2779
2862
|
RetryTime: number; // 0x0098 (0x0004) [float]
|
|
2863
|
+
RequestDelay: number; // 0x009c (0x0004) [float]
|
|
2780
2864
|
};
|
|
2781
2865
|
|
|
2782
2866
|
// BlogConfig_X Functions
|
|
@@ -2786,7 +2870,7 @@ export type UBlogConfig_X = UOnlineConfig_X & {
|
|
|
2786
2870
|
|
|
2787
2871
|
/**
|
|
2788
2872
|
* Class ProjectX.BlogTile_X
|
|
2789
|
-
* Size:
|
|
2873
|
+
* Size: 0x0178
|
|
2790
2874
|
* Extends: UObject
|
|
2791
2875
|
*/
|
|
2792
2876
|
export type UBlogTile_X = UObject & {
|
|
@@ -2815,6 +2899,7 @@ export type UBlogTile_X = UObject & {
|
|
|
2815
2899
|
InfoURL: string; // 0x0138 (0x0010) [FString]
|
|
2816
2900
|
InfoButtonText: string; // 0x0148 (0x0010) [FString]
|
|
2817
2901
|
TrackingId: string; // 0x0158 (0x0010) [FString]
|
|
2902
|
+
EventFolderID: string; // 0x0168 (0x0010) [FString]
|
|
2818
2903
|
};
|
|
2819
2904
|
|
|
2820
2905
|
// BlogTile_X Functions
|
|
@@ -3066,7 +3151,7 @@ export type UCameraState_X = UStateObject_X & {
|
|
|
3066
3151
|
// UpdatePOV(DeltaTime: number, OutPOV: FCameraOrientation): void
|
|
3067
3152
|
// Tick(DeltaTime: number): void
|
|
3068
3153
|
// EndCameraState(): void
|
|
3069
|
-
// BeginCameraState(): void
|
|
3154
|
+
// BeginCameraState(PreviousState: UCameraState_X): void
|
|
3070
3155
|
// GetEndBlendParams(NewState: UCameraState_X): FViewTargetTransitionParams
|
|
3071
3156
|
// GetStartBlendParams(PreviousState: UCameraState_X): FViewTargetTransitionParams
|
|
3072
3157
|
// ShouldKeepExecuting(): boolean
|
|
@@ -3089,7 +3174,7 @@ export type UCameraState_CamActor_X = UCameraState_X & {
|
|
|
3089
3174
|
// CameraState_CamActor_X Functions
|
|
3090
3175
|
// UpdatePOV(DeltaTime: number, OutPOV: FCameraOrientation): void
|
|
3091
3176
|
// EndCameraState(): void
|
|
3092
|
-
// BeginCameraState(): void
|
|
3177
|
+
// BeginCameraState(PreviousState: UCameraState_X): void
|
|
3093
3178
|
// GetBlendParams(PrevState: UCameraState_X): FViewTargetTransitionParams
|
|
3094
3179
|
// ShouldExecute(): boolean
|
|
3095
3180
|
|
|
@@ -3461,8 +3546,10 @@ export type UClubServerResult_X = UObject & {
|
|
|
3461
3546
|
export type UClubUtil_X = UObject & {};
|
|
3462
3547
|
|
|
3463
3548
|
// ClubUtil_X Functions
|
|
3549
|
+
// static IsOneTeamGrayScale(Pos0Column: number, Pos1Column: number): boolean
|
|
3464
3550
|
// static Wrap(Column: number, Count: number): number
|
|
3465
3551
|
// static SwapPrimaryAccentColors(Colors: FClubColorSet, TeamPalette: UColorPalette_X, AccentPalette: UColorPalette_X): FClubColorSet
|
|
3552
|
+
// static AreColorsDifferent2D(Palette: UColorPalette_X, Color0: number, Color1: number): boolean
|
|
3466
3553
|
// static AreColorsDifferent(Palette: UColorPalette_X, Color0: number, Color1: number): boolean
|
|
3467
3554
|
// static EnsureDifferentColors(TeamPalette: UColorPalette_X, AccentPalette: UColorPalette_X, DefaultColorID0: number, DefaultColorID1: number, Set0: FClubColorSet, Set1: FClubColorSet): EClubColorChange
|
|
3468
3555
|
// static IsClubTeam(TeamClubs: bigint[], TeamSize: number): boolean
|
|
@@ -4281,7 +4368,6 @@ export type UEpicFriendsPlugin_X = UObject & {
|
|
|
4281
4368
|
};
|
|
4282
4369
|
|
|
4283
4370
|
// EpicFriendsPlugin_X Functions
|
|
4284
|
-
// __EpicFriendsPlugin_X__Unblock_0x1(R: UEOS_ManageBlockListResponse, E: UError, ResponseCode: number): void
|
|
4285
4371
|
// __EpicFriendsPlugin_X__GetBlockList_0x1(R: UEOS_GetAccountsResponse, E: UError, ResponseCode: number): void
|
|
4286
4372
|
// __EpicFriendsPlugin_X__GetIncomingFriendRequests_0x1(R: UEOS_GetAccountsResponse, E: UError, ResponseCode: number): void
|
|
4287
4373
|
// __EpicFriendsPlugin_X__GetOutgoingFriendRequests_0x1(R: UEOS_GetAccountsResponse, E: UError, ResponseCode: number): void
|
|
@@ -5022,6 +5108,7 @@ export type UGameSettingPlaylist_X = UGameSetting_X & {
|
|
|
5022
5108
|
bAllowStayAsParty: boolean; // 0x009c (0x0004) [bool : 0x1000000]
|
|
5023
5109
|
bEnforceEAC: boolean; // 0x009c (0x0004) [bool : 0x2000000]
|
|
5024
5110
|
bAllowEACTerminations: boolean; // 0x009c (0x0004) [bool : 0x4000000]
|
|
5111
|
+
bAllowEACWhitelist: boolean; // 0x009c (0x0004) [bool : 0x8000000]
|
|
5025
5112
|
PlaylistImageURL: string; // 0x00a0 (0x0010) [FString]
|
|
5026
5113
|
PlaylistImageTexture: string; // 0x00b0 (0x0010) [FString]
|
|
5027
5114
|
PlaylistIconActiveURL: string; // 0x00c0 (0x0010) [FString]
|
|
@@ -5227,6 +5314,7 @@ export type UGFxDataStore_X = UComponent & {
|
|
|
5227
5314
|
// SetASValue(Table: FName, Row: number, Column: FName, Value: FASValue): void
|
|
5228
5315
|
// SetTextureValue(Table: FName, Row: number, Column: FName, Value: UTexture): void
|
|
5229
5316
|
// SetStringValue(Table: FName, Row: number, Column: FName, Value: string): void
|
|
5317
|
+
// SetSQWordValue(Table: FName, Row: number, Column: FName): void
|
|
5230
5318
|
// SetQWordValue(Table: FName, Row: number, Column: FName, Value: bigint): void
|
|
5231
5319
|
// SetFloatValue(Table: FName, Row: number, Column: FName, Value: number): void
|
|
5232
5320
|
// SetIntValue(Table: FName, Row: number, Column: FName, Value: number): void
|
|
@@ -5798,6 +5886,7 @@ export type ULocalCache_X = UObject & {
|
|
|
5798
5886
|
ExportTasks: FPointer[]; // 0x0088 (0x0010) [TArray<FPointer>]
|
|
5799
5887
|
ExportCallbacks: FCacheExportCallbackData[]; // 0x0098 (0x0010) [TArray<FCacheExportCallbackData>]
|
|
5800
5888
|
bDebug: boolean; // 0x00a8 (0x0004) [bool : 0x1]
|
|
5889
|
+
GLocalCacheCommitPending: boolean; // 0x00a8 (0x0004) [bool : 0x2]
|
|
5801
5890
|
__EventImportFinished__Delegate: FScriptDelegate; // 0x00b0 (0x0018) [FScriptDelegate]
|
|
5802
5891
|
__EventExportFinished__Delegate: FScriptDelegate; // 0x00c8 (0x0018) [FScriptDelegate]
|
|
5803
5892
|
};
|
|
@@ -6643,6 +6732,7 @@ export type UOnlineGame_X = UOnlineGame_Base_X & {
|
|
|
6643
6732
|
// CheckNotTooYoung(Error: UError): boolean
|
|
6644
6733
|
// GetPsyNetLoginError(OnlinePlayer: UOnlinePlayer_X): UError
|
|
6645
6734
|
// HandleLoginCompleted(Auth: UOnlinePlayerAuthentication_X, Task: UAsyncTask): void
|
|
6735
|
+
// HandleOnlinePlayerLoginCompleted(ActiveLoginAttemptPlayers: UOnlinePlayer_X[], Task: UAsyncTask): void
|
|
6646
6736
|
// CheckPsyNetConnection(): UAsyncTask
|
|
6647
6737
|
// RequiresSystemNetworkErrorHandling(): boolean
|
|
6648
6738
|
// ValidateUserOnlineAccount(): boolean
|
|
@@ -6716,7 +6806,7 @@ export type UOnlineGameServer_X = UOnlineGame_Base_X & {
|
|
|
6716
6806
|
|
|
6717
6807
|
/**
|
|
6718
6808
|
* Class ProjectX.OnlineGameDedicatedServer_X
|
|
6719
|
-
* Size:
|
|
6809
|
+
* Size: 0x0420
|
|
6720
6810
|
* Extends: UOnlineGameServer_X
|
|
6721
6811
|
*/
|
|
6722
6812
|
export type UOnlineGameDedicatedServer_X = UOnlineGameServer_X & {
|
|
@@ -6752,16 +6842,17 @@ export type UOnlineGameDedicatedServer_X = UOnlineGameServer_X & {
|
|
|
6752
6842
|
MatchRecorderClass: UMatchRecorder_X; // 0x0340 (0x0008) [UMatchRecorder_X*]
|
|
6753
6843
|
MatchRecorder: UMatchRecorder_X; // 0x0348 (0x0008) [UMatchRecorder_X*]
|
|
6754
6844
|
MatchLog: UMatchLog_X; // 0x0350 (0x0008) [UMatchLog_X*]
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6759
|
-
|
|
6760
|
-
|
|
6761
|
-
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6845
|
+
PlayerIdCache: UServerPlayerIdCache_X; // 0x0358 (0x0008) [UServerPlayerIdCache_X*]
|
|
6846
|
+
PlayerPermissions: UOnlinePlayerPermissions_X; // 0x0360 (0x0008) [UOnlinePlayerPermissions_X*]
|
|
6847
|
+
Config: UServerConfig_X; // 0x0368 (0x0008) [UServerConfig_X*]
|
|
6848
|
+
PsyNetConfig: UPsyNetConfig_X; // 0x0370 (0x0008) [UPsyNetConfig_X*]
|
|
6849
|
+
__EventFoundNewDedicatedServerForPlayers__Delegate: FScriptDelegate; // 0x0378 (0x0018) [FScriptDelegate]
|
|
6850
|
+
__EventAverageMMRChanged__Delegate: FScriptDelegate; // 0x0390 (0x0018) [FScriptDelegate]
|
|
6851
|
+
__EventPlaylistSet__Delegate: FScriptDelegate; // 0x03a8 (0x0018) [FScriptDelegate]
|
|
6852
|
+
__EventPrivateMatchSettingsChanged__Delegate: FScriptDelegate; // 0x03c0 (0x0018) [FScriptDelegate]
|
|
6853
|
+
__EventInactive__Delegate: FScriptDelegate; // 0x03d8 (0x0018) [FScriptDelegate]
|
|
6854
|
+
__EventActive__Delegate: FScriptDelegate; // 0x03f0 (0x0018) [FScriptDelegate]
|
|
6855
|
+
__EventMatchGUIDChanged__Delegate: FScriptDelegate; // 0x0408 (0x0018) [FScriptDelegate]
|
|
6765
6856
|
};
|
|
6766
6857
|
|
|
6767
6858
|
// OnlineGameDedicatedServer_X Functions
|
|
@@ -6801,6 +6892,7 @@ export type UOnlineGameDedicatedServer_X = UOnlineGameServer_X & {
|
|
|
6801
6892
|
// CheckNewServerIP(): void
|
|
6802
6893
|
// CheckNewServerTimeout(): void
|
|
6803
6894
|
// CheckStartShutdown(GameTimeRemaining: number): void
|
|
6895
|
+
// AllowMigrationMessageReconcile(Message: UMigrationStartedMessage_X): boolean
|
|
6804
6896
|
// AllowServerMigration(): boolean
|
|
6805
6897
|
// UpdateGameTime(TimeSeconds: number): void
|
|
6806
6898
|
// FindNewDedicatedServerForPlayers(InDelegate: FScriptDelegate): void
|
|
@@ -7086,7 +7178,7 @@ export type UOnlineGameLeaderboards_X = UOnline_X & {
|
|
|
7086
7178
|
|
|
7087
7179
|
/**
|
|
7088
7180
|
* Class ProjectX.OnlineGameMatchmakingBase_X
|
|
7089
|
-
* Size:
|
|
7181
|
+
* Size: 0x0148
|
|
7090
7182
|
* Extends: UOnline_X
|
|
7091
7183
|
*/
|
|
7092
7184
|
export type UOnlineGameMatchmakingBase_X = UOnline_X & {
|
|
@@ -7097,10 +7189,12 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
|
|
|
7097
7189
|
__EventFindGameStatus__Delegate: FScriptDelegate; // 0x00e8 (0x0018) [FScriptDelegate]
|
|
7098
7190
|
__EventFindGameError__Delegate: FScriptDelegate; // 0x0100 (0x0018) [FScriptDelegate]
|
|
7099
7191
|
__EventFindGameStateChanged__Delegate: FScriptDelegate; // 0x0118 (0x0018) [FScriptDelegate]
|
|
7192
|
+
__EventGetMatchmakingDelaySecs__Delegate: FScriptDelegate; // 0x0130 (0x0018) [FScriptDelegate]
|
|
7100
7193
|
};
|
|
7101
7194
|
|
|
7102
7195
|
// OnlineGameMatchmakingBase_X Functions
|
|
7103
7196
|
// HandleRegionsPinged(InRegions: UOnlineGameRegions_X): void
|
|
7197
|
+
// StartSearchingAfterDelay(): void
|
|
7104
7198
|
// HandleGameStarted(GRI: UGRI_X): void
|
|
7105
7199
|
// HandleStatusUpdate(NewStatus: string): void
|
|
7106
7200
|
// HandleJoinGameComplete(bSuccess: boolean, FailReason: string): void
|
|
@@ -7118,6 +7212,7 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
|
|
|
7118
7212
|
// AddFindGameCompleteDelegate(HandleFindGameComplete: FScriptDelegate): UOnlineGameMatchmakingBase_X
|
|
7119
7213
|
// AddFindGameErrorDelegate(HandleFindGameError: FScriptDelegate): UOnlineGameMatchmakingBase_X
|
|
7120
7214
|
// AddFindGameStatusChangedDelegate(HandleFindGameStatusChanged: FScriptDelegate): UOnlineGameMatchmakingBase_X
|
|
7215
|
+
// EventGetMatchmakingDelaySecs(): number
|
|
7121
7216
|
// EventFindGameStateChanged(NewState: FName): void
|
|
7122
7217
|
// EventFindGameError(NewStatus: string): void
|
|
7123
7218
|
// EventFindGameStatus(NewStatus: string): void
|
|
@@ -7125,31 +7220,31 @@ export type UOnlineGameMatchmakingBase_X = UOnline_X & {
|
|
|
7125
7220
|
|
|
7126
7221
|
/**
|
|
7127
7222
|
* Class ProjectX.OnlineGameMatchmaking_X
|
|
7128
|
-
* Size:
|
|
7223
|
+
* Size: 0x0280
|
|
7129
7224
|
* Extends: UOnlineGameMatchmakingBase_X
|
|
7130
7225
|
*/
|
|
7131
7226
|
export type UOnlineGameMatchmaking_X = UOnlineGameMatchmakingBase_X & {
|
|
7132
|
-
PreferredPlaylists: number[]; //
|
|
7133
|
-
PreferredRegions: FDSRegionInfo[]; //
|
|
7134
|
-
SearchingString: string; //
|
|
7135
|
-
StartSearchFailString: string; //
|
|
7136
|
-
FoundServerString: string; //
|
|
7137
|
-
PlaylistsHaveChangedString: string; //
|
|
7138
|
-
RegionsHaveChangedString: string; //
|
|
7139
|
-
MatchmakingAttemptString: string; //
|
|
7140
|
-
MatchmakingStartTime: number; //
|
|
7141
|
-
MatchmakingBanTime: number; //
|
|
7142
|
-
EstimatedQueueTime: number; //
|
|
7143
|
-
bIgnoreSkill: boolean; //
|
|
7144
|
-
MatchmakingDisabledDuration: number; //
|
|
7145
|
-
MatchmakingDisabledUntilTime: number; //
|
|
7146
|
-
LastReservationID: string; //
|
|
7147
|
-
__EventStartSearch__Delegate: FScriptDelegate; //
|
|
7148
|
-
__EventMatchmakingError__Delegate: FScriptDelegate; //
|
|
7149
|
-
__EventMatchmakingCanceledOnPartySizeChanged__Delegate: FScriptDelegate; //
|
|
7150
|
-
__EventMatchmakingRPCSuccess__Delegate: FScriptDelegate; //
|
|
7151
|
-
__EventMatchmakingRPCError__Delegate: FScriptDelegate; //
|
|
7152
|
-
__EventSendMatchmakingRPC__Delegate: FScriptDelegate; //
|
|
7227
|
+
PreferredPlaylists: number[]; // 0x0148 (0x0010) [TArray<int32>]
|
|
7228
|
+
PreferredRegions: FDSRegionInfo[]; // 0x0158 (0x0010) [TArray<FDSRegionInfo>]
|
|
7229
|
+
SearchingString: string; // 0x0168 (0x0010) [FString]
|
|
7230
|
+
StartSearchFailString: string; // 0x0178 (0x0010) [FString]
|
|
7231
|
+
FoundServerString: string; // 0x0188 (0x0010) [FString]
|
|
7232
|
+
PlaylistsHaveChangedString: string; // 0x0198 (0x0010) [FString]
|
|
7233
|
+
RegionsHaveChangedString: string; // 0x01a8 (0x0010) [FString]
|
|
7234
|
+
MatchmakingAttemptString: string; // 0x01b8 (0x0010) [FString]
|
|
7235
|
+
MatchmakingStartTime: number; // 0x01c8 (0x0004) [float]
|
|
7236
|
+
MatchmakingBanTime: number; // 0x01cc (0x0004) [int32]
|
|
7237
|
+
EstimatedQueueTime: number; // 0x01d0 (0x0004) [float]
|
|
7238
|
+
bIgnoreSkill: boolean; // 0x01d4 (0x0004) [bool : 0x1]
|
|
7239
|
+
MatchmakingDisabledDuration: number; // 0x01d8 (0x0004) [float]
|
|
7240
|
+
MatchmakingDisabledUntilTime: number; // 0x01dc (0x0004) [float]
|
|
7241
|
+
LastReservationID: string; // 0x01e0 (0x0010) [FString]
|
|
7242
|
+
__EventStartSearch__Delegate: FScriptDelegate; // 0x01f0 (0x0018) [FScriptDelegate]
|
|
7243
|
+
__EventMatchmakingError__Delegate: FScriptDelegate; // 0x0208 (0x0018) [FScriptDelegate]
|
|
7244
|
+
__EventMatchmakingCanceledOnPartySizeChanged__Delegate: FScriptDelegate; // 0x0220 (0x0018) [FScriptDelegate]
|
|
7245
|
+
__EventMatchmakingRPCSuccess__Delegate: FScriptDelegate; // 0x0238 (0x0018) [FScriptDelegate]
|
|
7246
|
+
__EventMatchmakingRPCError__Delegate: FScriptDelegate; // 0x0250 (0x0018) [FScriptDelegate]
|
|
7247
|
+
__EventSendMatchmakingRPC__Delegate: FScriptDelegate; // 0x0268 (0x0018) [FScriptDelegate]
|
|
7153
7248
|
};
|
|
7154
7249
|
|
|
7155
7250
|
// OnlineGameMatchmaking_X Functions
|
|
@@ -7291,6 +7386,7 @@ export type UOnlineGameParty_X = UOnline_X & {
|
|
|
7291
7386
|
// HandlePartyConfigChanged(): void
|
|
7292
7387
|
// HandleMessageForMetrics(Component: UOnlineMessageComponent_X, Message: UObject): void
|
|
7293
7388
|
// ResolveGuids(A: FGuid, B: FGuid): FGuid
|
|
7389
|
+
// IsPartyAntiCheatEnabled(): boolean
|
|
7294
7390
|
// GetMemberName(InMemberId: FUniqueNetId): string
|
|
7295
7391
|
// GetPlayersWithPrimaryMemberID(InPrimaryID: FUniqueNetId): FUniqueNetId[]
|
|
7296
7392
|
// GetLocalMemberIDs(): FUniqueNetId[]
|
|
@@ -7552,24 +7648,24 @@ export type UOnlineGamePopulation_X = UOnline_X & {
|
|
|
7552
7648
|
|
|
7553
7649
|
/**
|
|
7554
7650
|
* Class ProjectX.OnlineGamePrivateMatch_X
|
|
7555
|
-
* Size:
|
|
7651
|
+
* Size: 0x02A0
|
|
7556
7652
|
* Extends: UOnlineGameMatchmakingBase_X
|
|
7557
7653
|
*/
|
|
7558
7654
|
export type UOnlineGamePrivateMatch_X = UOnlineGameMatchmakingBase_X & {
|
|
7559
|
-
bCancelled: boolean; //
|
|
7560
|
-
PreferredRegion: string; //
|
|
7561
|
-
PreferredPlaylistID: number; //
|
|
7562
|
-
SearchingString: string; //
|
|
7563
|
-
StartSearchFailString: string; //
|
|
7564
|
-
FoundServerString: string; //
|
|
7565
|
-
AlreadyJoiningGameString: string; //
|
|
7566
|
-
TimeoutString: string; //
|
|
7567
|
-
WrongRegionString: string; //
|
|
7568
|
-
Settings: FCustomMatchSettings; //
|
|
7569
|
-
SearchTimeout: number; //
|
|
7570
|
-
__EventPrivateMatchError__Delegate: FScriptDelegate; //
|
|
7571
|
-
__EventCancelPrivateMatch__Delegate: FScriptDelegate; //
|
|
7572
|
-
__EventSendMatchmakingRPC__Delegate: FScriptDelegate; //
|
|
7655
|
+
bCancelled: boolean; // 0x0148 (0x0004) [bool : 0x1]
|
|
7656
|
+
PreferredRegion: string; // 0x0150 (0x0010) [FString]
|
|
7657
|
+
PreferredPlaylistID: number; // 0x0160 (0x0004) [int32]
|
|
7658
|
+
SearchingString: string; // 0x0168 (0x0010) [FString]
|
|
7659
|
+
StartSearchFailString: string; // 0x0178 (0x0010) [FString]
|
|
7660
|
+
FoundServerString: string; // 0x0188 (0x0010) [FString]
|
|
7661
|
+
AlreadyJoiningGameString: string; // 0x0198 (0x0010) [FString]
|
|
7662
|
+
TimeoutString: string; // 0x01a8 (0x0010) [FString]
|
|
7663
|
+
WrongRegionString: string; // 0x01b8 (0x0010) [FString]
|
|
7664
|
+
Settings: FCustomMatchSettings; // 0x01c8 (0x0088) [FCustomMatchSettings]
|
|
7665
|
+
SearchTimeout: number; // 0x0250 (0x0004) [float]
|
|
7666
|
+
__EventPrivateMatchError__Delegate: FScriptDelegate; // 0x0258 (0x0018) [FScriptDelegate]
|
|
7667
|
+
__EventCancelPrivateMatch__Delegate: FScriptDelegate; // 0x0270 (0x0018) [FScriptDelegate]
|
|
7668
|
+
__EventSendMatchmakingRPC__Delegate: FScriptDelegate; // 0x0288 (0x0018) [FScriptDelegate]
|
|
7573
7669
|
};
|
|
7574
7670
|
|
|
7575
7671
|
// OnlineGamePrivateMatch_X Functions
|
|
@@ -7614,6 +7710,8 @@ export type UOnlineGamePrivileges_X = UOnline_X & {
|
|
|
7614
7710
|
// TryToPlayOnlineAndUseUGC(ControllerId: number, Callback: FScriptDelegate): void
|
|
7615
7711
|
// AddUGCChecks(Check: UPrivilegeCheck_X): UPrivilegeCheck_X
|
|
7616
7712
|
// TryToUseUGC(ControllerId: number, Callback: FScriptDelegate): void
|
|
7713
|
+
// AddAntiCheatCheck(Check: UPrivilegeCheck_X): UPrivilegeCheck_X
|
|
7714
|
+
// TryToPlayOnlineWithAntiCheat(ControllerId: number, PlaylistId: number, Callback: FScriptDelegate): void
|
|
7617
7715
|
// AddPlayOnlineChecks(Check: UPrivilegeCheck_X): UPrivilegeCheck_X
|
|
7618
7716
|
// TryToPlayOnline(ControllerId: number, Callback: FScriptDelegate): void
|
|
7619
7717
|
// TryToUsePsyNet(ControllerId: number, Callback: FScriptDelegate): void
|
|
@@ -7691,7 +7789,7 @@ export type UOnlineGameReservations_AssignTeamsByParty_X = UObject & {};
|
|
|
7691
7789
|
|
|
7692
7790
|
/**
|
|
7693
7791
|
* Class ProjectX.OnlineGameReservations_X
|
|
7694
|
-
* Size:
|
|
7792
|
+
* Size: 0x01F0
|
|
7695
7793
|
* Extends: UOnline_X
|
|
7696
7794
|
*/
|
|
7697
7795
|
export type UOnlineGameReservations_X = UOnline_X & {
|
|
@@ -7708,7 +7806,8 @@ export type UOnlineGameReservations_X = UOnline_X & {
|
|
|
7708
7806
|
bLockTeams: boolean; // 0x00c0 (0x0004) [bool : 0x40]
|
|
7709
7807
|
bIsBotMatch: boolean; // 0x00c0 (0x0004) [bool : 0x80]
|
|
7710
7808
|
bMigrationInProgress: boolean; // 0x00c0 (0x0004) [bool : 0x100]
|
|
7711
|
-
|
|
7809
|
+
bAwaitingMigrationStart: boolean; // 0x00c0 (0x0004) [bool : 0x200]
|
|
7810
|
+
bFirstClubDetailsRequestDone: boolean; // 0x00c0 (0x0004) [bool : 0x400]
|
|
7712
7811
|
Beacon: UReservationBeacon_X; // 0x00c8 (0x0008) [UReservationBeacon_X*]
|
|
7713
7812
|
PingBeacon: UUdpPingBeaconServer_X; // 0x00d0 (0x0008) [UUdpPingBeaconServer_X*]
|
|
7714
7813
|
Players: FReservationData[]; // 0x00d8 (0x0010) [TArray<FReservationData>]
|
|
@@ -7716,19 +7815,20 @@ export type UOnlineGameReservations_X = UOnline_X & {
|
|
|
7716
7815
|
PsynetReservationsTeam1Players: FUniqueNetId[]; // 0x00f8 (0x0010) [TArray<FUniqueNetId>]
|
|
7717
7816
|
TeamPairHistories: FTeamPairHistory[]; // 0x0108 (0x0010) [TArray<FTeamPairHistory>]
|
|
7718
7817
|
BotNames: string[]; // 0x0118 (0x0010) [TArray<FString>]
|
|
7719
|
-
|
|
7720
|
-
|
|
7721
|
-
|
|
7722
|
-
|
|
7723
|
-
|
|
7724
|
-
|
|
7725
|
-
|
|
7726
|
-
|
|
7727
|
-
|
|
7728
|
-
|
|
7729
|
-
|
|
7730
|
-
|
|
7731
|
-
|
|
7818
|
+
AwaitingMigrationTimeoutSeconds: number; // 0x0128 (0x0004) [float]
|
|
7819
|
+
Crossplay: UCrossplayConfig_X; // 0x0130 (0x0008) [UCrossplayConfig_X*]
|
|
7820
|
+
MapPrefsConfig: UMapPrefsConfig_X; // 0x0138 (0x0008) [UMapPrefsConfig_X*]
|
|
7821
|
+
BeaconConfig: UBeaconConfig_X; // 0x0140 (0x0008) [UBeaconConfig_X*]
|
|
7822
|
+
PendingReservations: FPendingReservation[]; // 0x0148 (0x0010) [TArray<FPendingReservation>]
|
|
7823
|
+
GetClubTask: UTAsyncResult__ClubDetails_X; // 0x0158 (0x0008) [UTAsyncResult__ClubDetails_X*]
|
|
7824
|
+
RankedMatchReservationID: string; // 0x0160 (0x0010) [FString]
|
|
7825
|
+
RankedMatchPushedPlayerIDs: FUniqueNetId[]; // 0x0170 (0x0010) [TArray<FUniqueNetId>]
|
|
7826
|
+
Clubs: UOnlineClubProvider_X; // 0x0180 (0x0008) [UOnlineClubProvider_X*]
|
|
7827
|
+
JoinName: string; // 0x0188 (0x0010) [FString]
|
|
7828
|
+
JoinPassword: string; // 0x0198 (0x0010) [FString]
|
|
7829
|
+
__EventReservationsUpdated__Delegate: FScriptDelegate; // 0x01a8 (0x0018) [FScriptDelegate]
|
|
7830
|
+
__EventMigrationJoinOccurred__Delegate: FScriptDelegate; // 0x01c0 (0x0018) [FScriptDelegate]
|
|
7831
|
+
__bMatchStarted__ChangeNotify: FScriptDelegate; // 0x01d8 (0x0018) [FScriptDelegate]
|
|
7732
7832
|
};
|
|
7733
7833
|
|
|
7734
7834
|
// OnlineGameReservations_X Functions
|
|
@@ -7736,6 +7836,7 @@ export type UOnlineGameReservations_X = UOnline_X & {
|
|
|
7736
7836
|
// __OnlineGameReservations_X__OnInit_0x2(Connection: UIReservationConnection_X, Message: UObject): void
|
|
7737
7837
|
// __OnlineGameReservations_X__OnInit_0x1(Connection: UIReservationConnection_X, Message: UObject): void
|
|
7738
7838
|
// __OnlineGameReservations_X__SetPlayersWithMigrationData_0x1(P: FMigrationReservationData): boolean
|
|
7839
|
+
// __OnlineGameReservations_X__HandlePsyNetBeaconReservation_0x3(P: FPsyNetBeaconPlayerReservation): void
|
|
7739
7840
|
// __OnlineGameReservations_X__HandlePsyNetBeaconReservation_0x2(P: FPsyNetBeaconPlayerReservation): void
|
|
7740
7841
|
// __OnlineGameReservations_X__HandlePsyNetBeaconReservation_0x1(P: FPsyNetBeaconPlayerReservation): FUniqueNetId
|
|
7741
7842
|
// __OnlineGameReservations_X__SyncClubDetails_0x3(P: FReservationData): number
|
|
@@ -7862,9 +7963,12 @@ export type UOnlineGameReservations_X = UOnline_X & {
|
|
|
7862
7963
|
// GetMatchInfoMessage(): UServerToServerMessage_X
|
|
7863
7964
|
// NotifyNewReplacementServer(): void
|
|
7864
7965
|
// HandleNewServerConnectionInfo(Message: UConnectionInfoMessage_X): void
|
|
7966
|
+
// OnMigrationStarted(): void
|
|
7865
7967
|
// HandleMigrationStartedMessage(Message: UMigrationStartedMessage_X): void
|
|
7866
7968
|
// SendMigratedServerConnectionInfo(ServerId: string): void
|
|
7867
7969
|
// SetJoinNameAndPassword(InJoinName: string, InJoinPassword: string): void
|
|
7970
|
+
// HandleMigrationTimeout(): void
|
|
7971
|
+
// NotifyMigrationInfoReceived(): void
|
|
7868
7972
|
// HandleServerMigrationMessage(Message: UMatchInfoMessage_X): void
|
|
7869
7973
|
// HandleReconnectReservation(Notification: UPsyNetService_Reconnect_X): void
|
|
7870
7974
|
// HandleFriendJoinReservation(Notification: UPsyNetService_FriendJoin_X): void
|
|
@@ -8318,6 +8422,7 @@ export type UOnlinePlayer_X = UOnline_X & {
|
|
|
8318
8422
|
// InitPlayer(): void
|
|
8319
8423
|
// IsPrimaryPlayer(): boolean
|
|
8320
8424
|
// HandlePsyNetDisconnect(Connection: UPsyNetConnection_X): void
|
|
8425
|
+
// HandlePsyNetConnected(Connection: UPsyNetConnection_X): void
|
|
8321
8426
|
// UpdatePsyNetEnabled(): void
|
|
8322
8427
|
// HandleBanned(Auth: UOnlinePlayerAuthentication_X): void
|
|
8323
8428
|
// HandleAuthLoginChange(Auth: UOnlinePlayerAuthentication_X): void
|
|
@@ -8756,6 +8861,8 @@ export type UOnlineSaveLock_X = UObject & {
|
|
|
8756
8861
|
*/
|
|
8757
8862
|
export type UOSSConfig_X = UOnlineConfig_X & {
|
|
8758
8863
|
bEnablePresence: boolean; // 0x0078 (0x0004) [bool : 0x1]
|
|
8864
|
+
bWin64OptimizedKeyPolling: boolean; // 0x0078 (0x0004) [bool : 0x2]
|
|
8865
|
+
bUseSteamControllerCache: boolean; // 0x0078 (0x0004) [bool : 0x4]
|
|
8759
8866
|
EosInitTimeoutSeconds: number; // 0x007c (0x0004) [float]
|
|
8760
8867
|
GdkUpdateDlcTimeoutSeconds: number; // 0x0080 (0x0004) [float]
|
|
8761
8868
|
GdkMaxConcurrentDlcLicenseRequests: number; // 0x0084 (0x0004) [int32]
|
|
@@ -9667,6 +9774,7 @@ export type UPlayerController_X = UPlayerController & {
|
|
|
9667
9774
|
OldPawnReference: UPawn; // 0x07f8 (0x0008) [UPawn*]
|
|
9668
9775
|
LockedDebugActor: UActor; // 0x0800 (0x0008) [UActor*]
|
|
9669
9776
|
bPausedForExternalUI: boolean; // 0x0808 (0x0004) [bool : 0x1]
|
|
9777
|
+
CloseConnectionDelay: number; // 0x080c (0x0004) [float]
|
|
9670
9778
|
NetConnection: UNetConnection; // 0x0810 (0x0008) [UNetConnection*]
|
|
9671
9779
|
__EventReceivedPRI__Delegate: FScriptDelegate; // 0x0818 (0x0018) [FScriptDelegate]
|
|
9672
9780
|
__EventPawnChange__Delegate: FScriptDelegate; // 0x0830 (0x0018) [FScriptDelegate]
|
|
@@ -9686,6 +9794,8 @@ export type UPlayerController_X = UPlayerController & {
|
|
|
9686
9794
|
// ServerSetParty(MemberId: FUniqueNetId, NewPartyID: FUniqueNetId): void
|
|
9687
9795
|
// DisconnectSplitScreenPlayer(P: UPlayer): void
|
|
9688
9796
|
// ServerDestroy(): void
|
|
9797
|
+
// ClientSetPendingProgressMessage(Reason: string, Title: string): void
|
|
9798
|
+
// CloseConnectionWithReason(Reason: string, Title: string): void
|
|
9689
9799
|
// KickPlayerForReason(Reason: string, Title: string): void
|
|
9690
9800
|
// ClientNetLag(PktLag: number, PktVariance: number, PktLoss: number, PktDup: number, PktSpike: number): void
|
|
9691
9801
|
// ServerNetLag(PktLag: number, PktVariance: number, PktLoss: number, PktDup: number, PktSpike: number): void
|
|
@@ -9772,6 +9882,7 @@ export type UPlayerInput_X = UPlayerInput & {
|
|
|
9772
9882
|
// RemoveFromDisabledActions(ActionName: FName): void
|
|
9773
9883
|
// AddToDisabledActions(ActionName: FName): void
|
|
9774
9884
|
// ReleaseKey(Key: FName, bTriggerEvents: boolean): void
|
|
9885
|
+
// static GetUIAxisKey(Binding: FPlayerBinding): string
|
|
9775
9886
|
// static GetUIKey(KeyName: FName): string
|
|
9776
9887
|
// static SetCachedUIKey(KeyName: FName, KeyValue: string): void
|
|
9777
9888
|
// static GetCachedUIKey(KeyName: FName, OutKey: string): boolean
|
|
@@ -9828,6 +9939,7 @@ export type UPlaylistSettings_X = UObject & {
|
|
|
9828
9939
|
bStartMatchWithFirewallProtections: boolean; // 0x0098 (0x0004) [bool : 0x2000000]
|
|
9829
9940
|
bEnforceEAC: boolean; // 0x0098 (0x0004) [bool : 0x4000000]
|
|
9830
9941
|
bAllowEACTerminations: boolean; // 0x0098 (0x0004) [bool : 0x8000000]
|
|
9942
|
+
bAllowEACWhitelist: boolean; // 0x0098 (0x0004) [bool : 0x10000000]
|
|
9831
9943
|
PlaylistImageURL: string; // 0x00a0 (0x0010) [FString]
|
|
9832
9944
|
PlaylistImageTexture: string; // 0x00b0 (0x0010) [FString]
|
|
9833
9945
|
PlaylistIconActiveURL: string; // 0x00c0 (0x0010) [FString]
|
|
@@ -9998,10 +10110,12 @@ export type UPrivilegeCheck_X = UObject & {
|
|
|
9998
10110
|
// HandlePrivilege(LocalUserNum: number, Privilege: EFeaturePrivilege, Level: EFeaturePrivilegeLevel, InFailReason: UError): void
|
|
9999
10111
|
// CheckPrivilege(): void
|
|
10000
10112
|
// CheckPsyNetComplete(ConnectionError: UError): void
|
|
10113
|
+
// CheckAntiCheat(): void
|
|
10001
10114
|
// CheckPsyNet(): void
|
|
10002
10115
|
// ValidateUserOnlineAccount(): void
|
|
10003
10116
|
// CheckInternet(): void
|
|
10004
10117
|
// RequirePrivilege(Privilege: EFeaturePrivilege): UPrivilegeCheck_X
|
|
10118
|
+
// RequireAntiCheat(): UPrivilegeCheck_X
|
|
10005
10119
|
// RequirePsyNet(): UPrivilegeCheck_X
|
|
10006
10120
|
// RequireUserOnlineAccount(): UPrivilegeCheck_X
|
|
10007
10121
|
// RequireInternet(): UPrivilegeCheck_X
|
|
@@ -13017,6 +13131,21 @@ export type UServerMetrics_X = UMetricsGroup_X & {};
|
|
|
13017
13131
|
// ShutDown(): void
|
|
13018
13132
|
// Created(ServerId: string, Host: string): void
|
|
13019
13133
|
|
|
13134
|
+
/**
|
|
13135
|
+
* Class ProjectX.ServerPlayerIdCache_X
|
|
13136
|
+
* Size: 0x0070
|
|
13137
|
+
* Extends: UObject
|
|
13138
|
+
*/
|
|
13139
|
+
export type UServerPlayerIdCache_X = UObject & {
|
|
13140
|
+
PlayerIdCache: FPlayerIdLink[]; // 0x0060 (0x0010) [TArray<FPlayerIdLink>]
|
|
13141
|
+
};
|
|
13142
|
+
|
|
13143
|
+
// ServerPlayerIdCache_X Functions
|
|
13144
|
+
// GetEpicIdFromPlayerId(PlayerID: FUniqueNetId): string
|
|
13145
|
+
// GetProductUserIdFromEpicId(EpicAccountId: string): string
|
|
13146
|
+
// GetProductUserIdFromPlayerId(PlayerID: FUniqueNetId): string
|
|
13147
|
+
// RegisterPlayer(PlayerID: FUniqueNetId, EpicAccountId: string, ProductUserId: string): void
|
|
13148
|
+
|
|
13020
13149
|
/**
|
|
13021
13150
|
* Class ProjectX.ServerPlayerTracker_X
|
|
13022
13151
|
* Size: 0x00C8
|
|
@@ -13053,6 +13182,20 @@ export type USetPlayerStorageResult_X = UObject & {
|
|
|
13053
13182
|
Items: FSetPlayerStorageResultItem[]; // 0x0060 (0x0010) [TArray<FSetPlayerStorageResultItem>]
|
|
13054
13183
|
};
|
|
13055
13184
|
|
|
13185
|
+
/**
|
|
13186
|
+
* Class ProjectX.SetVisibilityComponent_X
|
|
13187
|
+
* Size: 0x00B0
|
|
13188
|
+
* Extends: UActorComponent_X
|
|
13189
|
+
*/
|
|
13190
|
+
export type USetVisibilityComponent_X = UActorComponent_X & {
|
|
13191
|
+
TargetStaticMesh: UStaticMesh; // 0x00a8 (0x0008) [UStaticMesh*]
|
|
13192
|
+
};
|
|
13193
|
+
|
|
13194
|
+
// SetVisibilityComponent_X Functions
|
|
13195
|
+
// ApplyVisibility(bHidden: boolean): void
|
|
13196
|
+
// Detached(): void
|
|
13197
|
+
// Attached(): void
|
|
13198
|
+
|
|
13056
13199
|
/**
|
|
13057
13200
|
* Class ProjectX.ShakeComponent_X
|
|
13058
13201
|
* Size: 0x01B8
|
|
@@ -13244,7 +13387,9 @@ export type UStatusTrigger_X = UObject & {
|
|
|
13244
13387
|
export type UStringUtil_X = UObject & {};
|
|
13245
13388
|
|
|
13246
13389
|
// StringUtil_X Functions
|
|
13390
|
+
// static FindWordBoundary(Haystack: string, Needle: string, bReverseSearch: boolean, bIgnoreCase: boolean): number
|
|
13247
13391
|
// static SplitStringIntoMaxSizePieces(OriginalString: string, MaxStringSize: number): string[]
|
|
13392
|
+
// static MessageCanBeCorruptedOnConversion(Message: string): boolean
|
|
13248
13393
|
// static IsStringEmptyOrWhiteSpace(BaseString: string): boolean
|
|
13249
13394
|
// static SplitStringInHalf(OriginalString: string, FirstHalf: string, SecondHalf: string): void
|
|
13250
13395
|
|