@rlsdk/steam 1.0.2 → 1.0.3
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/classes/AkAudio.ts +1 -1
- package/classes/Core.ts +64 -67
- package/classes/Engine.ts +30 -73
- package/classes/IpDrv.ts +9 -9
- package/classes/OnlineSubsystemEOS.ts +56 -130
- package/classes/OnlineSubsystemSteamworks.ts +174 -174
- package/classes/ProjectX.ts +12 -2
- package/classes/TAGame.ts +998 -1005
- package/enums/Core.ts +36 -16
- package/enums/Engine.ts +0 -71
- package/enums/TAGame.ts +20 -1
- package/offsets/AkAudio.ts +1 -1
- package/offsets/Core.ts +64 -67
- package/offsets/Engine.ts +29 -51
- package/offsets/IpDrv.ts +38 -39
- package/offsets/OnlineSubsystemEOS.ts +94 -136
- package/offsets/OnlineSubsystemSteamworks.ts +212 -213
- package/offsets/ProjectX.ts +9 -0
- package/offsets/TAGame.ts +973 -905
- package/offsets/globals.ts +2 -2
- package/package.json +1 -1
- package/parameters/Engine.ts +8 -210
- package/parameters/OnlineSubsystemEOS.ts +1 -202
- package/parameters/ProjectX.ts +18 -8
- package/parameters/TAGame.ts +854 -1016
- package/structs/Engine.ts +0 -12
- package/structs/TAGame.ts +87 -45
package/offsets/globals.ts
CHANGED
package/package.json
CHANGED
package/parameters/Engine.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
|
-
import type { UAsyncTask, UComponent, UDebugDrawer, UError,
|
|
7
|
+
import type { UAsyncTask, UComponent, UDebugDrawer, UError, UFeatureSystem, UInterface, UObject, UProperty } from '../classes/Core';
|
|
8
8
|
import type {
|
|
9
9
|
UAIController,
|
|
10
10
|
UActor,
|
|
@@ -307,12 +307,6 @@ import type {
|
|
|
307
307
|
EFeaturePrivilegeLevel,
|
|
308
308
|
EFireLinkID,
|
|
309
309
|
EForceMode,
|
|
310
|
-
EGameClipsAvailability,
|
|
311
|
-
EGameClipsClipStatus,
|
|
312
|
-
EGameClipsConnection,
|
|
313
|
-
EGameClipsConnectionStatus,
|
|
314
|
-
EGameClipsMaskStatus,
|
|
315
|
-
EGameClipsRecording,
|
|
316
310
|
EHighContrastRenderingID,
|
|
317
311
|
EHostMigrationProgress,
|
|
318
312
|
EInputPlatformType,
|
|
@@ -401,7 +395,6 @@ import type {
|
|
|
401
395
|
FFragmentGroup,
|
|
402
396
|
FFriendHistoryKey,
|
|
403
397
|
FFriendsQuery,
|
|
404
|
-
FGameClipsMaskArea,
|
|
405
398
|
FGameTypePrefix,
|
|
406
399
|
FGetSaveDataCallbackStruct,
|
|
407
400
|
FIdToStringMapping,
|
|
@@ -18382,200 +18375,6 @@ export type OnlineFriendsInterface_RequestLinkedAccounts_Params = {
|
|
|
18382
18375
|
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18383
18376
|
};
|
|
18384
18377
|
|
|
18385
|
-
/**
|
|
18386
|
-
* Function Engine.OnlineGameClipsInterface.CreateClip
|
|
18387
|
-
*/
|
|
18388
|
-
export type OnlineGameClipsInterface_CreateClip_Params = {
|
|
18389
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
18390
|
-
InClipType: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
18391
|
-
ReturnValue: number; // 0x0020 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18392
|
-
};
|
|
18393
|
-
|
|
18394
|
-
/**
|
|
18395
|
-
* Function Engine.OnlineGameClipsInterface.DisableMaskArea
|
|
18396
|
-
*/
|
|
18397
|
-
export type OnlineGameClipsInterface_DisableMaskArea_Params = {
|
|
18398
|
-
InMaskAreaHandle: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
|
|
18399
|
-
};
|
|
18400
|
-
|
|
18401
|
-
/**
|
|
18402
|
-
* Function Engine.OnlineGameClipsInterface.EnableMaskArea
|
|
18403
|
-
*/
|
|
18404
|
-
export type OnlineGameClipsInterface_EnableMaskArea_Params = {
|
|
18405
|
-
InMaskArea: FGameClipsMaskArea; // 0x0000 (0x0018) [FGameClipsMaskArea] [CPF_Parm | CPF_OutParm]
|
|
18406
|
-
ReturnValue: bigint; // 0x0018 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18407
|
-
};
|
|
18408
|
-
|
|
18409
|
-
/**
|
|
18410
|
-
* Function Engine.OnlineGameClipsInterface.EventAvailabilityChanged
|
|
18411
|
-
*/
|
|
18412
|
-
export type OnlineGameClipsInterface_EventAvailabilityChanged_Params = {
|
|
18413
|
-
InNewAvailability: EGameClipsAvailability; // 0x0000 (0x0001) [EGameClipsAvailability] [CPF_Parm]
|
|
18414
|
-
};
|
|
18415
|
-
|
|
18416
|
-
/**
|
|
18417
|
-
* Function Engine.OnlineGameClipsInterface.EventClipErrorOccurred
|
|
18418
|
-
*/
|
|
18419
|
-
export type OnlineGameClipsInterface_EventClipErrorOccurred_Params = {
|
|
18420
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
18421
|
-
ClipId: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
18422
|
-
InErrorType: UErrorType; // 0x0018 (0x0008) [UErrorType*] [CPF_Parm]
|
|
18423
|
-
};
|
|
18424
|
-
|
|
18425
|
-
/**
|
|
18426
|
-
* Function Engine.OnlineGameClipsInterface.EventClipStatusChanged
|
|
18427
|
-
*/
|
|
18428
|
-
export type OnlineGameClipsInterface_EventClipStatusChanged_Params = {
|
|
18429
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
18430
|
-
InClipId: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
18431
|
-
InNewClipStatus: EGameClipsClipStatus; // 0x0014 (0x0001) [EGameClipsClipStatus] [CPF_Parm]
|
|
18432
|
-
};
|
|
18433
|
-
|
|
18434
|
-
/**
|
|
18435
|
-
* Function Engine.OnlineGameClipsInterface.EventConnectionStatusChanged
|
|
18436
|
-
*/
|
|
18437
|
-
export type OnlineGameClipsInterface_EventConnectionStatusChanged_Params = {
|
|
18438
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
18439
|
-
InConnection: EGameClipsConnection; // 0x0010 (0x0001) [EGameClipsConnection] [CPF_Parm]
|
|
18440
|
-
InNewConnectionStatus: EGameClipsConnectionStatus; // 0x0011 (0x0001) [EGameClipsConnectionStatus] [CPF_Parm]
|
|
18441
|
-
};
|
|
18442
|
-
|
|
18443
|
-
/**
|
|
18444
|
-
* Function Engine.OnlineGameClipsInterface.EventGeneralErrorOccurred
|
|
18445
|
-
*/
|
|
18446
|
-
export type OnlineGameClipsInterface_EventGeneralErrorOccurred_Params = {
|
|
18447
|
-
InErrorType: UErrorType; // 0x0000 (0x0008) [UErrorType*] [CPF_Parm]
|
|
18448
|
-
};
|
|
18449
|
-
|
|
18450
|
-
/**
|
|
18451
|
-
* Function Engine.OnlineGameClipsInterface.EventMaskStatusChanged
|
|
18452
|
-
*/
|
|
18453
|
-
export type OnlineGameClipsInterface_EventMaskStatusChanged_Params = {
|
|
18454
|
-
InMaskAreaHandle: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
|
|
18455
|
-
InMaskArea: FGameClipsMaskArea; // 0x0008 (0x0018) [FGameClipsMaskArea] [CPF_Parm]
|
|
18456
|
-
InNewMaskStatus: EGameClipsMaskStatus; // 0x0020 (0x0001) [EGameClipsMaskStatus] [CPF_Parm]
|
|
18457
|
-
};
|
|
18458
|
-
|
|
18459
|
-
/**
|
|
18460
|
-
* Function Engine.OnlineGameClipsInterface.EventRecordingChanged
|
|
18461
|
-
*/
|
|
18462
|
-
export type OnlineGameClipsInterface_EventRecordingChanged_Params = {
|
|
18463
|
-
InNewRecording: EGameClipsRecording; // 0x0000 (0x0001) [EGameClipsRecording] [CPF_Parm]
|
|
18464
|
-
};
|
|
18465
|
-
|
|
18466
|
-
/**
|
|
18467
|
-
* Function Engine.OnlineGameClipsInterface.GetTimeUntilUnthrottled
|
|
18468
|
-
*/
|
|
18469
|
-
export type OnlineGameClipsInterface_GetTimeUntilUnthrottled_Params = {
|
|
18470
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
18471
|
-
ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18472
|
-
};
|
|
18473
|
-
|
|
18474
|
-
/**
|
|
18475
|
-
* Function Engine.OnlineGameClipsInterface.IsAccountLinked
|
|
18476
|
-
*/
|
|
18477
|
-
export type OnlineGameClipsInterface_IsAccountLinked_Params = {
|
|
18478
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
18479
|
-
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18480
|
-
};
|
|
18481
|
-
|
|
18482
|
-
/**
|
|
18483
|
-
* Function Engine.OnlineGameClipsInterface.IsAvailable
|
|
18484
|
-
*/
|
|
18485
|
-
export type OnlineGameClipsInterface_IsAvailable_Params = {
|
|
18486
|
-
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18487
|
-
};
|
|
18488
|
-
|
|
18489
|
-
/**
|
|
18490
|
-
* Function Engine.OnlineGameClipsInterface.IsClipUploadingLimitReached
|
|
18491
|
-
*/
|
|
18492
|
-
export type OnlineGameClipsInterface_IsClipUploadingLimitReached_Params = {
|
|
18493
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
18494
|
-
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18495
|
-
};
|
|
18496
|
-
|
|
18497
|
-
/**
|
|
18498
|
-
* Function Engine.OnlineGameClipsInterface.IsRecording
|
|
18499
|
-
*/
|
|
18500
|
-
export type OnlineGameClipsInterface_IsRecording_Params = {
|
|
18501
|
-
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18502
|
-
};
|
|
18503
|
-
|
|
18504
|
-
/**
|
|
18505
|
-
* Function Engine.OnlineGameClipsInterface.IsUploading
|
|
18506
|
-
*/
|
|
18507
|
-
export type OnlineGameClipsInterface_IsUploading_Params = {
|
|
18508
|
-
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
18509
|
-
};
|
|
18510
|
-
|
|
18511
|
-
/**
|
|
18512
|
-
* Function Engine.OnlineGameClipsInterface.NotifyEventAvailabilityChanged
|
|
18513
|
-
*/
|
|
18514
|
-
export type OnlineGameClipsInterface_NotifyEventAvailabilityChanged_Params = {
|
|
18515
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
18516
|
-
};
|
|
18517
|
-
|
|
18518
|
-
/**
|
|
18519
|
-
* Function Engine.OnlineGameClipsInterface.NotifyEventClipErrorOccurred
|
|
18520
|
-
*/
|
|
18521
|
-
export type OnlineGameClipsInterface_NotifyEventClipErrorOccurred_Params = {
|
|
18522
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
18523
|
-
};
|
|
18524
|
-
|
|
18525
|
-
/**
|
|
18526
|
-
* Function Engine.OnlineGameClipsInterface.NotifyEventClipStatusChanged
|
|
18527
|
-
*/
|
|
18528
|
-
export type OnlineGameClipsInterface_NotifyEventClipStatusChanged_Params = {
|
|
18529
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
18530
|
-
};
|
|
18531
|
-
|
|
18532
|
-
/**
|
|
18533
|
-
* Function Engine.OnlineGameClipsInterface.NotifyEventConnectionStatusChanged
|
|
18534
|
-
*/
|
|
18535
|
-
export type OnlineGameClipsInterface_NotifyEventConnectionStatusChanged_Params = {
|
|
18536
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
18537
|
-
};
|
|
18538
|
-
|
|
18539
|
-
/**
|
|
18540
|
-
* Function Engine.OnlineGameClipsInterface.NotifyEventGeneralErrorOccurred
|
|
18541
|
-
*/
|
|
18542
|
-
export type OnlineGameClipsInterface_NotifyEventGeneralErrorOccurred_Params = {
|
|
18543
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
18544
|
-
};
|
|
18545
|
-
|
|
18546
|
-
/**
|
|
18547
|
-
* Function Engine.OnlineGameClipsInterface.NotifyEventMaskStatusChanged
|
|
18548
|
-
*/
|
|
18549
|
-
export type OnlineGameClipsInterface_NotifyEventMaskStatusChanged_Params = {
|
|
18550
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
18551
|
-
};
|
|
18552
|
-
|
|
18553
|
-
/**
|
|
18554
|
-
* Function Engine.OnlineGameClipsInterface.NotifyEventRecordingChanged
|
|
18555
|
-
*/
|
|
18556
|
-
export type OnlineGameClipsInterface_NotifyEventRecordingChanged_Params = {
|
|
18557
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
18558
|
-
};
|
|
18559
|
-
|
|
18560
|
-
/**
|
|
18561
|
-
* Function Engine.OnlineGameClipsInterface.SetUserMaxClipUploadsPerMinute
|
|
18562
|
-
*/
|
|
18563
|
-
export type OnlineGameClipsInterface_SetUserMaxClipUploadsPerMinute_Params = {
|
|
18564
|
-
InMaxClipUploadsPerMinute: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
18565
|
-
};
|
|
18566
|
-
|
|
18567
|
-
/**
|
|
18568
|
-
* Function Engine.OnlineGameClipsInterface.StartRecording
|
|
18569
|
-
*/
|
|
18570
|
-
export type OnlineGameClipsInterface_StartRecording_Params = {
|
|
18571
|
-
InClipDuration: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
|
|
18572
|
-
};
|
|
18573
|
-
|
|
18574
|
-
/**
|
|
18575
|
-
* Function Engine.OnlineGameClipsInterface.StopRecording
|
|
18576
|
-
*/
|
|
18577
|
-
export type OnlineGameClipsInterface_StopRecording_Params = {};
|
|
18578
|
-
|
|
18579
18378
|
/**
|
|
18580
18379
|
* Function Engine.OnlineGameDVRInterface.AddReadRecordedClipsCompleteDelegate
|
|
18581
18380
|
*/
|
|
@@ -22870,6 +22669,13 @@ export type OnlineSessionManager_CanCrossplayTextChat_Params = {
|
|
|
22870
22669
|
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
22871
22670
|
};
|
|
22872
22671
|
|
|
22672
|
+
/**
|
|
22673
|
+
* Function Engine.OnlineSessionManager.GetExtraMatchDataString
|
|
22674
|
+
*/
|
|
22675
|
+
export type OnlineSessionManager_GetExtraMatchDataString_Params = {
|
|
22676
|
+
ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
22677
|
+
};
|
|
22678
|
+
|
|
22873
22679
|
/**
|
|
22874
22680
|
* Function Engine.OnlineSessionManager.GetRemoteSessionPlayerIds
|
|
22875
22681
|
*/
|
|
@@ -23808,14 +23614,6 @@ export type OnlineSubsystem_SetFriendsInterface_Params = {
|
|
|
23808
23614
|
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
23809
23615
|
};
|
|
23810
23616
|
|
|
23811
|
-
/**
|
|
23812
|
-
* Function Engine.OnlineSubsystem.SetGameClipsInterface
|
|
23813
|
-
*/
|
|
23814
|
-
export type OnlineSubsystem_SetGameClipsInterface_Params = {
|
|
23815
|
-
InGameClipsInterface: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
|
|
23816
|
-
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
23817
|
-
};
|
|
23818
|
-
|
|
23819
23617
|
/**
|
|
23820
23618
|
* Function Engine.OnlineSubsystem.SetGameDVRInterface
|
|
23821
23619
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import type { FName, FScriptDelegate } from '../types/GameDefines';
|
|
7
|
-
import type { UError
|
|
7
|
+
import type { UError } from '../classes/Core';
|
|
8
8
|
import type { UDateTime, UOnlineGameSearch, UOnlineGameSettings, UOnlinePlayerStorage, UOnlineProfileSettings, UOnlineStatsRead, UOnlineStatsWrite, UOnlineSubsystem, USpeechRecognition } from '../classes/Engine';
|
|
9
9
|
import type { U__OnlinePlayerInterfaceEOS__LinkedAccount_0x1, U__OnlinePlayerInterfaceEOS__RequestNativePlatformAuthTicket_0x1 } from '../classes/OnlineSubsystemEOS';
|
|
10
10
|
import type { EClientActionCode, EClientActionReason, EClientAuthStatus, EClientIntegrityViolation, EInputAPI, EVoiceResultCode, OnlinePlatform } from '../enums/Core';
|
|
@@ -12,12 +12,6 @@ import type {
|
|
|
12
12
|
ECommunicationMethod,
|
|
13
13
|
EFeaturePrivilege,
|
|
14
14
|
EFeaturePrivilegeLevel,
|
|
15
|
-
EGameClipsAvailability,
|
|
16
|
-
EGameClipsClipStatus,
|
|
17
|
-
EGameClipsConnection,
|
|
18
|
-
EGameClipsConnectionStatus,
|
|
19
|
-
EGameClipsMaskStatus,
|
|
20
|
-
EGameClipsRecording,
|
|
21
15
|
ELoginStatus,
|
|
22
16
|
ENATType,
|
|
23
17
|
ENetworkNotificationPosition,
|
|
@@ -35,7 +29,6 @@ import type {
|
|
|
35
29
|
FEmsFile,
|
|
36
30
|
FFriendHistoryKey,
|
|
37
31
|
FFriendsQuery,
|
|
38
|
-
FGameClipsMaskArea,
|
|
39
32
|
FLocalizedStringSetting,
|
|
40
33
|
FOnlineFriend,
|
|
41
34
|
FOnlineFriendMessage,
|
|
@@ -267,200 +260,6 @@ export type OnlineFriendsInterfaceEOS_RequestLinkedAccounts_Params = {
|
|
|
267
260
|
ReturnValue: boolean; // 0x0030 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
268
261
|
};
|
|
269
262
|
|
|
270
|
-
/**
|
|
271
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.CreateClip
|
|
272
|
-
*/
|
|
273
|
-
export type OnlineGameClipsInterfaceEOS_CreateClip_Params = {
|
|
274
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
275
|
-
InClipType: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
276
|
-
ReturnValue: number; // 0x0020 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
277
|
-
};
|
|
278
|
-
|
|
279
|
-
/**
|
|
280
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.DisableMaskArea
|
|
281
|
-
*/
|
|
282
|
-
export type OnlineGameClipsInterfaceEOS_DisableMaskArea_Params = {
|
|
283
|
-
InMaskAreaHandle: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
|
|
284
|
-
};
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EnableMaskArea
|
|
288
|
-
*/
|
|
289
|
-
export type OnlineGameClipsInterfaceEOS_EnableMaskArea_Params = {
|
|
290
|
-
InMaskArea: FGameClipsMaskArea; // 0x0000 (0x0018) [FGameClipsMaskArea] [CPF_Parm | CPF_OutParm]
|
|
291
|
-
ReturnValue: bigint; // 0x0018 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
292
|
-
};
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventAvailabilityChanged
|
|
296
|
-
*/
|
|
297
|
-
export type OnlineGameClipsInterfaceEOS_EventAvailabilityChanged_Params = {
|
|
298
|
-
InNewAvailability: EGameClipsAvailability; // 0x0000 (0x0001) [EGameClipsAvailability] [CPF_Parm]
|
|
299
|
-
};
|
|
300
|
-
|
|
301
|
-
/**
|
|
302
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventClipErrorOccurred
|
|
303
|
-
*/
|
|
304
|
-
export type OnlineGameClipsInterfaceEOS_EventClipErrorOccurred_Params = {
|
|
305
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
306
|
-
ClipId: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
307
|
-
InErrorType: UErrorType; // 0x0018 (0x0008) [UErrorType*] [CPF_Parm]
|
|
308
|
-
};
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventClipStatusChanged
|
|
312
|
-
*/
|
|
313
|
-
export type OnlineGameClipsInterfaceEOS_EventClipStatusChanged_Params = {
|
|
314
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
315
|
-
InClipId: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
316
|
-
InNewClipStatus: EGameClipsClipStatus; // 0x0014 (0x0001) [EGameClipsClipStatus] [CPF_Parm]
|
|
317
|
-
};
|
|
318
|
-
|
|
319
|
-
/**
|
|
320
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventConnectionStatusChanged
|
|
321
|
-
*/
|
|
322
|
-
export type OnlineGameClipsInterfaceEOS_EventConnectionStatusChanged_Params = {
|
|
323
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
324
|
-
InConnection: EGameClipsConnection; // 0x0010 (0x0001) [EGameClipsConnection] [CPF_Parm]
|
|
325
|
-
InNewConnectionStatus: EGameClipsConnectionStatus; // 0x0011 (0x0001) [EGameClipsConnectionStatus] [CPF_Parm]
|
|
326
|
-
};
|
|
327
|
-
|
|
328
|
-
/**
|
|
329
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventGeneralErrorOccurred
|
|
330
|
-
*/
|
|
331
|
-
export type OnlineGameClipsInterfaceEOS_EventGeneralErrorOccurred_Params = {
|
|
332
|
-
InErrorType: UErrorType; // 0x0000 (0x0008) [UErrorType*] [CPF_Parm]
|
|
333
|
-
};
|
|
334
|
-
|
|
335
|
-
/**
|
|
336
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventMaskStatusChanged
|
|
337
|
-
*/
|
|
338
|
-
export type OnlineGameClipsInterfaceEOS_EventMaskStatusChanged_Params = {
|
|
339
|
-
InMaskAreaHandle: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
|
|
340
|
-
InMaskArea: FGameClipsMaskArea; // 0x0008 (0x0018) [FGameClipsMaskArea] [CPF_Parm]
|
|
341
|
-
InNewMaskStatus: EGameClipsMaskStatus; // 0x0020 (0x0001) [EGameClipsMaskStatus] [CPF_Parm]
|
|
342
|
-
};
|
|
343
|
-
|
|
344
|
-
/**
|
|
345
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.EventRecordingChanged
|
|
346
|
-
*/
|
|
347
|
-
export type OnlineGameClipsInterfaceEOS_EventRecordingChanged_Params = {
|
|
348
|
-
InNewRecording: EGameClipsRecording; // 0x0000 (0x0001) [EGameClipsRecording] [CPF_Parm]
|
|
349
|
-
};
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.GetTimeUntilUnthrottled
|
|
353
|
-
*/
|
|
354
|
-
export type OnlineGameClipsInterfaceEOS_GetTimeUntilUnthrottled_Params = {
|
|
355
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
356
|
-
ReturnValue: number; // 0x0010 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
357
|
-
};
|
|
358
|
-
|
|
359
|
-
/**
|
|
360
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsAccountLinked
|
|
361
|
-
*/
|
|
362
|
-
export type OnlineGameClipsInterfaceEOS_IsAccountLinked_Params = {
|
|
363
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
364
|
-
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
365
|
-
};
|
|
366
|
-
|
|
367
|
-
/**
|
|
368
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsAvailable
|
|
369
|
-
*/
|
|
370
|
-
export type OnlineGameClipsInterfaceEOS_IsAvailable_Params = {
|
|
371
|
-
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
372
|
-
};
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsClipUploadingLimitReached
|
|
376
|
-
*/
|
|
377
|
-
export type OnlineGameClipsInterfaceEOS_IsClipUploadingLimitReached_Params = {
|
|
378
|
-
InEpicAccountId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
379
|
-
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
380
|
-
};
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsRecording
|
|
384
|
-
*/
|
|
385
|
-
export type OnlineGameClipsInterfaceEOS_IsRecording_Params = {
|
|
386
|
-
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
387
|
-
};
|
|
388
|
-
|
|
389
|
-
/**
|
|
390
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.IsUploading
|
|
391
|
-
*/
|
|
392
|
-
export type OnlineGameClipsInterfaceEOS_IsUploading_Params = {
|
|
393
|
-
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
394
|
-
};
|
|
395
|
-
|
|
396
|
-
/**
|
|
397
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventAvailabilityChanged
|
|
398
|
-
*/
|
|
399
|
-
export type OnlineGameClipsInterfaceEOS_NotifyEventAvailabilityChanged_Params = {
|
|
400
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
401
|
-
};
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventClipErrorOccurred
|
|
405
|
-
*/
|
|
406
|
-
export type OnlineGameClipsInterfaceEOS_NotifyEventClipErrorOccurred_Params = {
|
|
407
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
408
|
-
};
|
|
409
|
-
|
|
410
|
-
/**
|
|
411
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventClipStatusChanged
|
|
412
|
-
*/
|
|
413
|
-
export type OnlineGameClipsInterfaceEOS_NotifyEventClipStatusChanged_Params = {
|
|
414
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
415
|
-
};
|
|
416
|
-
|
|
417
|
-
/**
|
|
418
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventConnectionStatusChanged
|
|
419
|
-
*/
|
|
420
|
-
export type OnlineGameClipsInterfaceEOS_NotifyEventConnectionStatusChanged_Params = {
|
|
421
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
422
|
-
};
|
|
423
|
-
|
|
424
|
-
/**
|
|
425
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventGeneralErrorOccurred
|
|
426
|
-
*/
|
|
427
|
-
export type OnlineGameClipsInterfaceEOS_NotifyEventGeneralErrorOccurred_Params = {
|
|
428
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
429
|
-
};
|
|
430
|
-
|
|
431
|
-
/**
|
|
432
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventMaskStatusChanged
|
|
433
|
-
*/
|
|
434
|
-
export type OnlineGameClipsInterfaceEOS_NotifyEventMaskStatusChanged_Params = {
|
|
435
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
436
|
-
};
|
|
437
|
-
|
|
438
|
-
/**
|
|
439
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.NotifyEventRecordingChanged
|
|
440
|
-
*/
|
|
441
|
-
export type OnlineGameClipsInterfaceEOS_NotifyEventRecordingChanged_Params = {
|
|
442
|
-
InCallback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
443
|
-
};
|
|
444
|
-
|
|
445
|
-
/**
|
|
446
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.SetUserMaxClipUploadsPerMinute
|
|
447
|
-
*/
|
|
448
|
-
export type OnlineGameClipsInterfaceEOS_SetUserMaxClipUploadsPerMinute_Params = {
|
|
449
|
-
InMaxClipUploadsPerMinute: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
/**
|
|
453
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.StartRecording
|
|
454
|
-
*/
|
|
455
|
-
export type OnlineGameClipsInterfaceEOS_StartRecording_Params = {
|
|
456
|
-
InClipDuration: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm]
|
|
457
|
-
};
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
* Function OnlineSubsystemEOS.OnlineGameClipsInterfaceEOS.StopRecording
|
|
461
|
-
*/
|
|
462
|
-
export type OnlineGameClipsInterfaceEOS_StopRecording_Params = {};
|
|
463
|
-
|
|
464
263
|
/**
|
|
465
264
|
* Function OnlineSubsystemEOS.OnlineGameInterfaceEOS.AcceptGameInvite
|
|
466
265
|
*/
|
package/parameters/ProjectX.ts
CHANGED
|
@@ -15730,19 +15730,19 @@ export type OnlineGamePopulation_X_HandleGotAllPopulationPlaylistsRPC_Params = {
|
|
|
15730
15730
|
};
|
|
15731
15731
|
|
|
15732
15732
|
/**
|
|
15733
|
-
* Function ProjectX.OnlineGamePrivateMatch_X.
|
|
15733
|
+
* Function ProjectX.OnlineGamePrivateMatch_X.Cancel
|
|
15734
|
+
*/
|
|
15735
|
+
export type OnlineGamePrivateMatch_X_Cancel_Params = {};
|
|
15736
|
+
|
|
15737
|
+
/**
|
|
15738
|
+
* Function ProjectX.OnlineGamePrivateMatch_X.CompareSubRegionsByPingPreference
|
|
15734
15739
|
*/
|
|
15735
|
-
export type
|
|
15740
|
+
export type OnlineGamePrivateMatch_X_CompareSubRegionsByPingPreference_Params = {
|
|
15736
15741
|
A: URegionPing_X; // 0x0000 (0x0008) [URegionPing_X*] [CPF_Parm]
|
|
15737
15742
|
B: URegionPing_X; // 0x0008 (0x0008) [URegionPing_X*] [CPF_Parm]
|
|
15738
15743
|
ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
15739
15744
|
};
|
|
15740
15745
|
|
|
15741
|
-
/**
|
|
15742
|
-
* Function ProjectX.OnlineGamePrivateMatch_X.Cancel
|
|
15743
|
-
*/
|
|
15744
|
-
export type OnlineGamePrivateMatch_X_Cancel_Params = {};
|
|
15745
|
-
|
|
15746
15746
|
/**
|
|
15747
15747
|
* Function ProjectX.OnlineGamePrivateMatch_X.EventCancelPrivateMatch
|
|
15748
15748
|
*/
|
|
@@ -25997,6 +25997,16 @@ export type PsyNetWordFilter_X_WordFilterSanitizeString_Params = {
|
|
|
25997
25997
|
_0x1: U__PsyNetWordFilter_X__WordFilterSanitizeString_0x1; // 0x0088 (0x0008) [U__PsyNetWordFilter_X__WordFilterSanitizeString_0x1*]
|
|
25998
25998
|
};
|
|
25999
25999
|
|
|
26000
|
+
/**
|
|
26001
|
+
* Function ProjectX.QREnconder_X.BuildForURL
|
|
26002
|
+
*/
|
|
26003
|
+
export type QREnconder_X_BuildForURL_Params = {
|
|
26004
|
+
URL: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
26005
|
+
Owner: UObject; // 0x0010 (0x0008) [UObject*] [CPF_Parm | CPF_OptionalParm]
|
|
26006
|
+
ScaleFactor: number; // 0x0018 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
26007
|
+
ReturnValue: UTexture; // 0x0020 (0x0008) [UTexture*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
26008
|
+
};
|
|
26009
|
+
|
|
26000
26010
|
/**
|
|
26001
26011
|
* Function ProjectX.QueuedOfflineMessage_X.GetOfflineTimeToLiveSeconds
|
|
26002
26012
|
*/
|
|
@@ -27422,7 +27432,7 @@ export type RPC_LoginAuthPlayer_X_SetConsoleType_Params = {
|
|
|
27422
27432
|
* Function ProjectX.RPC_LoginAuthPlayer_X.SetEpicAccountId
|
|
27423
27433
|
*/
|
|
27424
27434
|
export type RPC_LoginAuthPlayer_X_SetEpicAccountId_Params = {
|
|
27425
|
-
|
|
27435
|
+
InEpicAccountID: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
27426
27436
|
ReturnValue: URPC_LoginAuthPlayer_X; // 0x0010 (0x0008) [URPC_LoginAuthPlayer_X*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
27427
27437
|
};
|
|
27428
27438
|
|