@rlsdk/steam 1.0.0 → 1.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/classes/Core.ts +57 -34
- package/classes/Engine.ts +1 -0
- package/classes/OnlineSubsystemEOS.ts +119 -49
- package/classes/ProjectX.ts +150 -29
- package/classes/TAGame.ts +1341 -835
- package/enums/Core.ts +22 -0
- package/enums/Engine.ts +2 -1
- package/enums/TAGame.ts +39 -3
- package/offsets/Core.ts +45 -34
- package/offsets/OnlineSubsystemEOS.ts +86 -48
- package/offsets/ProjectX.ts +154 -55
- package/offsets/TAGame.ts +1368 -865
- package/offsets/globals.ts +2 -2
- package/package.json +1 -1
- package/parameters/Core.ts +82 -0
- package/parameters/Engine.ts +8 -0
- package/parameters/OnlineSubsystemEOS.ts +170 -1
- package/parameters/ProjectX.ts +208 -9
- package/parameters/TAGame.ts +1563 -66
- package/structs/ProjectX.ts +23 -16
- package/structs/TAGame.ts +210 -4
package/parameters/TAGame.ts
CHANGED
|
@@ -81,6 +81,7 @@ import type {
|
|
|
81
81
|
UPlayerStart,
|
|
82
82
|
UPostProcessChain,
|
|
83
83
|
UPrimitiveComponent,
|
|
84
|
+
USceneCaptureActor,
|
|
84
85
|
UScriptGroup_ORS,
|
|
85
86
|
USeqAct_ActorFactory,
|
|
86
87
|
USeqAct_SetParticleSysParam,
|
|
@@ -109,7 +110,12 @@ import type {
|
|
|
109
110
|
} from '../classes/Engine';
|
|
110
111
|
import type { UGFxObject } from '../classes/GFxUI';
|
|
111
112
|
import type { UOnlineImageDownloaderWeb, UTargetUserChatPermChangedEvent } from '../classes/IpDrv';
|
|
112
|
-
import type {
|
|
113
|
+
import type {
|
|
114
|
+
UAudioDevicesChangedEvent,
|
|
115
|
+
UOnlineAntiCheatClientInterfaceEOS,
|
|
116
|
+
UOnlineAntiCheatServerInterfaceEOS,
|
|
117
|
+
UOnlineSubsystemEOS,
|
|
118
|
+
} from '../classes/OnlineSubsystemEOS';
|
|
113
119
|
import type {
|
|
114
120
|
UActorComponent_X,
|
|
115
121
|
UAddReservationMessagePublic_X,
|
|
@@ -168,6 +174,7 @@ import type {
|
|
|
168
174
|
UMatchLog_X,
|
|
169
175
|
UMatchPlayerData_X,
|
|
170
176
|
UMetricsSystem_X,
|
|
177
|
+
UMigrationStartedMessage_X,
|
|
171
178
|
UNetMode_Client,
|
|
172
179
|
UNetMode_Server,
|
|
173
180
|
UOnlineClubCache_X,
|
|
@@ -229,6 +236,7 @@ import type {
|
|
|
229
236
|
URemoteAvatarPermissions_X,
|
|
230
237
|
UReservationBeacon_X,
|
|
231
238
|
UReservationsReadyMessage_X,
|
|
239
|
+
UServerPlayerIdCache_X,
|
|
232
240
|
UServerToServerMessage_X,
|
|
233
241
|
UShakeComponent_X,
|
|
234
242
|
USignedMessageObject_X,
|
|
@@ -264,6 +272,9 @@ import type {
|
|
|
264
272
|
UAdManager_TA,
|
|
265
273
|
UAnimStateComponent_TA,
|
|
266
274
|
UAntennaComponent_TA,
|
|
275
|
+
UAntiCheatManager_TA,
|
|
276
|
+
UAntiCheatMessenger_TA,
|
|
277
|
+
UAntiCheatMetrics_TA,
|
|
267
278
|
UArenaReflectionsManager_TA,
|
|
268
279
|
UArenaSoundEvent_TA,
|
|
269
280
|
UArenaSoundManager_TA,
|
|
@@ -436,6 +447,7 @@ import type {
|
|
|
436
447
|
UFriendRequestNotification_TA,
|
|
437
448
|
UFriendsListBuilder_TA,
|
|
438
449
|
UGFxClubAction_TA,
|
|
450
|
+
UGFxData_AntiCheatStatus_TA,
|
|
439
451
|
UGFxData_AutoTour_TA,
|
|
440
452
|
UGFxData_AutoTour_TourCard_TA,
|
|
441
453
|
UGFxData_AutoTour_Week_TA,
|
|
@@ -624,6 +636,7 @@ import type {
|
|
|
624
636
|
UMatchHistoryItem_TA,
|
|
625
637
|
UMatchHistoryMetrics_TA,
|
|
626
638
|
UMatchSeries_TA,
|
|
639
|
+
UMatchStatsExporter_TA,
|
|
627
640
|
UMatchType_TA,
|
|
628
641
|
UMatchWinner_TA,
|
|
629
642
|
UMatchmakingSettingsSave_TA,
|
|
@@ -704,6 +717,7 @@ import type {
|
|
|
704
717
|
UPartyJoinRequestNotification_TA,
|
|
705
718
|
UPartyLeaderChangedEvent_TA,
|
|
706
719
|
UPartyMemberLoadout_TA,
|
|
720
|
+
UPartyMessage_AntiCheatStatus_TA,
|
|
707
721
|
UPartyMessage_ChallengesUpdate_TA,
|
|
708
722
|
UPartyMessage_Chat_TA,
|
|
709
723
|
UPartyMessage_ClubChanged_TA,
|
|
@@ -1158,6 +1172,7 @@ import type {
|
|
|
1158
1172
|
U__AchievementManager_TA__HandleTradeInComplete_0x1,
|
|
1159
1173
|
U__AchievementManager_TA__HasItemQualityEquipped_0x1,
|
|
1160
1174
|
U__AchievementManager_TA__IsPlayingWithClubmates_0x1,
|
|
1175
|
+
U__AntiCheatMessenger_TA__HandleIncomingMessagePart_0x1,
|
|
1161
1176
|
U__ArenaSoundConfig_TA__GetNextEvent_0x1,
|
|
1162
1177
|
U__ArenaSoundManager_TA__HandleMatchEnded_0x1,
|
|
1163
1178
|
U__AutoTour_TA__OnReceivedBracket_0x2,
|
|
@@ -1186,6 +1201,7 @@ import type {
|
|
|
1186
1201
|
U__Car_TA__QueueDemolish_0x1,
|
|
1187
1202
|
U__Car_TA__QueueDemolish_CustomFX_0x1,
|
|
1188
1203
|
U__ChallengeDefault_TA__RequestImage_0x1,
|
|
1204
|
+
U__ChallengeFolder_TA__RequestImage_0x1,
|
|
1189
1205
|
U__ChallengeManager_TA__AreChallengesCompleteByGroupID_0x1,
|
|
1190
1206
|
U__ChallengeManager_TA__AreChallengesCompleteByID_0x1,
|
|
1191
1207
|
U__ChallengeManager_TA__BroadcastChallengeChanges_0x7,
|
|
@@ -1295,6 +1311,7 @@ import type {
|
|
|
1295
1311
|
U__GFxData_Friends_TA__HandlePlayerAddedToMatch_0x1,
|
|
1296
1312
|
U__GFxData_Friends_TA__HandlePlayerBlocked_0x1,
|
|
1297
1313
|
U__GFxData_Friends_TA__IsFriendInParty_0x1,
|
|
1314
|
+
U__GFxData_Friends_TA__ReportRecentPlayerManyReasons_0x1,
|
|
1298
1315
|
U__GFxData_Friends_TA__UnblockPlayer_0x1,
|
|
1299
1316
|
U__GFxData_Garage_TA__SetPreviewProduct_0x1,
|
|
1300
1317
|
U__GFxData_Leaderboards_TA__PrefetchAvatars_0x1,
|
|
@@ -1458,6 +1475,7 @@ import type {
|
|
|
1458
1475
|
U__MapsConfig_TA__GetMapFrequencyForSet_0x1,
|
|
1459
1476
|
U__MapsConfig_TA__GetMapSetByName_0x1,
|
|
1460
1477
|
U__MatchSeries_TA__GetSeriesWinnerFromData_0x1,
|
|
1478
|
+
U__MatchStatsExporter_TA__UpdateGameEventState_0x1,
|
|
1461
1479
|
U__MatchType_Public_TA__CanSkipPreMatchLobby_0x1,
|
|
1462
1480
|
U__MatchType_Tournament_TA__CanSkipPreMatchLobby_0x2,
|
|
1463
1481
|
U__MatchmakingViewFilter_MenuTree_TA__GetAccessiblePlaylists_0x1,
|
|
@@ -1473,6 +1491,7 @@ import type {
|
|
|
1473
1491
|
U__Mutator_Robin_TA__Construct_0x1,
|
|
1474
1492
|
U__OnlineDLCProductCache_TA__GetOldGeneratedOnlineProduct_0x1,
|
|
1475
1493
|
U__OnlineGameDLC_TA__GetDlcIdFromName_0x1,
|
|
1494
|
+
U__OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x3,
|
|
1476
1495
|
U__OnlineGameDedicatedServer_TA__GetNextRandomMapName_0x1,
|
|
1477
1496
|
U__OnlineGameDedicatedServer_TA__HandleVoiceTokenCacheError_0x1,
|
|
1478
1497
|
U__OnlineGameDedicatedServer_TA__HandleVoiceTokenCacheResponse_0x1,
|
|
@@ -1510,6 +1529,7 @@ import type {
|
|
|
1510
1529
|
U__PlayerControllerBase_TA__Say_TA_0x3,
|
|
1511
1530
|
U__PlayerController_TA__HandleProfileGamepadSave_0x1,
|
|
1512
1531
|
U__PlayerController_TA__InitNetworkSave_0x1,
|
|
1532
|
+
U__PlayerController_TA__ReportPlayer_0x1,
|
|
1513
1533
|
U__PlayerSpawnSystem_TA__CreateSpawnTicket_0x1,
|
|
1514
1534
|
U__PlayerVanity_TA__EquipProduct_0x1,
|
|
1515
1535
|
U__PlaylistSkillDataSave_TA__Reconcile_0x1,
|
|
@@ -1643,7 +1663,16 @@ import type {
|
|
|
1643
1663
|
U____ShopNotificationsManager_TA__HandleGetItemShopNotifications_0x1____ShopNotificationsManager_TA__HandleGetItemShopNotifications_0x3_0x1,
|
|
1644
1664
|
} from '../classes/TAGame';
|
|
1645
1665
|
import type { EAkDynamicRangeType, EAkOutputType } from '../enums/AkAudio';
|
|
1646
|
-
import type {
|
|
1666
|
+
import type {
|
|
1667
|
+
EClientActionCode,
|
|
1668
|
+
EClientActionReason,
|
|
1669
|
+
EClientAuthStatus,
|
|
1670
|
+
EClientIntegrityViolation,
|
|
1671
|
+
EInputAPI,
|
|
1672
|
+
EInputEvent,
|
|
1673
|
+
EVoiceResultCode,
|
|
1674
|
+
OnlinePlatform,
|
|
1675
|
+
} from '../enums/Core';
|
|
1647
1676
|
import type {
|
|
1648
1677
|
EBasicLoadResult,
|
|
1649
1678
|
EConsoleType,
|
|
@@ -1728,6 +1757,7 @@ import type {
|
|
|
1728
1757
|
EFavoritedProductFilter,
|
|
1729
1758
|
EFilterProductAttribute,
|
|
1730
1759
|
EFiveHitType,
|
|
1760
|
+
EFlipResetFxPref,
|
|
1731
1761
|
EFreeplayCommand,
|
|
1732
1762
|
EGoalResetType,
|
|
1733
1763
|
EGraphSummaryType,
|
|
@@ -1876,6 +1906,7 @@ import type {
|
|
|
1876
1906
|
FJoinMatchSettings,
|
|
1877
1907
|
FLeaderboardData,
|
|
1878
1908
|
FMessagePayload,
|
|
1909
|
+
FMigrationReservationData,
|
|
1879
1910
|
FMilestoneTitleData,
|
|
1880
1911
|
FNameParamPair,
|
|
1881
1912
|
FNewsTileData,
|
|
@@ -1919,6 +1950,7 @@ import type {
|
|
|
1919
1950
|
FAddProductsRequestData,
|
|
1920
1951
|
FAngleSelectData,
|
|
1921
1952
|
FAnimatedMaterialMesh,
|
|
1953
|
+
FAntiCheatMessage,
|
|
1922
1954
|
FAppliedBreakoutDamage,
|
|
1923
1955
|
FArenaStatSound,
|
|
1924
1956
|
FAssetLoadResult,
|
|
@@ -1926,6 +1958,7 @@ import type {
|
|
|
1926
1958
|
FBallHitInfo,
|
|
1927
1959
|
FBallInfo,
|
|
1928
1960
|
FBallPredictionInfo,
|
|
1961
|
+
FBallUpdateState,
|
|
1929
1962
|
FBeamTraceProps,
|
|
1930
1963
|
FBillboardUpdateRequestData,
|
|
1931
1964
|
FBindingPreset,
|
|
@@ -1974,12 +2007,14 @@ import type {
|
|
|
1974
2007
|
FClientLoadoutOnlineProduct,
|
|
1975
2008
|
FClientOnlineProductStat,
|
|
1976
2009
|
FClientPacketData,
|
|
2010
|
+
FClockUpdatedEvent,
|
|
1977
2011
|
FClubMemberCount,
|
|
1978
2012
|
FCodeTimePair,
|
|
1979
2013
|
FCollisionEffectData,
|
|
1980
2014
|
FCompensationItem,
|
|
1981
2015
|
FCompletedFTEInfo,
|
|
1982
2016
|
FContainerInfo,
|
|
2017
|
+
FCrossbarHitData,
|
|
1983
2018
|
FCrowdExcitementSound,
|
|
1984
2019
|
FCrowdExcitementSounds,
|
|
1985
2020
|
FCrowdNoiseModifierInstance,
|
|
@@ -2063,6 +2098,7 @@ import type {
|
|
|
2063
2098
|
FGetTargetLocationFromFlightTimeInParams,
|
|
2064
2099
|
FGoalData,
|
|
2065
2100
|
FGoalResetOptionData,
|
|
2101
|
+
FGoalScoreDataEvent,
|
|
2066
2102
|
FGraphSummaryMethod,
|
|
2067
2103
|
FHighlight,
|
|
2068
2104
|
FInheritedObjects,
|
|
@@ -2111,8 +2147,10 @@ import type {
|
|
|
2111
2147
|
FMapSkillSettings,
|
|
2112
2148
|
FMappedRoomMember,
|
|
2113
2149
|
FMatchData,
|
|
2150
|
+
FMatchGUIDEvent,
|
|
2114
2151
|
FMatchHistoryChangeTabEvent,
|
|
2115
2152
|
FMatchPreviewData,
|
|
2153
|
+
FMatchWinnerEvent,
|
|
2116
2154
|
FMatchmakingMessage,
|
|
2117
2155
|
FMaterialAndMaterialOverride,
|
|
2118
2156
|
FMaterialParams,
|
|
@@ -2176,6 +2214,7 @@ import type {
|
|
|
2176
2214
|
FPlatformMetricData,
|
|
2177
2215
|
FPlatformParam,
|
|
2178
2216
|
FPlayerChatMessage,
|
|
2217
|
+
FPlayerDataPacket,
|
|
2179
2218
|
FPlayerGameID,
|
|
2180
2219
|
FPlayerIdArray,
|
|
2181
2220
|
FPlayerLeavingData,
|
|
@@ -2183,6 +2222,7 @@ import type {
|
|
|
2183
2222
|
FPlayerMessageInfo,
|
|
2184
2223
|
FPlayerPrivateMatchData,
|
|
2185
2224
|
FPlayerStats,
|
|
2225
|
+
FPlayerUpdateState,
|
|
2186
2226
|
FPlayerVoiceRoomCredentials,
|
|
2187
2227
|
FPlaylistMapPrefs,
|
|
2188
2228
|
FPlaylistSkillData,
|
|
@@ -2278,8 +2318,10 @@ import type {
|
|
|
2278
2318
|
FSpecialEditionConfig,
|
|
2279
2319
|
FStatCooldown,
|
|
2280
2320
|
FStatData,
|
|
2321
|
+
FStatTickerEvent,
|
|
2281
2322
|
FStatValue,
|
|
2282
2323
|
FStateParams,
|
|
2324
|
+
FStatsSocketEvent,
|
|
2283
2325
|
FSubscriptionInfo,
|
|
2284
2326
|
FSwivelExtent,
|
|
2285
2327
|
FTAPlayerStat,
|
|
@@ -2287,6 +2329,7 @@ import type {
|
|
|
2287
2329
|
FTeamGameStats,
|
|
2288
2330
|
FTeamSeeds,
|
|
2289
2331
|
FTeamUpdateInfo,
|
|
2332
|
+
FTeamUpdateState,
|
|
2290
2333
|
FTemporarySpawnSpot,
|
|
2291
2334
|
FThistleData,
|
|
2292
2335
|
FThrowSetting,
|
|
@@ -2322,6 +2365,7 @@ import type {
|
|
|
2322
2365
|
FTrajectorySplineFX,
|
|
2323
2366
|
FTurningCircle,
|
|
2324
2367
|
FUIPlayerBinding,
|
|
2368
|
+
FUpdateStateData,
|
|
2325
2369
|
FUseAction,
|
|
2326
2370
|
FUserBugReportCategory,
|
|
2327
2371
|
FUserPublicKey,
|
|
@@ -2427,6 +2471,15 @@ export type __AchievementManager_TA__IsPlayingWithClubmates_0x1___AchievementMan
|
|
|
2427
2471
|
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2428
2472
|
};
|
|
2429
2473
|
|
|
2474
|
+
/**
|
|
2475
|
+
* Function TAGame.__AntiCheatMessenger_TA__HandleIncomingMessagePart_0x1.__AntiCheatMessenger_TA__HandleIncomingMessagePart_0x1
|
|
2476
|
+
*/
|
|
2477
|
+
export type __AntiCheatMessenger_TA__HandleIncomingMessagePart_0x1___AntiCheatMessenger_TA__HandleIncomingMessagePart_0x1_Params =
|
|
2478
|
+
{
|
|
2479
|
+
P: FAntiCheatMessage; // 0x0000 (0x0018) [FAntiCheatMessage] [CPF_Parm]
|
|
2480
|
+
ReturnValue: boolean; // 0x0018 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
2481
|
+
};
|
|
2482
|
+
|
|
2430
2483
|
/**
|
|
2431
2484
|
* Function TAGame.__ArenaSoundConfig_TA__GetNextEvent_0x1.__ArenaSoundConfig_TA__GetNextEvent_0x1
|
|
2432
2485
|
*/
|
|
@@ -2699,6 +2752,13 @@ export type __ChallengeDefault_TA__RequestImage_0x1___ChallengeDefault_TA__Reque
|
|
|
2699
2752
|
Texture: UTexture2DDynamic; // 0x0000 (0x0008) [UTexture2DDynamic*] [CPF_Parm]
|
|
2700
2753
|
};
|
|
2701
2754
|
|
|
2755
|
+
/**
|
|
2756
|
+
* Function TAGame.__ChallengeFolder_TA__RequestImage_0x1.__ChallengeFolder_TA__RequestImage_0x1
|
|
2757
|
+
*/
|
|
2758
|
+
export type __ChallengeFolder_TA__RequestImage_0x1___ChallengeFolder_TA__RequestImage_0x1_Params = {
|
|
2759
|
+
Texture: UTexture2DDynamic; // 0x0000 (0x0008) [UTexture2DDynamic*] [CPF_Parm]
|
|
2760
|
+
};
|
|
2761
|
+
|
|
2702
2762
|
/**
|
|
2703
2763
|
* Function TAGame.__ChallengeManager_TA__AreChallengesCompleteByGroupID_0x1.__ChallengeManager_TA__AreChallengesCompleteByGroupID_0x1
|
|
2704
2764
|
*/
|
|
@@ -4181,6 +4241,15 @@ export type __GFxData_Friends_TA__IsFriendInParty_0x1___GFxData_Friends_TA__IsFr
|
|
|
4181
4241
|
ReturnValue: boolean; // 0x0180 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4182
4242
|
};
|
|
4183
4243
|
|
|
4244
|
+
/**
|
|
4245
|
+
* Function TAGame.__GFxData_Friends_TA__ReportRecentPlayerManyReasons_0x1.__GFxData_Friends_TA__ReportRecentPlayerManyReasons_0x1
|
|
4246
|
+
*/
|
|
4247
|
+
export type __GFxData_Friends_TA__ReportRecentPlayerManyReasons_0x1___GFxData_Friends_TA__ReportRecentPlayerManyReasons_0x1_Params =
|
|
4248
|
+
{
|
|
4249
|
+
P: FPersonaDataId; // 0x0000 (0x0058) [FPersonaDataId] [CPF_Parm]
|
|
4250
|
+
ReturnValue: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
4251
|
+
};
|
|
4252
|
+
|
|
4184
4253
|
/**
|
|
4185
4254
|
* Function TAGame.__GFxData_Friends_TA__UnblockPlayer_0x1.__GFxData_Friends_TA__UnblockPlayer_0x1
|
|
4186
4255
|
*/
|
|
@@ -5444,6 +5513,15 @@ export type __MatchSeries_TA__GetSeriesWinnerFromData_0x1___MatchSeries_TA__GetS
|
|
|
5444
5513
|
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
5445
5514
|
};
|
|
5446
5515
|
|
|
5516
|
+
/**
|
|
5517
|
+
* Function TAGame.__MatchStatsExporter_TA__UpdateGameEventState_0x1.__MatchStatsExporter_TA__UpdateGameEventState_0x1
|
|
5518
|
+
*/
|
|
5519
|
+
export type __MatchStatsExporter_TA__UpdateGameEventState_0x1___MatchStatsExporter_TA__UpdateGameEventState_0x1_Params =
|
|
5520
|
+
{
|
|
5521
|
+
P: UTeam_TA; // 0x0000 (0x0008) [UTeam_TA*] [CPF_Parm]
|
|
5522
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
5523
|
+
};
|
|
5524
|
+
|
|
5447
5525
|
/**
|
|
5448
5526
|
* Function TAGame.__MatchType_Public_TA__CanSkipPreMatchLobby_0x1.__MatchType_Public_TA__CanSkipPreMatchLobby_0x1
|
|
5449
5527
|
*/
|
|
@@ -5588,6 +5666,15 @@ export type __OnlineDLCProductCache_TA__GetOldGeneratedOnlineProduct_0x1___Onlin
|
|
|
5588
5666
|
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
5589
5667
|
};
|
|
5590
5668
|
|
|
5669
|
+
/**
|
|
5670
|
+
* Function TAGame.__OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x3.__OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x3
|
|
5671
|
+
*/
|
|
5672
|
+
export type __OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x3___OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x3_Params =
|
|
5673
|
+
{
|
|
5674
|
+
P: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
5675
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
5676
|
+
};
|
|
5677
|
+
|
|
5591
5678
|
/**
|
|
5592
5679
|
* Function TAGame.__OnlineGameDedicatedServer_TA__GetNextRandomMapName_0x1.__OnlineGameDedicatedServer_TA__GetNextRandomMapName_0x1
|
|
5593
5680
|
*/
|
|
@@ -5882,8 +5969,8 @@ export type __Personas_TA__GetOrCreateAndLink_0x1___Personas_TA__GetOrCreateAndL
|
|
|
5882
5969
|
* Function TAGame.__PhysicsMetrics_TA__AddCorrection_0x1.__PhysicsMetrics_TA__AddCorrection_0x1
|
|
5883
5970
|
*/
|
|
5884
5971
|
export type __PhysicsMetrics_TA__AddCorrection_0x1___PhysicsMetrics_TA__AddCorrection_0x1_Params = {
|
|
5885
|
-
E: FResimMetricData; // 0x0000 (
|
|
5886
|
-
ReturnValue: boolean; //
|
|
5972
|
+
E: FResimMetricData; // 0x0000 (0x001c) [FResimMetricData] [CPF_Parm]
|
|
5973
|
+
ReturnValue: boolean; // 0x001c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
5887
5974
|
};
|
|
5888
5975
|
|
|
5889
5976
|
/**
|
|
@@ -5915,6 +6002,14 @@ export type __PlayerController_TA__HandleProfileGamepadSave_0x1___PlayerControll
|
|
|
5915
6002
|
*/
|
|
5916
6003
|
export type __PlayerController_TA__InitNetworkSave_0x1___PlayerController_TA__InitNetworkSave_0x1_Params = {};
|
|
5917
6004
|
|
|
6005
|
+
/**
|
|
6006
|
+
* Function TAGame.__PlayerController_TA__ReportPlayer_0x1.__PlayerController_TA__ReportPlayer_0x1
|
|
6007
|
+
*/
|
|
6008
|
+
export type __PlayerController_TA__ReportPlayer_0x1___PlayerController_TA__ReportPlayer_0x1_Params = {
|
|
6009
|
+
P: UPlayerReplicationInfo; // 0x0000 (0x0008) [UPlayerReplicationInfo*] [CPF_Parm]
|
|
6010
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
6011
|
+
};
|
|
6012
|
+
|
|
5918
6013
|
/**
|
|
5919
6014
|
* Function TAGame.__PlayerControllerBase_TA__InitFromProfile_0x1.__PlayerControllerBase_TA__InitFromProfile_0x1
|
|
5920
6015
|
*/
|
|
@@ -10118,6 +10213,449 @@ export type AntiAddiction_TA_HandleHourReached_Params = {
|
|
|
10118
10213
|
Body: string; // 0x0000 (0x0010) [FString]
|
|
10119
10214
|
};
|
|
10120
10215
|
|
|
10216
|
+
/**
|
|
10217
|
+
* Function TAGame.AntiCheatManager_TA.__AntiCheatManager_TA__Construct_0x1
|
|
10218
|
+
*/
|
|
10219
|
+
export type AntiCheatManager_TA___AntiCheatManager_TA__Construct_0x1_Params = {
|
|
10220
|
+
ClientInterface: UOnlineAntiCheatClientInterfaceEOS; // 0x0000 (0x0008) [UOnlineAntiCheatClientInterfaceEOS*]
|
|
10221
|
+
ServerInterface: UOnlineAntiCheatServerInterfaceEOS; // 0x0008 (0x0008) [UOnlineAntiCheatServerInterfaceEOS*]
|
|
10222
|
+
DedicatedServer: UOnlineGameDedicatedServer_X; // 0x0010 (0x0008) [UOnlineGameDedicatedServer_X*]
|
|
10223
|
+
};
|
|
10224
|
+
|
|
10225
|
+
/**
|
|
10226
|
+
* Function TAGame.AntiCheatManager_TA.__AntiCheatManager_TA__Construct_0x2
|
|
10227
|
+
*/
|
|
10228
|
+
export type AntiCheatManager_TA___AntiCheatManager_TA__Construct_0x2_Params = {
|
|
10229
|
+
_: UOnlineGameDedicatedServer_X; // 0x0000 (0x0008) [UOnlineGameDedicatedServer_X*] [CPF_Parm]
|
|
10230
|
+
};
|
|
10231
|
+
|
|
10232
|
+
/**
|
|
10233
|
+
* Function TAGame.AntiCheatManager_TA.__AntiCheatManager_TA__Construct_0x3
|
|
10234
|
+
*/
|
|
10235
|
+
export type AntiCheatManager_TA___AntiCheatManager_TA__Construct_0x3_Params = {
|
|
10236
|
+
_: UOnlineGameDedicatedServer_X; // 0x0000 (0x0008) [UOnlineGameDedicatedServer_X*] [CPF_Parm]
|
|
10237
|
+
};
|
|
10238
|
+
|
|
10239
|
+
/**
|
|
10240
|
+
* Function TAGame.AntiCheatManager_TA.BeginSession
|
|
10241
|
+
*/
|
|
10242
|
+
export type AntiCheatManager_TA_BeginSession_Params = {
|
|
10243
|
+
ClientInterface: UOnlineAntiCheatClientInterfaceEOS; // 0x0000 (0x0008) [UOnlineAntiCheatClientInterfaceEOS*]
|
|
10244
|
+
DedicatedServer: UOnlineGameDedicatedServer_X; // 0x0008 (0x0008) [UOnlineGameDedicatedServer_X*]
|
|
10245
|
+
PlaylistId: number; // 0x0010 (0x0004) [int32]
|
|
10246
|
+
};
|
|
10247
|
+
|
|
10248
|
+
/**
|
|
10249
|
+
* Function TAGame.AntiCheatManager_TA.Construct
|
|
10250
|
+
*/
|
|
10251
|
+
export type AntiCheatManager_TA_Construct_Params = {};
|
|
10252
|
+
|
|
10253
|
+
/**
|
|
10254
|
+
* Function TAGame.AntiCheatManager_TA.DebugSetEnabled
|
|
10255
|
+
*/
|
|
10256
|
+
export type AntiCheatManager_TA_DebugSetEnabled_Params = {
|
|
10257
|
+
bEnabled: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
10258
|
+
};
|
|
10259
|
+
|
|
10260
|
+
/**
|
|
10261
|
+
* Function TAGame.AntiCheatManager_TA.EndSession
|
|
10262
|
+
*/
|
|
10263
|
+
export type AntiCheatManager_TA_EndSession_Params = {};
|
|
10264
|
+
|
|
10265
|
+
/**
|
|
10266
|
+
* Function TAGame.AntiCheatManager_TA.EndSessionDelayed
|
|
10267
|
+
*/
|
|
10268
|
+
export type AntiCheatManager_TA_EndSessionDelayed_Params = {};
|
|
10269
|
+
|
|
10270
|
+
/**
|
|
10271
|
+
* Function TAGame.AntiCheatManager_TA.EventAntiCheatEnabledChanged
|
|
10272
|
+
*/
|
|
10273
|
+
export type AntiCheatManager_TA_EventAntiCheatEnabledChanged_Params = {};
|
|
10274
|
+
|
|
10275
|
+
/**
|
|
10276
|
+
* Function TAGame.AntiCheatManager_TA.EventClientActionRequired
|
|
10277
|
+
*/
|
|
10278
|
+
export type AntiCheatManager_TA_EventClientActionRequired_Params = {
|
|
10279
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10280
|
+
ActionCode: EClientActionCode; // 0x0048 (0x0001) [EClientActionCode] [CPF_Parm]
|
|
10281
|
+
ActionReason: EClientActionReason; // 0x0049 (0x0001) [EClientActionReason] [CPF_Parm]
|
|
10282
|
+
Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
|
|
10283
|
+
};
|
|
10284
|
+
|
|
10285
|
+
/**
|
|
10286
|
+
* Function TAGame.AntiCheatManager_TA.EventClientAuthStatusChanged
|
|
10287
|
+
*/
|
|
10288
|
+
export type AntiCheatManager_TA_EventClientAuthStatusChanged_Params = {
|
|
10289
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10290
|
+
AuthStatus: EClientAuthStatus; // 0x0048 (0x0001) [EClientAuthStatus] [CPF_Parm]
|
|
10291
|
+
};
|
|
10292
|
+
|
|
10293
|
+
/**
|
|
10294
|
+
* Function TAGame.AntiCheatManager_TA.EventClientIntegrityViolation
|
|
10295
|
+
*/
|
|
10296
|
+
export type AntiCheatManager_TA_EventClientIntegrityViolation_Params = {
|
|
10297
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10298
|
+
};
|
|
10299
|
+
|
|
10300
|
+
/**
|
|
10301
|
+
* Function TAGame.AntiCheatManager_TA.EventMessageGenerated
|
|
10302
|
+
*/
|
|
10303
|
+
export type AntiCheatManager_TA_EventMessageGenerated_Params = {
|
|
10304
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10305
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10306
|
+
};
|
|
10307
|
+
|
|
10308
|
+
/**
|
|
10309
|
+
* Function TAGame.AntiCheatManager_TA.GetAntiCheatError
|
|
10310
|
+
*/
|
|
10311
|
+
export type AntiCheatManager_TA_GetAntiCheatError_Params = {
|
|
10312
|
+
PlaylistId: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
10313
|
+
ReturnValue: UError; // 0x0008 (0x0008) [UError*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10314
|
+
};
|
|
10315
|
+
|
|
10316
|
+
/**
|
|
10317
|
+
* Function TAGame.AntiCheatManager_TA.GetMetrics
|
|
10318
|
+
*/
|
|
10319
|
+
export type AntiCheatManager_TA_GetMetrics_Params = {
|
|
10320
|
+
ReturnValue: UAntiCheatMetrics_TA; // 0x0000 (0x0008) [UAntiCheatMetrics_TA*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10321
|
+
};
|
|
10322
|
+
|
|
10323
|
+
/**
|
|
10324
|
+
* Function TAGame.AntiCheatManager_TA.HandleClientActionRequired
|
|
10325
|
+
*/
|
|
10326
|
+
export type AntiCheatManager_TA_HandleClientActionRequired_Params = {
|
|
10327
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10328
|
+
ActionCode: EClientActionCode; // 0x0048 (0x0001) [EClientActionCode] [CPF_Parm]
|
|
10329
|
+
ActionReason: EClientActionReason; // 0x0049 (0x0001) [EClientActionReason] [CPF_Parm]
|
|
10330
|
+
Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
|
|
10331
|
+
};
|
|
10332
|
+
|
|
10333
|
+
/**
|
|
10334
|
+
* Function TAGame.AntiCheatManager_TA.HandleClientAuthStatusChanged
|
|
10335
|
+
*/
|
|
10336
|
+
export type AntiCheatManager_TA_HandleClientAuthStatusChanged_Params = {
|
|
10337
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10338
|
+
AuthStatus: EClientAuthStatus; // 0x0048 (0x0001) [EClientAuthStatus] [CPF_Parm]
|
|
10339
|
+
};
|
|
10340
|
+
|
|
10341
|
+
/**
|
|
10342
|
+
* Function TAGame.AntiCheatManager_TA.HandleConfigChanged
|
|
10343
|
+
*/
|
|
10344
|
+
export type AntiCheatManager_TA_HandleConfigChanged_Params = {};
|
|
10345
|
+
|
|
10346
|
+
/**
|
|
10347
|
+
* Function TAGame.AntiCheatManager_TA.HandleIntegrityViolation
|
|
10348
|
+
*/
|
|
10349
|
+
export type AntiCheatManager_TA_HandleIntegrityViolation_Params = {
|
|
10350
|
+
Violation: EClientIntegrityViolation; // 0x0000 (0x0001) [EClientIntegrityViolation] [CPF_Parm]
|
|
10351
|
+
Message: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
10352
|
+
};
|
|
10353
|
+
|
|
10354
|
+
/**
|
|
10355
|
+
* Function TAGame.AntiCheatManager_TA.HandleMessageGenerated
|
|
10356
|
+
*/
|
|
10357
|
+
export type AntiCheatManager_TA_HandleMessageGenerated_Params = {
|
|
10358
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10359
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10360
|
+
};
|
|
10361
|
+
|
|
10362
|
+
/**
|
|
10363
|
+
* Function TAGame.AntiCheatManager_TA.HandlePermissionsUpdated
|
|
10364
|
+
*/
|
|
10365
|
+
export type AntiCheatManager_TA_HandlePermissionsUpdated_Params = {
|
|
10366
|
+
InPermissions: UOnlinePlayerPermissions_X; // 0x0000 (0x0008) [UOnlinePlayerPermissions_X*] [CPF_Parm]
|
|
10367
|
+
};
|
|
10368
|
+
|
|
10369
|
+
/**
|
|
10370
|
+
* Function TAGame.AntiCheatManager_TA.HandleReportComplete
|
|
10371
|
+
*/
|
|
10372
|
+
export type AntiCheatManager_TA_HandleReportComplete_Params = {
|
|
10373
|
+
ProductUserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10374
|
+
bSuccess: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
10375
|
+
};
|
|
10376
|
+
|
|
10377
|
+
/**
|
|
10378
|
+
* Function TAGame.AntiCheatManager_TA.IsAntiCheatEnabled
|
|
10379
|
+
*/
|
|
10380
|
+
export type AntiCheatManager_TA_IsAntiCheatEnabled_Params = {
|
|
10381
|
+
PlaylistId: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
10382
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10383
|
+
};
|
|
10384
|
+
|
|
10385
|
+
/**
|
|
10386
|
+
* Function TAGame.AntiCheatManager_TA.IsAntiCheatEnforced
|
|
10387
|
+
*/
|
|
10388
|
+
export type AntiCheatManager_TA_IsAntiCheatEnforced_Params = {
|
|
10389
|
+
PlaylistId: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
10390
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10391
|
+
Playlist: UGameSettingPlaylist_X; // 0x0008 (0x0008) [UGameSettingPlaylist_X*]
|
|
10392
|
+
};
|
|
10393
|
+
|
|
10394
|
+
/**
|
|
10395
|
+
* Function TAGame.AntiCheatManager_TA.OnAntiCheatEnabledChanged
|
|
10396
|
+
*/
|
|
10397
|
+
export type AntiCheatManager_TA_OnAntiCheatEnabledChanged_Params = {};
|
|
10398
|
+
|
|
10399
|
+
/**
|
|
10400
|
+
* Function TAGame.AntiCheatManager_TA.PlayerAntiCheatExempt
|
|
10401
|
+
*/
|
|
10402
|
+
export type AntiCheatManager_TA_PlayerAntiCheatExempt_Params = {
|
|
10403
|
+
PlaylistId: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OptionalParm]
|
|
10404
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10405
|
+
OnlinePlayer: UOnlinePlayer_X; // 0x0008 (0x0008) [UOnlinePlayer_X*]
|
|
10406
|
+
Playlist: UGameSettingPlaylist_X; // 0x0010 (0x0008) [UGameSettingPlaylist_X*]
|
|
10407
|
+
bAllowWhitelist: boolean; // 0x0018 (0x0004) [bool : 0x1]
|
|
10408
|
+
};
|
|
10409
|
+
|
|
10410
|
+
/**
|
|
10411
|
+
* Function TAGame.AntiCheatManager_TA.ReceiveMessage
|
|
10412
|
+
*/
|
|
10413
|
+
export type AntiCheatManager_TA_ReceiveMessage_Params = {
|
|
10414
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10415
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OptionalParm]
|
|
10416
|
+
};
|
|
10417
|
+
|
|
10418
|
+
/**
|
|
10419
|
+
* Function TAGame.AntiCheatManager_TA.RegisterClient
|
|
10420
|
+
*/
|
|
10421
|
+
export type AntiCheatManager_TA_RegisterClient_Params = {
|
|
10422
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10423
|
+
ProductUserId: string; // 0x0048 (0x0010) [FString] [CPF_Parm]
|
|
10424
|
+
bProtected: boolean; // 0x0058 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
10425
|
+
ReturnValue: boolean; // 0x005c (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10426
|
+
ServerInterface: UOnlineAntiCheatServerInterfaceEOS; // 0x0060 (0x0008) [UOnlineAntiCheatServerInterfaceEOS*]
|
|
10427
|
+
};
|
|
10428
|
+
|
|
10429
|
+
/**
|
|
10430
|
+
* Function TAGame.AntiCheatManager_TA.ReportContainsCheatingId
|
|
10431
|
+
*/
|
|
10432
|
+
export type AntiCheatManager_TA_ReportContainsCheatingId_Params = {
|
|
10433
|
+
ReasonIDs: number[]; // 0x0000 (0x0010) [TArray<uint8>] [CPF_Parm]
|
|
10434
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10435
|
+
};
|
|
10436
|
+
|
|
10437
|
+
/**
|
|
10438
|
+
* Function TAGame.AntiCheatManager_TA.ReportContainsCheatingIdInt
|
|
10439
|
+
*/
|
|
10440
|
+
export type AntiCheatManager_TA_ReportContainsCheatingIdInt_Params = {
|
|
10441
|
+
ReasonIDs: number[]; // 0x0000 (0x0010) [TArray<int32>] [CPF_Parm]
|
|
10442
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10443
|
+
};
|
|
10444
|
+
|
|
10445
|
+
/**
|
|
10446
|
+
* Function TAGame.AntiCheatManager_TA.ReportPlayer
|
|
10447
|
+
*/
|
|
10448
|
+
export type AntiCheatManager_TA_ReportPlayer_Params = {
|
|
10449
|
+
ProductUserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10450
|
+
ClientInterface: UOnlineAntiCheatClientInterfaceEOS; // 0x0010 (0x0008) [UOnlineAntiCheatClientInterfaceEOS*]
|
|
10451
|
+
};
|
|
10452
|
+
|
|
10453
|
+
/**
|
|
10454
|
+
* Function TAGame.AntiCheatManager_TA.UnregisterClient
|
|
10455
|
+
*/
|
|
10456
|
+
export type AntiCheatManager_TA_UnregisterClient_Params = {
|
|
10457
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10458
|
+
ReturnValue: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10459
|
+
ServerInterface: UOnlineAntiCheatServerInterfaceEOS; // 0x0050 (0x0008) [UOnlineAntiCheatServerInterfaceEOS*]
|
|
10460
|
+
};
|
|
10461
|
+
|
|
10462
|
+
/**
|
|
10463
|
+
* Function TAGame.AntiCheatMessenger_TA.__AntiCheatMessenger_TA__HandleIncomingMessagePart_0x2
|
|
10464
|
+
*/
|
|
10465
|
+
export type AntiCheatMessenger_TA___AntiCheatMessenger_TA__HandleIncomingMessagePart_0x2_Params = {
|
|
10466
|
+
P: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10467
|
+
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10468
|
+
};
|
|
10469
|
+
|
|
10470
|
+
/**
|
|
10471
|
+
* Function TAGame.AntiCheatMessenger_TA.AuthStatusComplete
|
|
10472
|
+
*/
|
|
10473
|
+
export type AntiCheatMessenger_TA_AuthStatusComplete_Params = {
|
|
10474
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10475
|
+
};
|
|
10476
|
+
|
|
10477
|
+
/**
|
|
10478
|
+
* Function TAGame.AntiCheatMessenger_TA.ClientSendMessage
|
|
10479
|
+
*/
|
|
10480
|
+
export type AntiCheatMessenger_TA_ClientSendMessage_Params = {
|
|
10481
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10482
|
+
PartNum: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
10483
|
+
TotalParts: number; // 0x0014 (0x0004) [int32] [CPF_Parm]
|
|
10484
|
+
MessageId: number; // 0x0018 (0x0004) [int32] [CPF_Parm]
|
|
10485
|
+
};
|
|
10486
|
+
|
|
10487
|
+
/**
|
|
10488
|
+
* Function TAGame.AntiCheatMessenger_TA.Destroyed
|
|
10489
|
+
*/
|
|
10490
|
+
export type AntiCheatMessenger_TA_Destroyed_Params = {};
|
|
10491
|
+
|
|
10492
|
+
/**
|
|
10493
|
+
* Function TAGame.AntiCheatMessenger_TA.EnforceAntiCheatForPlayer
|
|
10494
|
+
*/
|
|
10495
|
+
export type AntiCheatMessenger_TA_EnforceAntiCheatForPlayer_Params = {
|
|
10496
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
10497
|
+
Playlist: UGameSettingPlaylist_X; // 0x0008 (0x0008) [UGameSettingPlaylist_X*]
|
|
10498
|
+
};
|
|
10499
|
+
|
|
10500
|
+
/**
|
|
10501
|
+
* Function TAGame.AntiCheatMessenger_TA.EventAuthStatusComplete
|
|
10502
|
+
*/
|
|
10503
|
+
export type AntiCheatMessenger_TA_EventAuthStatusComplete_Params = {
|
|
10504
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0000 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm]
|
|
10505
|
+
};
|
|
10506
|
+
|
|
10507
|
+
/**
|
|
10508
|
+
* Function TAGame.AntiCheatMessenger_TA.EventDestroyed
|
|
10509
|
+
*/
|
|
10510
|
+
export type AntiCheatMessenger_TA_EventDestroyed_Params = {
|
|
10511
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0000 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm]
|
|
10512
|
+
};
|
|
10513
|
+
|
|
10514
|
+
/**
|
|
10515
|
+
* Function TAGame.AntiCheatMessenger_TA.EventPreventSpawnChanged
|
|
10516
|
+
*/
|
|
10517
|
+
export type AntiCheatMessenger_TA_EventPreventSpawnChanged_Params = {
|
|
10518
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0000 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm]
|
|
10519
|
+
};
|
|
10520
|
+
|
|
10521
|
+
/**
|
|
10522
|
+
* Function TAGame.AntiCheatMessenger_TA.HandleClientActionRequired
|
|
10523
|
+
*/
|
|
10524
|
+
export type AntiCheatMessenger_TA_HandleClientActionRequired_Params = {
|
|
10525
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10526
|
+
ActionCode: EClientActionCode; // 0x0048 (0x0001) [EClientActionCode] [CPF_Parm]
|
|
10527
|
+
ActionReason: EClientActionReason; // 0x0049 (0x0001) [EClientActionReason] [CPF_Parm]
|
|
10528
|
+
Message: string; // 0x0050 (0x0010) [FString] [CPF_Parm]
|
|
10529
|
+
Playlist: UGameSettingPlaylist_X; // 0x0060 (0x0008) [UGameSettingPlaylist_X*]
|
|
10530
|
+
SecondsPassed: number; // 0x0068 (0x0004) [int32]
|
|
10531
|
+
};
|
|
10532
|
+
|
|
10533
|
+
/**
|
|
10534
|
+
* Function TAGame.AntiCheatMessenger_TA.HandleClientAuthStatusChanged
|
|
10535
|
+
*/
|
|
10536
|
+
export type AntiCheatMessenger_TA_HandleClientAuthStatusChanged_Params = {
|
|
10537
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10538
|
+
InAuthStatus: EClientAuthStatus; // 0x0048 (0x0001) [EClientAuthStatus] [CPF_Parm]
|
|
10539
|
+
AuthFinishTimestamp: bigint; // 0x0050 (0x0008) [uint64]
|
|
10540
|
+
SecondsToAuth: number; // 0x0058 (0x0004) [int32]
|
|
10541
|
+
};
|
|
10542
|
+
|
|
10543
|
+
/**
|
|
10544
|
+
* Function TAGame.AntiCheatMessenger_TA.HandleIncomingMessagePart
|
|
10545
|
+
*/
|
|
10546
|
+
export type AntiCheatMessenger_TA_HandleIncomingMessagePart_Params = {
|
|
10547
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10548
|
+
PartNum: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
10549
|
+
TotalParts: number; // 0x0014 (0x0004) [int32] [CPF_Parm]
|
|
10550
|
+
MessageId: number; // 0x0018 (0x0004) [int32] [CPF_Parm]
|
|
10551
|
+
FoundIndex: number; // 0x001c (0x0004) [int32]
|
|
10552
|
+
_0x1: U__AntiCheatMessenger_TA__HandleIncomingMessagePart_0x1; // 0x0020 (0x0008) [U__AntiCheatMessenger_TA__HandleIncomingMessagePart_0x1*]
|
|
10553
|
+
bMessageReady: boolean; // 0x0028 (0x0004) [bool : 0x1]
|
|
10554
|
+
MessageParts: string[]; // 0x0030 (0x0010) [TArray<FString>]
|
|
10555
|
+
CompleteMessage: string; // 0x0040 (0x0010) [FString]
|
|
10556
|
+
};
|
|
10557
|
+
|
|
10558
|
+
/**
|
|
10559
|
+
* Function TAGame.AntiCheatMessenger_TA.HandleMessageGenerated
|
|
10560
|
+
*/
|
|
10561
|
+
export type AntiCheatMessenger_TA_HandleMessageGenerated_Params = {
|
|
10562
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10563
|
+
PlayerID: FUniqueNetId; // 0x0010 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10564
|
+
NewMessage: FAntiCheatMessage; // 0x0058 (0x0018) [FAntiCheatMessage]
|
|
10565
|
+
};
|
|
10566
|
+
|
|
10567
|
+
/**
|
|
10568
|
+
* Function TAGame.AntiCheatMessenger_TA.IdleRegistrationTimeout
|
|
10569
|
+
*/
|
|
10570
|
+
export type AntiCheatMessenger_TA_IdleRegistrationTimeout_Params = {};
|
|
10571
|
+
|
|
10572
|
+
/**
|
|
10573
|
+
* Function TAGame.AntiCheatMessenger_TA.OnOwnerChanged
|
|
10574
|
+
*/
|
|
10575
|
+
export type AntiCheatMessenger_TA_OnOwnerChanged_Params = {};
|
|
10576
|
+
|
|
10577
|
+
/**
|
|
10578
|
+
* Function TAGame.AntiCheatMessenger_TA.PostBeginPlay
|
|
10579
|
+
*/
|
|
10580
|
+
export type AntiCheatMessenger_TA_PostBeginPlay_Params = {};
|
|
10581
|
+
|
|
10582
|
+
/**
|
|
10583
|
+
* Function TAGame.AntiCheatMessenger_TA.ReplicatedEvent
|
|
10584
|
+
*/
|
|
10585
|
+
export type AntiCheatMessenger_TA_ReplicatedEvent_Params = {
|
|
10586
|
+
VarName: FName; // 0x0000 (0x0008) [FName] [CPF_Parm]
|
|
10587
|
+
};
|
|
10588
|
+
|
|
10589
|
+
/**
|
|
10590
|
+
* Function TAGame.AntiCheatMessenger_TA.SendPendingOutgoingMessage
|
|
10591
|
+
*/
|
|
10592
|
+
export type AntiCheatMessenger_TA_SendPendingOutgoingMessage_Params = {
|
|
10593
|
+
NumPieces: number; // 0x0000 (0x0004) [int32]
|
|
10594
|
+
PartIndex: number; // 0x0004 (0x0004) [int32]
|
|
10595
|
+
};
|
|
10596
|
+
|
|
10597
|
+
/**
|
|
10598
|
+
* Function TAGame.AntiCheatMessenger_TA.ServerReadyToRegister
|
|
10599
|
+
*/
|
|
10600
|
+
export type AntiCheatMessenger_TA_ServerReadyToRegister_Params = {
|
|
10601
|
+
bEnforceAntiCheat: boolean; // 0x0000 (0x0004) [bool : 0x1]
|
|
10602
|
+
bRegisterSuccess: boolean; // 0x0004 (0x0004) [bool : 0x1]
|
|
10603
|
+
};
|
|
10604
|
+
|
|
10605
|
+
/**
|
|
10606
|
+
* Function TAGame.AntiCheatMessenger_TA.ServerSendMessage
|
|
10607
|
+
*/
|
|
10608
|
+
export type AntiCheatMessenger_TA_ServerSendMessage_Params = {
|
|
10609
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10610
|
+
PartNum: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
10611
|
+
TotalParts: number; // 0x0014 (0x0004) [int32] [CPF_Parm]
|
|
10612
|
+
MessageId: number; // 0x0018 (0x0004) [int32] [CPF_Parm]
|
|
10613
|
+
};
|
|
10614
|
+
|
|
10615
|
+
/**
|
|
10616
|
+
* Function TAGame.AntiCheatMessenger_TA.TickMessages
|
|
10617
|
+
*/
|
|
10618
|
+
export type AntiCheatMessenger_TA_TickMessages_Params = {};
|
|
10619
|
+
|
|
10620
|
+
/**
|
|
10621
|
+
* Function TAGame.AntiCheatMetrics_TA.AuthenticationSuccess
|
|
10622
|
+
*/
|
|
10623
|
+
export type AntiCheatMetrics_TA_AuthenticationSuccess_Params = {
|
|
10624
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10625
|
+
Seconds: number; // 0x0048 (0x0004) [int32] [CPF_Parm]
|
|
10626
|
+
};
|
|
10627
|
+
|
|
10628
|
+
/**
|
|
10629
|
+
* Function TAGame.AntiCheatMetrics_TA.ClientIntegrityViolation
|
|
10630
|
+
*/
|
|
10631
|
+
export type AntiCheatMetrics_TA_ClientIntegrityViolation_Params = {
|
|
10632
|
+
Violation: EClientIntegrityViolation; // 0x0000 (0x0001) [EClientIntegrityViolation] [CPF_Parm]
|
|
10633
|
+
};
|
|
10634
|
+
|
|
10635
|
+
/**
|
|
10636
|
+
* Function TAGame.AntiCheatMetrics_TA.LaunchedWithoutEAC
|
|
10637
|
+
*/
|
|
10638
|
+
export type AntiCheatMetrics_TA_LaunchedWithoutEAC_Params = {};
|
|
10639
|
+
|
|
10640
|
+
/**
|
|
10641
|
+
* Function TAGame.AntiCheatMetrics_TA.MatchTerminated
|
|
10642
|
+
*/
|
|
10643
|
+
export type AntiCheatMetrics_TA_MatchTerminated_Params = {
|
|
10644
|
+
MatchGUID: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
10645
|
+
PlaylistId: number; // 0x0010 (0x0004) [int32] [CPF_Parm]
|
|
10646
|
+
SecondsPassed: number; // 0x0014 (0x0004) [int32] [CPF_Parm]
|
|
10647
|
+
PlayerID: FUniqueNetId; // 0x0018 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10648
|
+
Reason: EClientActionReason; // 0x0060 (0x0001) [EClientActionReason] [CPF_Parm]
|
|
10649
|
+
};
|
|
10650
|
+
|
|
10651
|
+
/**
|
|
10652
|
+
* Function TAGame.AntiCheatMetrics_TA.PlayerKicked
|
|
10653
|
+
*/
|
|
10654
|
+
export type AntiCheatMetrics_TA_PlayerKicked_Params = {
|
|
10655
|
+
PlayerID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
10656
|
+
Reason: EClientActionReason; // 0x0048 (0x0001) [EClientActionReason] [CPF_Parm]
|
|
10657
|
+
};
|
|
10658
|
+
|
|
10121
10659
|
/**
|
|
10122
10660
|
* Function TAGame.ApplyVelocityHitHandler_TA.ApplyImpulse
|
|
10123
10661
|
*/
|
|
@@ -11173,7 +11711,7 @@ export type AudioParamsSuperSonicComponent_TA_HandleSuperSonicChanged_Params = {
|
|
|
11173
11711
|
* Function TAGame.AudioParamsSuperSonicComponent_TA.SetSuperSonic
|
|
11174
11712
|
*/
|
|
11175
11713
|
export type AudioParamsSuperSonicComponent_TA_SetSuperSonic_Params = {
|
|
11176
|
-
|
|
11714
|
+
bSupersonic: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
11177
11715
|
};
|
|
11178
11716
|
|
|
11179
11717
|
/**
|
|
@@ -22191,6 +22729,48 @@ export type CarDistanceTracker_TA_Tick_Params = {
|
|
|
22191
22729
|
FlownDelta: number; // 0x0010 (0x0004) [float]
|
|
22192
22730
|
};
|
|
22193
22731
|
|
|
22732
|
+
/**
|
|
22733
|
+
* Function TAGame.CarFlipResetTracker_TA.Construct
|
|
22734
|
+
*/
|
|
22735
|
+
export type CarFlipResetTracker_TA_Construct_Params = {};
|
|
22736
|
+
|
|
22737
|
+
/**
|
|
22738
|
+
* Function TAGame.CarFlipResetTracker_TA.HandleCarLanded
|
|
22739
|
+
*/
|
|
22740
|
+
export type CarFlipResetTracker_TA_HandleCarLanded_Params = {
|
|
22741
|
+
Car: UCar_TA; // 0x0000 (0x0008) [UCar_TA*] [CPF_Parm]
|
|
22742
|
+
};
|
|
22743
|
+
|
|
22744
|
+
/**
|
|
22745
|
+
* Function TAGame.CarFlipResetTracker_TA.HandleCarSet
|
|
22746
|
+
*/
|
|
22747
|
+
export type CarFlipResetTracker_TA_HandleCarSet_Params = {
|
|
22748
|
+
PRI: UPRI_TA; // 0x0000 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
22749
|
+
};
|
|
22750
|
+
|
|
22751
|
+
/**
|
|
22752
|
+
* Function TAGame.CarFlipResetTracker_TA.HandleStatGiven
|
|
22753
|
+
*/
|
|
22754
|
+
export type CarFlipResetTracker_TA_HandleStatGiven_Params = {
|
|
22755
|
+
Factory: UStatFactory_TA; // 0x0000 (0x0008) [UStatFactory_TA*] [CPF_Parm]
|
|
22756
|
+
ToPRI: UPRI_TA; // 0x0008 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
22757
|
+
StatEvent: UStatEvent_TA; // 0x0010 (0x0008) [UStatEvent_TA*] [CPF_Parm]
|
|
22758
|
+
Ball: UBall_TA; // 0x0018 (0x0008) [UBall_TA*] [CPF_Parm]
|
|
22759
|
+
BallHitIndex: number; // 0x0020 (0x0004) [int32] [CPF_Parm]
|
|
22760
|
+
Victim: UPRI_TA; // 0x0028 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
22761
|
+
Goal: UGoal_TA; // 0x0030 (0x0008) [UGoal_TA*] [CPF_Parm]
|
|
22762
|
+
};
|
|
22763
|
+
|
|
22764
|
+
/**
|
|
22765
|
+
* Function TAGame.CarFlipResetTracker_TA.OnDestroyed
|
|
22766
|
+
*/
|
|
22767
|
+
export type CarFlipResetTracker_TA_OnDestroyed_Params = {};
|
|
22768
|
+
|
|
22769
|
+
/**
|
|
22770
|
+
* Function TAGame.CarFlipResetTracker_TA.ResetCounters
|
|
22771
|
+
*/
|
|
22772
|
+
export type CarFlipResetTracker_TA_ResetCounters_Params = {};
|
|
22773
|
+
|
|
22194
22774
|
/**
|
|
22195
22775
|
* Function TAGame.CarGrappleTracker_TA.HandleAttachedToBall
|
|
22196
22776
|
*/
|
|
@@ -22436,6 +23016,14 @@ export type CarMeshComponentBase_TA_AddVisualAsset_Params = {
|
|
|
22436
23016
|
_0x1: U__CarMeshComponentBase_TA__AddVisualAsset_0x2; // 0x0020 (0x0008) [U__CarMeshComponentBase_TA__AddVisualAsset_0x2*]
|
|
22437
23017
|
};
|
|
22438
23018
|
|
|
23019
|
+
/**
|
|
23020
|
+
* Function TAGame.CarMeshComponentBase_TA.AllowColorOverride
|
|
23021
|
+
*/
|
|
23022
|
+
export type CarMeshComponentBase_TA_AllowColorOverride_Params = {
|
|
23023
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
23024
|
+
GameEvent: UGameEvent_TA; // 0x0008 (0x0008) [UGameEvent_TA*]
|
|
23025
|
+
};
|
|
23026
|
+
|
|
22439
23027
|
/**
|
|
22440
23028
|
* Function TAGame.CarMeshComponentBase_TA.ApplyAttributes
|
|
22441
23029
|
*/
|
|
@@ -24289,6 +24877,14 @@ export type ChallengeFolder_TA_GetSortedChallenges_Params = {
|
|
|
24289
24877
|
DistinctLocal_0x2: UChallenge_TA[]; // 0x0050 (0x0010) [TArray<UChallenge_TA*>] [CPF_OutParm]
|
|
24290
24878
|
};
|
|
24291
24879
|
|
|
24880
|
+
/**
|
|
24881
|
+
* Function TAGame.ChallengeFolder_TA.HandleImageDownloaded
|
|
24882
|
+
*/
|
|
24883
|
+
export type ChallengeFolder_TA_HandleImageDownloaded_Params = {
|
|
24884
|
+
URL: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
24885
|
+
Texture: UTexture2DDynamic; // 0x0010 (0x0008) [UTexture2DDynamic*] [CPF_Parm]
|
|
24886
|
+
};
|
|
24887
|
+
|
|
24292
24888
|
/**
|
|
24293
24889
|
* Function TAGame.ChallengeFolder_TA.HasIncompleteChallenges
|
|
24294
24890
|
*/
|
|
@@ -24330,6 +24926,14 @@ export type ChallengeFolder_TA_OnChallengeFirstTimeProgress_Params = {
|
|
|
24330
24926
|
Challenge: UChallenge_TA; // 0x0000 (0x0008) [UChallenge_TA*] [CPF_Parm]
|
|
24331
24927
|
};
|
|
24332
24928
|
|
|
24929
|
+
/**
|
|
24930
|
+
* Function TAGame.ChallengeFolder_TA.RequestImage
|
|
24931
|
+
*/
|
|
24932
|
+
export type ChallengeFolder_TA_RequestImage_Params = {
|
|
24933
|
+
ImageURL: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
24934
|
+
_0x1: U__ChallengeFolder_TA__RequestImage_0x1; // 0x0010 (0x0008) [U__ChallengeFolder_TA__RequestImage_0x1*]
|
|
24935
|
+
};
|
|
24936
|
+
|
|
24333
24937
|
/**
|
|
24334
24938
|
* Function TAGame.ChallengeFolder_TA.TryGetFilterResults_Native
|
|
24335
24939
|
*/
|
|
@@ -28522,7 +29126,8 @@ export type EngineShare_TA_GetVersionString_Params = {
|
|
|
28522
29126
|
export type EngineShare_TA_Init_Params = {
|
|
28523
29127
|
GFxEngineInstance: UGFxEngine_TA; // 0x0000 (0x0008) [UGFxEngine_TA*]
|
|
28524
29128
|
Replay: string; // 0x0008 (0x0010) [FString]
|
|
28525
|
-
|
|
29129
|
+
bCreateStatGraphs: boolean; // 0x0018 (0x0004) [bool : 0x1]
|
|
29130
|
+
ShellArchetype: UGFxShell_X; // 0x0020 (0x0008) [UGFxShell_X*]
|
|
28526
29131
|
};
|
|
28527
29132
|
|
|
28528
29133
|
/**
|
|
@@ -29203,6 +29808,13 @@ export type EOSOnlineStorageUploader_TA_HandleSettingsSnapshotUpdated_Params = {
|
|
|
29203
29808
|
UserId: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
29204
29809
|
};
|
|
29205
29810
|
|
|
29811
|
+
/**
|
|
29812
|
+
* Function TAGame.EOSOnlineStorageUploader_TA.HandleSyncSuccessUploadSaveData
|
|
29813
|
+
*/
|
|
29814
|
+
export type EOSOnlineStorageUploader_TA_HandleSyncSuccessUploadSaveData_Params = {
|
|
29815
|
+
_: UOnlineStorageSyncManager_TA; // 0x0000 (0x0008) [UOnlineStorageSyncManager_TA*] [CPF_Parm]
|
|
29816
|
+
};
|
|
29817
|
+
|
|
29206
29818
|
/**
|
|
29207
29819
|
* Function TAGame.EOSOnlineStorageUploader_TA.IsSettingsDataUploaded
|
|
29208
29820
|
*/
|
|
@@ -29651,11 +30263,12 @@ export type EOSPermissions_TA_OverrideSaveDataSettings_Params = {
|
|
|
29651
30263
|
PrevDefaultVoice: string; // 0x0038 (0x0010) [FString]
|
|
29652
30264
|
CurrDefaultVoice: string; // 0x0048 (0x0010) [FString]
|
|
29653
30265
|
VoiceFilterForPermLevel: EChatFilter; // 0x0058 (0x0001) [EChatFilter]
|
|
29654
|
-
|
|
29655
|
-
|
|
29656
|
-
|
|
29657
|
-
|
|
29658
|
-
|
|
30266
|
+
SaveGameManager: USaveGameManager_TA; // 0x0060 (0x0008) [USaveGameManager_TA*]
|
|
30267
|
+
VoiceSettingsSave: UEOSVoiceSettingsSave_TA; // 0x0068 (0x0008) [UEOSVoiceSettingsSave_TA*]
|
|
30268
|
+
bItemShopNotificationsEnabled: boolean; // 0x0070 (0x0004) [bool : 0x1]
|
|
30269
|
+
DefaultNotificationsEnabled: string; // 0x0078 (0x0010) [FString]
|
|
30270
|
+
bPermissionsAvailable: boolean; // 0x0088 (0x0004) [bool : 0x1]
|
|
30271
|
+
bItemShopNotificationsAllowed: boolean; // 0x008c (0x0004) [bool : 0x1]
|
|
29659
30272
|
};
|
|
29660
30273
|
|
|
29661
30274
|
/**
|
|
@@ -34057,21 +34670,25 @@ export type FXActor_Car_TA_UpdateContactPhysMat_Params = {};
|
|
|
34057
34670
|
*/
|
|
34058
34671
|
export type FXActor_FlipReset_TA_HandleFlipReset_Params = {
|
|
34059
34672
|
InCar: UCar_TA; // 0x0000 (0x0008) [UCar_TA*] [CPF_Parm]
|
|
34060
|
-
|
|
34061
|
-
|
|
34673
|
+
OnlinePlayer: UOnlinePlayer_X; // 0x0008 (0x0008) [UOnlinePlayer_X*]
|
|
34674
|
+
GameplaySettings: UGameplaySettingsSave_TA; // 0x0010 (0x0008) [UGameplaySettingsSave_TA*]
|
|
34675
|
+
FlipResetFxPref: EFlipResetFxPref; // 0x0018 (0x0001) [EFlipResetFxPref]
|
|
34676
|
+
bPreferAudio: boolean; // 0x001c (0x0004) [bool : 0x1]
|
|
34677
|
+
CarController: UPlayerController_TA; // 0x0020 (0x0008) [UPlayerController_TA*]
|
|
34678
|
+
NewShake: UShakeComponent_X; // 0x0028 (0x0008) [UShakeComponent_X*]
|
|
34679
|
+
bPreferVisual: boolean; // 0x0030 (0x0004) [bool : 0x1]
|
|
34062
34680
|
};
|
|
34063
34681
|
|
|
34064
34682
|
/**
|
|
34065
34683
|
* Function TAGame.FXActor_FlipReset_TA.PlayFlipResetFx
|
|
34066
34684
|
*/
|
|
34067
34685
|
export type FXActor_FlipReset_TA_PlayFlipResetFx_Params = {
|
|
34068
|
-
|
|
34069
|
-
|
|
34070
|
-
|
|
34071
|
-
|
|
34072
|
-
|
|
34073
|
-
|
|
34074
|
-
bReplay: boolean; // 0x0028 (0x0004) [bool : 0x1]
|
|
34686
|
+
FlipResetFxPref: EFlipResetFxPref; // 0x0000 (0x0001) [EFlipResetFxPref] [CPF_Parm]
|
|
34687
|
+
ReturnValue: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
34688
|
+
PlayerController: UPlayerControllerBase_TA; // 0x0008 (0x0008) [UPlayerControllerBase_TA*]
|
|
34689
|
+
bLocallyControlled: boolean; // 0x0010 (0x0004) [bool : 0x1]
|
|
34690
|
+
bSpectating: boolean; // 0x0014 (0x0004) [bool : 0x1]
|
|
34691
|
+
bReplay: boolean; // 0x0018 (0x0004) [bool : 0x1]
|
|
34075
34692
|
};
|
|
34076
34693
|
|
|
34077
34694
|
/**
|
|
@@ -36832,6 +37449,19 @@ export type GameEvent_Soccar_TA_AllowDynamicCrowd_Params = {
|
|
|
36832
37449
|
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
36833
37450
|
};
|
|
36834
37451
|
|
|
37452
|
+
/**
|
|
37453
|
+
* Function TAGame.GameEvent_Soccar_TA.AllPlayersAntiCheatAuthComplete
|
|
37454
|
+
*/
|
|
37455
|
+
export type GameEvent_Soccar_TA_AllPlayersAntiCheatAuthComplete_Params = {
|
|
37456
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
37457
|
+
PC: UPlayerController_TA; // 0x0008 (0x0008) [UPlayerController_TA*]
|
|
37458
|
+
};
|
|
37459
|
+
|
|
37460
|
+
/**
|
|
37461
|
+
* Function TAGame.GameEvent_Soccar_TA.AntiCheatTerminateMatch
|
|
37462
|
+
*/
|
|
37463
|
+
export type GameEvent_Soccar_TA_AntiCheatTerminateMatch_Params = {};
|
|
37464
|
+
|
|
36835
37465
|
/**
|
|
36836
37466
|
* Function TAGame.GameEvent_Soccar_TA.AssignCustomTeamSettings
|
|
36837
37467
|
*/
|
|
@@ -37148,6 +37778,13 @@ export type GameEvent_Soccar_TA_EventBallSpawned_Params = {
|
|
|
37148
37778
|
NewBall: UBall_TA; // 0x0000 (0x0008) [UBall_TA*] [CPF_Parm]
|
|
37149
37779
|
};
|
|
37150
37780
|
|
|
37781
|
+
/**
|
|
37782
|
+
* Function TAGame.GameEvent_Soccar_TA.EventCountdownStarted
|
|
37783
|
+
*/
|
|
37784
|
+
export type GameEvent_Soccar_TA_EventCountdownStarted_Params = {
|
|
37785
|
+
GameEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
37786
|
+
};
|
|
37787
|
+
|
|
37151
37788
|
/**
|
|
37152
37789
|
* Function TAGame.GameEvent_Soccar_TA.EventDisableGoalDelayUpdated
|
|
37153
37790
|
*/
|
|
@@ -37246,6 +37883,13 @@ export type GameEvent_Soccar_TA_EventPlayerScored_Params = {
|
|
|
37246
37883
|
Scorer: UPRI_TA; // 0x0008 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
37247
37884
|
};
|
|
37248
37885
|
|
|
37886
|
+
/**
|
|
37887
|
+
* Function TAGame.GameEvent_Soccar_TA.EventPodiumSpotlightStarted
|
|
37888
|
+
*/
|
|
37889
|
+
export type GameEvent_Soccar_TA_EventPodiumSpotlightStarted_Params = {
|
|
37890
|
+
GameEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
37891
|
+
};
|
|
37892
|
+
|
|
37249
37893
|
/**
|
|
37250
37894
|
* Function TAGame.GameEvent_Soccar_TA.EventReplayDirectorSet
|
|
37251
37895
|
*/
|
|
@@ -37260,6 +37904,14 @@ export type GameEvent_Soccar_TA_EventReplayFinished_Params = {
|
|
|
37260
37904
|
GameEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
37261
37905
|
};
|
|
37262
37906
|
|
|
37907
|
+
/**
|
|
37908
|
+
* Function TAGame.GameEvent_Soccar_TA.EventReplayPlaybackStateChanged
|
|
37909
|
+
*/
|
|
37910
|
+
export type GameEvent_Soccar_TA_EventReplayPlaybackStateChanged_Params = {
|
|
37911
|
+
GameEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
37912
|
+
bStarted: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
37913
|
+
};
|
|
37914
|
+
|
|
37263
37915
|
/**
|
|
37264
37916
|
* Function TAGame.GameEvent_Soccar_TA.EventReplicatedGoalScored
|
|
37265
37917
|
*/
|
|
@@ -37600,6 +38252,13 @@ export type GameEvent_Soccar_TA_GetWinningTeam_Params = {
|
|
|
37600
38252
|
*/
|
|
37601
38253
|
export type GameEvent_Soccar_TA_GotoPodiumSpotlight_Params = {};
|
|
37602
38254
|
|
|
38255
|
+
/**
|
|
38256
|
+
* Function TAGame.GameEvent_Soccar_TA.HandleAuthStatusComplete
|
|
38257
|
+
*/
|
|
38258
|
+
export type GameEvent_Soccar_TA_HandleAuthStatusComplete_Params = {
|
|
38259
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0000 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm]
|
|
38260
|
+
};
|
|
38261
|
+
|
|
37603
38262
|
/**
|
|
37604
38263
|
* Function TAGame.GameEvent_Soccar_TA.HandleCarSet
|
|
37605
38264
|
*/
|
|
@@ -37875,6 +38534,13 @@ export type GameEvent_Soccar_TA_IsTeamFullTitle_Params = {
|
|
|
37875
38534
|
FilterLocal_0x2: FName[]; // 0x0168 (0x0010) [TArray<FName>] [CPF_OutParm]
|
|
37876
38535
|
};
|
|
37877
38536
|
|
|
38537
|
+
/**
|
|
38538
|
+
* Function TAGame.GameEvent_Soccar_TA.IsWaitingForPlayers
|
|
38539
|
+
*/
|
|
38540
|
+
export type GameEvent_Soccar_TA_IsWaitingForPlayers_Params = {
|
|
38541
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
38542
|
+
};
|
|
38543
|
+
|
|
37878
38544
|
/**
|
|
37879
38545
|
* Function TAGame.GameEvent_Soccar_TA.MapToClubID
|
|
37880
38546
|
*/
|
|
@@ -38638,6 +39304,14 @@ export type GameEvent_TA_AddCar_Params = {
|
|
|
38638
39304
|
Car: UCar_TA; // 0x0000 (0x0008) [UCar_TA*] [CPF_Parm]
|
|
38639
39305
|
};
|
|
38640
39306
|
|
|
39307
|
+
/**
|
|
39308
|
+
* Function TAGame.GameEvent_TA.AddEACViolator
|
|
39309
|
+
*/
|
|
39310
|
+
export type GameEvent_TA_AddEACViolator_Params = {
|
|
39311
|
+
PC: UPlayerController_TA; // 0x0000 (0x0008) [UPlayerController_TA*] [CPF_Parm]
|
|
39312
|
+
Reason: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OptionalParm]
|
|
39313
|
+
};
|
|
39314
|
+
|
|
38641
39315
|
/**
|
|
38642
39316
|
* Function TAGame.GameEvent_TA.AddForfeitInitiator
|
|
38643
39317
|
*/
|
|
@@ -38770,6 +39444,22 @@ export type GameEvent_TA_CanQueSaveReplay_Params = {
|
|
|
38770
39444
|
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
38771
39445
|
};
|
|
38772
39446
|
|
|
39447
|
+
/**
|
|
39448
|
+
* Function TAGame.GameEvent_TA.CanSpawnPlayer
|
|
39449
|
+
*/
|
|
39450
|
+
export type GameEvent_TA_CanSpawnPlayer_Params = {
|
|
39451
|
+
NewPlayer: UController; // 0x0000 (0x0008) [UController*] [CPF_Parm]
|
|
39452
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
39453
|
+
PC: UPlayerController_TA; // 0x0010 (0x0008) [UPlayerController_TA*]
|
|
39454
|
+
};
|
|
39455
|
+
|
|
39456
|
+
/**
|
|
39457
|
+
* Function TAGame.GameEvent_TA.CanSpawnWithoutAntiCheatAuthComplete
|
|
39458
|
+
*/
|
|
39459
|
+
export type GameEvent_TA_CanSpawnWithoutAntiCheatAuthComplete_Params = {
|
|
39460
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
39461
|
+
};
|
|
39462
|
+
|
|
38773
39463
|
/**
|
|
38774
39464
|
* Function TAGame.GameEvent_TA.CanSpectate
|
|
38775
39465
|
*/
|
|
@@ -39471,6 +40161,13 @@ export type GameEvent_TA_IsPlayingAutoTournament_Params = {
|
|
|
39471
40161
|
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
39472
40162
|
};
|
|
39473
40163
|
|
|
40164
|
+
/**
|
|
40165
|
+
* Function TAGame.GameEvent_TA.IsPlayingFreeplay
|
|
40166
|
+
*/
|
|
40167
|
+
export type GameEvent_TA_IsPlayingFreeplay_Params = {
|
|
40168
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
40169
|
+
};
|
|
40170
|
+
|
|
39474
40171
|
/**
|
|
39475
40172
|
* Function TAGame.GameEvent_TA.IsPlayingFTE
|
|
39476
40173
|
*/
|
|
@@ -39610,6 +40307,13 @@ export type GameEvent_TA_NotifyKismetGameStateChanged_Params = {
|
|
|
39610
40307
|
Evt: USeqEvent_GameEventStateChanged_TA; // 0x0000 (0x0008) [USeqEvent_GameEventStateChanged_TA*]
|
|
39611
40308
|
};
|
|
39612
40309
|
|
|
40310
|
+
/**
|
|
40311
|
+
* Function TAGame.GameEvent_TA.NotifyMatchTypeSet
|
|
40312
|
+
*/
|
|
40313
|
+
export type GameEvent_TA_NotifyMatchTypeSet_Params = {
|
|
40314
|
+
Callback: FScriptDelegate; // 0x0000 (0x0018) [FScriptDelegate] [CPF_Parm]
|
|
40315
|
+
};
|
|
40316
|
+
|
|
39613
40317
|
/**
|
|
39614
40318
|
* Function TAGame.GameEvent_TA.OnAllPlayersReady
|
|
39615
40319
|
*/
|
|
@@ -39779,6 +40483,13 @@ export type GameEvent_TA_RemoveCar_Params = {
|
|
|
39779
40483
|
Car: UCar_TA; // 0x0000 (0x0008) [UCar_TA*] [CPF_Parm]
|
|
39780
40484
|
};
|
|
39781
40485
|
|
|
40486
|
+
/**
|
|
40487
|
+
* Function TAGame.GameEvent_TA.RemoveEACViolator
|
|
40488
|
+
*/
|
|
40489
|
+
export type GameEvent_TA_RemoveEACViolator_Params = {
|
|
40490
|
+
PC: UPlayerController_TA; // 0x0000 (0x0008) [UPlayerController_TA*] [CPF_Parm]
|
|
40491
|
+
};
|
|
40492
|
+
|
|
39782
40493
|
/**
|
|
39783
40494
|
* Function TAGame.GameEvent_TA.RemoveLocalPlayer
|
|
39784
40495
|
*/
|
|
@@ -44183,6 +44894,13 @@ export type GameplaySettingsSave_TA___GameplaySettingsSave_TA__GetVersionDelegat
|
|
|
44183
44894
|
SaveObj: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
|
|
44184
44895
|
};
|
|
44185
44896
|
|
|
44897
|
+
/**
|
|
44898
|
+
* Function TAGame.GameplaySettingsSave_TA.__GameplaySettingsSave_TA__GetVersionDelegates_0x2
|
|
44899
|
+
*/
|
|
44900
|
+
export type GameplaySettingsSave_TA___GameplaySettingsSave_TA__GetVersionDelegates_0x2_Params = {
|
|
44901
|
+
SaveObj: UObject; // 0x0000 (0x0008) [UObject*] [CPF_Parm]
|
|
44902
|
+
};
|
|
44903
|
+
|
|
44186
44904
|
/**
|
|
44187
44905
|
* Function TAGame.GameplaySettingsSave_TA.__MatchChatFilter__ChangeNotifyFunc
|
|
44188
44906
|
*/
|
|
@@ -45188,6 +45906,79 @@ export type GFxData_AdHoc_TA_OnEnabled_Params = {};
|
|
|
45188
45906
|
*/
|
|
45189
45907
|
export type GFxData_AdHoc_TA_OnEnabledError_Params = {};
|
|
45190
45908
|
|
|
45909
|
+
/**
|
|
45910
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.__GFxData_AntiCheatStatus_TA__TriggerAntiCheatDisabledModal_0x1
|
|
45911
|
+
*/
|
|
45912
|
+
export type GFxData_AntiCheatStatus_TA___GFxData_AntiCheatStatus_TA__TriggerAntiCheatDisabledModal_0x1_Params = {
|
|
45913
|
+
_: UGFxModal_X; // 0x0000 (0x0008) [UGFxModal_X*] [CPF_Parm]
|
|
45914
|
+
};
|
|
45915
|
+
|
|
45916
|
+
/**
|
|
45917
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.HandleAntiCheatEnabledChanged
|
|
45918
|
+
*/
|
|
45919
|
+
export type GFxData_AntiCheatStatus_TA_HandleAntiCheatEnabledChanged_Params = {};
|
|
45920
|
+
|
|
45921
|
+
/**
|
|
45922
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.HandleAntiCheatMessenger
|
|
45923
|
+
*/
|
|
45924
|
+
export type GFxData_AntiCheatStatus_TA_HandleAntiCheatMessenger_Params = {
|
|
45925
|
+
AntiCheatStatus: UGFxData_AntiCheatStatus_TA; // 0x0000 (0x0008) [UGFxData_AntiCheatStatus_TA*] [CPF_Parm]
|
|
45926
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0008 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm]
|
|
45927
|
+
};
|
|
45928
|
+
|
|
45929
|
+
/**
|
|
45930
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.HandleAuthStatusComplete
|
|
45931
|
+
*/
|
|
45932
|
+
export type GFxData_AntiCheatStatus_TA_HandleAuthStatusComplete_Params = {
|
|
45933
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0000 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm]
|
|
45934
|
+
};
|
|
45935
|
+
|
|
45936
|
+
/**
|
|
45937
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.HandleClientIntegrityViolation
|
|
45938
|
+
*/
|
|
45939
|
+
export type GFxData_AntiCheatStatus_TA_HandleClientIntegrityViolation_Params = {
|
|
45940
|
+
Message: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
45941
|
+
};
|
|
45942
|
+
|
|
45943
|
+
/**
|
|
45944
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.HandleMessengerDestroyed
|
|
45945
|
+
*/
|
|
45946
|
+
export type GFxData_AntiCheatStatus_TA_HandleMessengerDestroyed_Params = {
|
|
45947
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0000 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm]
|
|
45948
|
+
};
|
|
45949
|
+
|
|
45950
|
+
/**
|
|
45951
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.HandlePreventSpawnChanged
|
|
45952
|
+
*/
|
|
45953
|
+
export type GFxData_AntiCheatStatus_TA_HandlePreventSpawnChanged_Params = {
|
|
45954
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0000 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm]
|
|
45955
|
+
};
|
|
45956
|
+
|
|
45957
|
+
/**
|
|
45958
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.HandlePsyNetConnection
|
|
45959
|
+
*/
|
|
45960
|
+
export type GFxData_AntiCheatStatus_TA_HandlePsyNetConnection_Params = {
|
|
45961
|
+
Connection: UPsyNetConnection_X; // 0x0000 (0x0008) [UPsyNetConnection_X*] [CPF_Parm]
|
|
45962
|
+
OnlinePlayer: UOnlinePlayer_TA; // 0x0008 (0x0008) [UOnlinePlayer_TA*]
|
|
45963
|
+
};
|
|
45964
|
+
|
|
45965
|
+
/**
|
|
45966
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.OnShellSet
|
|
45967
|
+
*/
|
|
45968
|
+
export type GFxData_AntiCheatStatus_TA_OnShellSet_Params = {};
|
|
45969
|
+
|
|
45970
|
+
/**
|
|
45971
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.PromptAntiCheatError
|
|
45972
|
+
*/
|
|
45973
|
+
export type GFxData_AntiCheatStatus_TA_PromptAntiCheatError_Params = {
|
|
45974
|
+
AntiCheatMessage: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
45975
|
+
};
|
|
45976
|
+
|
|
45977
|
+
/**
|
|
45978
|
+
* Function TAGame.GFxData_AntiCheatStatus_TA.TriggerAntiCheatDisabledModal
|
|
45979
|
+
*/
|
|
45980
|
+
export type GFxData_AntiCheatStatus_TA_TriggerAntiCheatDisabledModal_Params = {};
|
|
45981
|
+
|
|
45191
45982
|
/**
|
|
45192
45983
|
* Function TAGame.GFxData_AutoTour_CompletedResults_TA.__GFxData_AutoTour_CompletedResults_TA__HandleFailedToRetrieveResults_0x1
|
|
45193
45984
|
*/
|
|
@@ -46300,6 +47091,22 @@ export type GFxData_ChallengeFolder_TA___GFxData_ChallengeFolder_TA__RefreshNoti
|
|
|
46300
47091
|
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
46301
47092
|
};
|
|
46302
47093
|
|
|
47094
|
+
/**
|
|
47095
|
+
* Function TAGame.GFxData_ChallengeFolder_TA.__GFxData_ChallengeFolder_TA__RefreshNotifies_0x5
|
|
47096
|
+
*/
|
|
47097
|
+
export type GFxData_ChallengeFolder_TA___GFxData_ChallengeFolder_TA__RefreshNotifies_0x5_Params = {
|
|
47098
|
+
P: UChallenge_TA; // 0x0000 (0x0008) [UChallenge_TA*] [CPF_Parm]
|
|
47099
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
47100
|
+
};
|
|
47101
|
+
|
|
47102
|
+
/**
|
|
47103
|
+
* Function TAGame.GFxData_ChallengeFolder_TA.__GFxData_ChallengeFolder_TA__RefreshNotifies_0x6
|
|
47104
|
+
*/
|
|
47105
|
+
export type GFxData_ChallengeFolder_TA___GFxData_ChallengeFolder_TA__RefreshNotifies_0x6_Params = {
|
|
47106
|
+
P: UChallenge_TA; // 0x0000 (0x0008) [UChallenge_TA*] [CPF_Parm]
|
|
47107
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
47108
|
+
};
|
|
47109
|
+
|
|
46303
47110
|
/**
|
|
46304
47111
|
* Function TAGame.GFxData_ChallengeFolder_TA.__GFxData_ChallengeFolder_TA__RemoveSubFolders_0x1
|
|
46305
47112
|
*/
|
|
@@ -46459,6 +47266,9 @@ export type GFxData_ChallengeFolder_TA_OnShellSet_Params = {};
|
|
|
46459
47266
|
*/
|
|
46460
47267
|
export type GFxData_ChallengeFolder_TA_RefreshNotifies_Params = {
|
|
46461
47268
|
Challenges: UChallenge_TA[]; // 0x0000 (0x0010) [TArray<UChallenge_TA*>] [CPF_Parm | CPF_OutParm]
|
|
47269
|
+
PossibleChallenges: UChallenge_TA[]; // 0x0010 (0x0010) [TArray<UChallenge_TA*>]
|
|
47270
|
+
FilterLocal_0x1: UChallenge_TA[]; // 0x0020 (0x0010) [TArray<UChallenge_TA*>] [CPF_OutParm]
|
|
47271
|
+
FilterLocal_0x2: UChallenge_TA[]; // 0x0030 (0x0010) [TArray<UChallenge_TA*>] [CPF_OutParm]
|
|
46462
47272
|
};
|
|
46463
47273
|
|
|
46464
47274
|
/**
|
|
@@ -52777,6 +53587,7 @@ export type GFxData_Friends_TA_ReportRecentPlayerManyReasons_Params = {
|
|
|
52777
53587
|
ReportList: FReportedPlayerInfo[]; // 0x0108 (0x0010) [TArray<FReportedPlayerInfo>]
|
|
52778
53588
|
EOS: UOnlineSubsystemEOS; // 0x0118 (0x0008) [UOnlineSubsystemEOS*]
|
|
52779
53589
|
GameID: string; // 0x0120 (0x0010) [FString]
|
|
53590
|
+
_0x1: U__GFxData_Friends_TA__ReportRecentPlayerManyReasons_0x1; // 0x0130 (0x0008) [U__GFxData_Friends_TA__ReportRecentPlayerManyReasons_0x1*]
|
|
52780
53591
|
};
|
|
52781
53592
|
|
|
52782
53593
|
/**
|
|
@@ -55813,6 +56624,13 @@ export type GFxData_Matchmaking_TA_CancelNextDisplayMessage_Params = {};
|
|
|
55813
56624
|
*/
|
|
55814
56625
|
export type GFxData_Matchmaking_TA_CancelSearch_Params = {};
|
|
55815
56626
|
|
|
56627
|
+
/**
|
|
56628
|
+
* Function TAGame.GFxData_Matchmaking_TA.CancelSearchOnError
|
|
56629
|
+
*/
|
|
56630
|
+
export type GFxData_Matchmaking_TA_CancelSearchOnError_Params = {
|
|
56631
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
56632
|
+
};
|
|
56633
|
+
|
|
55816
56634
|
/**
|
|
55817
56635
|
* Function TAGame.GFxData_Matchmaking_TA.DeselectAllPlaylists
|
|
55818
56636
|
*/
|
|
@@ -55840,6 +56658,16 @@ export type GFxData_Matchmaking_TA_GetAccessiblePlaylists_Params = {
|
|
|
55840
56658
|
ReturnValue: FName[]; // 0x0000 (0x0010) [TArray<FName>] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
55841
56659
|
};
|
|
55842
56660
|
|
|
56661
|
+
/**
|
|
56662
|
+
* Function TAGame.GFxData_Matchmaking_TA.GetAntiCheatErrorForPlaylists
|
|
56663
|
+
*/
|
|
56664
|
+
export type GFxData_Matchmaking_TA_GetAntiCheatErrorForPlaylists_Params = {
|
|
56665
|
+
PlaylistIds: number[]; // 0x0000 (0x0010) [TArray<int32>] [CPF_Parm | CPF_OutParm]
|
|
56666
|
+
ReturnValue: UError; // 0x0010 (0x0008) [UError*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
56667
|
+
PlaylistId: number; // 0x0018 (0x0004) [int32]
|
|
56668
|
+
AntiCheatError: UError; // 0x0020 (0x0008) [UError*]
|
|
56669
|
+
};
|
|
56670
|
+
|
|
55843
56671
|
/**
|
|
55844
56672
|
* Function TAGame.GFxData_Matchmaking_TA.GetCompetitivePartyRestrictionError
|
|
55845
56673
|
*/
|
|
@@ -55881,6 +56709,8 @@ export type GFxData_Matchmaking_TA_GetOnlineStatusError_Params = {
|
|
|
55881
56709
|
ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
55882
56710
|
NewStatusError: string; // 0x0010 (0x0010) [FString]
|
|
55883
56711
|
AccessiblePlaylists: FName[]; // 0x0020 (0x0010) [TArray<FName>]
|
|
56712
|
+
PossiblePlaylists: number[]; // 0x0030 (0x0010) [TArray<int32>]
|
|
56713
|
+
AntiCheatError: UError; // 0x0040 (0x0008) [UError*]
|
|
55884
56714
|
};
|
|
55885
56715
|
|
|
55886
56716
|
/**
|
|
@@ -55890,6 +56720,11 @@ export type GFxData_Matchmaking_TA_GetStatusOwnerValue_Params = {
|
|
|
55890
56720
|
ReturnValue: SearchStatusOwner; // 0x0000 (0x0001) [SearchStatusOwner] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
55891
56721
|
};
|
|
55892
56722
|
|
|
56723
|
+
/**
|
|
56724
|
+
* Function TAGame.GFxData_Matchmaking_TA.HandleCurrentNodeChanged
|
|
56725
|
+
*/
|
|
56726
|
+
export type GFxData_Matchmaking_TA_HandleCurrentNodeChanged_Params = {};
|
|
56727
|
+
|
|
55893
56728
|
/**
|
|
55894
56729
|
* Function TAGame.GFxData_Matchmaking_TA.HandleDisableCrossPlayChange
|
|
55895
56730
|
*/
|
|
@@ -56034,8 +56869,9 @@ export type GFxData_Matchmaking_TA_StartMatchmaking_Params = {
|
|
|
56034
56869
|
OnlineGamePlaylists: UOnlineGamePlaylists_X; // 0x0030 (0x0008) [UOnlineGamePlaylists_X*]
|
|
56035
56870
|
ArrayInitializer_0x1: number[]; // 0x0038 (0x0010) [TArray<int32>] [CPF_OutParm]
|
|
56036
56871
|
AccessiblePlaylists: FName[]; // 0x0048 (0x0010) [TArray<FName>]
|
|
56037
|
-
|
|
56038
|
-
|
|
56872
|
+
Index: number; // 0x0058 (0x0004) [int32]
|
|
56873
|
+
Row: UGFxData_Playlist_TA; // 0x0060 (0x0008) [UGFxData_Playlist_TA*]
|
|
56874
|
+
SearchingError: UError; // 0x0068 (0x0008) [UError*]
|
|
56039
56875
|
};
|
|
56040
56876
|
|
|
56041
56877
|
/**
|
|
@@ -56227,6 +57063,11 @@ export type GFxData_MenuTree_TA_EnterTreeAtRoot_Params = {
|
|
|
56227
57063
|
_0x1: U__GFxData_MenuTree_TA__EnterTreeAtRoot_0x1; // 0x0010 (0x0008) [U__GFxData_MenuTree_TA__EnterTreeAtRoot_0x1*]
|
|
56228
57064
|
};
|
|
56229
57065
|
|
|
57066
|
+
/**
|
|
57067
|
+
* Function TAGame.GFxData_MenuTree_TA.EventCurrentNodeChanged
|
|
57068
|
+
*/
|
|
57069
|
+
export type GFxData_MenuTree_TA_EventCurrentNodeChanged_Params = {};
|
|
57070
|
+
|
|
56230
57071
|
/**
|
|
56231
57072
|
* Function TAGame.GFxData_MenuTree_TA.ExitTree
|
|
56232
57073
|
*/
|
|
@@ -56368,6 +57209,14 @@ export type GFxData_MenuTreeNode_Playlist_TA_GetCurrentPlaylistEndTime_Params =
|
|
|
56368
57209
|
ReturnValue: bigint; // 0x0000 (0x0008) [uint64] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
56369
57210
|
};
|
|
56370
57211
|
|
|
57212
|
+
/**
|
|
57213
|
+
* Function TAGame.GFxData_MenuTreeNode_Playlist_TA.SetEnabled
|
|
57214
|
+
*/
|
|
57215
|
+
export type GFxData_MenuTreeNode_Playlist_TA_SetEnabled_Params = {
|
|
57216
|
+
bValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
57217
|
+
GFxPlaylist: UGFxData_Playlist_TA; // 0x0008 (0x0008) [UGFxData_Playlist_TA*]
|
|
57218
|
+
};
|
|
57219
|
+
|
|
56371
57220
|
/**
|
|
56372
57221
|
* Function TAGame.GFxData_MenuTreeNode_Playlist_TA.UpdateLock
|
|
56373
57222
|
*/
|
|
@@ -59310,6 +60159,13 @@ export type GFxData_OnlineFreeplay_TA_StartSearch_Params = {
|
|
|
59310
60159
|
*/
|
|
59311
60160
|
export type GFxData_OnlineMatch_TA_CancelSearch_Params = {};
|
|
59312
60161
|
|
|
60162
|
+
/**
|
|
60163
|
+
* Function TAGame.GFxData_OnlineMatch_TA.CancelSearchOnError
|
|
60164
|
+
*/
|
|
60165
|
+
export type GFxData_OnlineMatch_TA_CancelSearchOnError_Params = {
|
|
60166
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
60167
|
+
};
|
|
60168
|
+
|
|
59313
60169
|
/**
|
|
59314
60170
|
* Function TAGame.GFxData_OnlineMatch_TA.ClearUpdateOnlineStatusTimer
|
|
59315
60171
|
*/
|
|
@@ -62084,6 +62940,7 @@ export type GFxData_PrivateMatch_TA_StartSearch_Params = {
|
|
|
62084
62940
|
export type GFxData_PrivateMatch_TA_StartSearchWithSettings_Params = {
|
|
62085
62941
|
Settings: FCustomMatchSettings; // 0x0000 (0x0088) [FCustomMatchSettings] [CPF_Parm | CPF_OutParm]
|
|
62086
62942
|
SelectedRegion: string; // 0x0088 (0x0010) [FString]
|
|
62943
|
+
AntiCheatError: UError; // 0x0098 (0x0008) [UError*]
|
|
62087
62944
|
};
|
|
62088
62945
|
|
|
62089
62946
|
/**
|
|
@@ -64526,6 +65383,11 @@ export type GFxData_ReplayViewer_TA_InitCameraModes_Params = {
|
|
|
64526
65383
|
Mode: FLocalizedCameraMode; // 0x0010 (0x0030) [FLocalizedCameraMode]
|
|
64527
65384
|
};
|
|
64528
65385
|
|
|
65386
|
+
/**
|
|
65387
|
+
* Function TAGame.GFxData_ReplayViewer_TA.OnShellSet
|
|
65388
|
+
*/
|
|
65389
|
+
export type GFxData_ReplayViewer_TA_OnShellSet_Params = {};
|
|
65390
|
+
|
|
64529
65391
|
/**
|
|
64530
65392
|
* Function TAGame.GFxData_ReplayViewer_TA.OnTimelineScrub
|
|
64531
65393
|
*/
|
|
@@ -64594,8 +65456,7 @@ export type GFxData_ReplayViewer_TA_SetCameraMode_Params = {
|
|
|
64594
65456
|
*/
|
|
64595
65457
|
export type GFxData_ReplayViewer_TA_SetFocusActorString_Params = {
|
|
64596
65458
|
InFocusActorString: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
64597
|
-
|
|
64598
|
-
CarIdString: string; // 0x0020 (0x0010) [FString]
|
|
65459
|
+
CarIdString: string; // 0x0010 (0x0010) [FString]
|
|
64599
65460
|
};
|
|
64600
65461
|
|
|
64601
65462
|
/**
|
|
@@ -65875,6 +66736,13 @@ export type GFxData_Settings_TA_CreateScalarUserSetting_Params = {
|
|
|
65875
66736
|
Index: number; // 0x0070 (0x0004) [int32]
|
|
65876
66737
|
};
|
|
65877
66738
|
|
|
66739
|
+
/**
|
|
66740
|
+
* Function TAGame.GFxData_Settings_TA.CreateStatGraphs
|
|
66741
|
+
*/
|
|
66742
|
+
export type GFxData_Settings_TA_CreateStatGraphs_Params = {
|
|
66743
|
+
StatGraph: UStatGraphSystem_TA; // 0x0000 (0x0008) [UStatGraphSystem_TA*]
|
|
66744
|
+
};
|
|
66745
|
+
|
|
65878
66746
|
/**
|
|
65879
66747
|
* Function TAGame.GFxData_Settings_TA.CrossplayPartyValidation
|
|
65880
66748
|
*/
|
|
@@ -66400,7 +67268,7 @@ export type GFxData_Settings_TA_GetFilterTextChat_Params = {
|
|
|
66400
67268
|
*/
|
|
66401
67269
|
export type GFxData_Settings_TA_GetFlipResetFxPref_Params = {
|
|
66402
67270
|
UserSetting: UGFxData_UserSetting_TA; // 0x0000 (0x0008) [UGFxData_UserSetting_TA*] [CPF_Parm]
|
|
66403
|
-
ReturnValue:
|
|
67271
|
+
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
66404
67272
|
};
|
|
66405
67273
|
|
|
66406
67274
|
/**
|
|
@@ -66459,6 +67327,14 @@ export type GFxData_Settings_TA_GetFreeplayBoostFillType_Params = {
|
|
|
66459
67327
|
ReturnValue: string; // 0x0008 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
66460
67328
|
};
|
|
66461
67329
|
|
|
67330
|
+
/**
|
|
67331
|
+
* Function TAGame.GFxData_Settings_TA.GetFreeplayColors
|
|
67332
|
+
*/
|
|
67333
|
+
export type GFxData_Settings_TA_GetFreeplayColors_Params = {
|
|
67334
|
+
UserSetting: UGFxData_UserSetting_TA; // 0x0000 (0x0008) [UGFxData_UserSetting_TA*] [CPF_Parm]
|
|
67335
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
67336
|
+
};
|
|
67337
|
+
|
|
66462
67338
|
/**
|
|
66463
67339
|
* Function TAGame.GFxData_Settings_TA.GetGameplayMusicVolume
|
|
66464
67340
|
*/
|
|
@@ -66518,6 +67394,14 @@ export type GFxData_Settings_TA_GetHDRPaperWhiteScale_Params = {
|
|
|
66518
67394
|
ReturnValue: number; // 0x0008 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
66519
67395
|
};
|
|
66520
67396
|
|
|
67397
|
+
/**
|
|
67398
|
+
* Function TAGame.GFxData_Settings_TA.GetHideHUD
|
|
67399
|
+
*/
|
|
67400
|
+
export type GFxData_Settings_TA_GetHideHUD_Params = {
|
|
67401
|
+
UserSetting: UGFxData_UserSetting_TA; // 0x0000 (0x0008) [UGFxData_UserSetting_TA*] [CPF_Parm]
|
|
67402
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
67403
|
+
};
|
|
67404
|
+
|
|
66521
67405
|
/**
|
|
66522
67406
|
* Function TAGame.GFxData_Settings_TA.GetHighQualityShaders
|
|
66523
67407
|
*/
|
|
@@ -67321,10 +68205,10 @@ export type GFxData_Settings_TA_InitGameplaySettings_Params = {
|
|
|
67321
68205
|
*/
|
|
67322
68206
|
export type GFxData_Settings_TA_InitInterfaceSettings_Params = {
|
|
67323
68207
|
GameEvent: UGameEvent_TA; // 0x0000 (0x0008) [UGameEvent_TA*]
|
|
67324
|
-
|
|
67325
|
-
|
|
67326
|
-
|
|
67327
|
-
|
|
68208
|
+
bShowColorBlindSetting: boolean; // 0x0008 (0x0004) [bool : 0x1]
|
|
68209
|
+
bShopNotificationsPermission: boolean; // 0x000c (0x0004) [bool : 0x1]
|
|
68210
|
+
bShopNotificationsPermissionDefault: boolean; // 0x0010 (0x0004) [bool : 0x1]
|
|
68211
|
+
ShowItemShopNotificationsSetting: UGFxData_UserSetting_TA; // 0x0018 (0x0008) [UGFxData_UserSetting_TA*]
|
|
67328
68212
|
Permissions: FPlayerPermissions; // 0x0020 (0x0010) [FPlayerPermissions]
|
|
67329
68213
|
bAllowMarketing: boolean; // 0x0030 (0x0004) [bool : 0x1]
|
|
67330
68214
|
bAllowExperience: boolean; // 0x0034 (0x0004) [bool : 0x1]
|
|
@@ -67449,6 +68333,13 @@ export type GFxData_Settings_TA_OnShellSet_Params = {
|
|
|
67449
68333
|
AccountSettings: UAccountSettingsComponent_TA; // 0x0000 (0x0008) [UAccountSettingsComponent_TA*]
|
|
67450
68334
|
};
|
|
67451
68335
|
|
|
68336
|
+
/**
|
|
68337
|
+
* Function TAGame.GFxData_Settings_TA.PopulateStatGraphs
|
|
68338
|
+
*/
|
|
68339
|
+
export type GFxData_Settings_TA_PopulateStatGraphs_Params = {
|
|
68340
|
+
StatGraphSetting: UGFxData_UserSetting_TA; // 0x0000 (0x0008) [UGFxData_UserSetting_TA*] [CPF_Parm]
|
|
68341
|
+
};
|
|
68342
|
+
|
|
67452
68343
|
/**
|
|
67453
68344
|
* Function TAGame.GFxData_Settings_TA.RefreshSteamInputSettings
|
|
67454
68345
|
*/
|
|
@@ -68003,7 +68894,7 @@ export type GFxData_Settings_TA_SetFilterTextChat_Params = {
|
|
|
68003
68894
|
*/
|
|
68004
68895
|
export type GFxData_Settings_TA_SetFlipResetFxPref_Params = {
|
|
68005
68896
|
UserSetting: UGFxData_UserSetting_TA; // 0x0000 (0x0008) [UGFxData_UserSetting_TA*] [CPF_Parm]
|
|
68006
|
-
|
|
68897
|
+
Value: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
68007
68898
|
};
|
|
68008
68899
|
|
|
68009
68900
|
/**
|
|
@@ -68063,6 +68954,15 @@ export type GFxData_Settings_TA_SetFreeplayBoostFillType_Params = {
|
|
|
68063
68954
|
Value: string; // 0x0008 (0x0010) [FString] [CPF_Parm]
|
|
68064
68955
|
};
|
|
68065
68956
|
|
|
68957
|
+
/**
|
|
68958
|
+
* Function TAGame.GFxData_Settings_TA.SetFreeplayColors
|
|
68959
|
+
*/
|
|
68960
|
+
export type GFxData_Settings_TA_SetFreeplayColors_Params = {
|
|
68961
|
+
UserSetting: UGFxData_UserSetting_TA; // 0x0000 (0x0008) [UGFxData_UserSetting_TA*] [CPF_Parm]
|
|
68962
|
+
bValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
68963
|
+
TeamColor: UTeamColorPreferences_TA; // 0x0010 (0x0008) [UTeamColorPreferences_TA*]
|
|
68964
|
+
};
|
|
68965
|
+
|
|
68066
68966
|
/**
|
|
68067
68967
|
* Function TAGame.GFxData_Settings_TA.SetGameplayMusicVolume
|
|
68068
68968
|
*/
|
|
@@ -68119,6 +69019,14 @@ export type GFxData_Settings_TA_SetHDRPaperWhiteScale_Params = {
|
|
|
68119
69019
|
Command: string; // 0x0010 (0x0010) [FString]
|
|
68120
69020
|
};
|
|
68121
69021
|
|
|
69022
|
+
/**
|
|
69023
|
+
* Function TAGame.GFxData_Settings_TA.SetHideHUD
|
|
69024
|
+
*/
|
|
69025
|
+
export type GFxData_Settings_TA_SetHideHUD_Params = {
|
|
69026
|
+
UserSetting: UGFxData_UserSetting_TA; // 0x0000 (0x0008) [UGFxData_UserSetting_TA*] [CPF_Parm]
|
|
69027
|
+
bValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
69028
|
+
};
|
|
69029
|
+
|
|
68122
69030
|
/**
|
|
68123
69031
|
* Function TAGame.GFxData_Settings_TA.SetHighQualityShaders
|
|
68124
69032
|
*/
|
|
@@ -70257,6 +71165,13 @@ export type GFxData_SupportACreator_TA_SetSupportACreator_Params = {
|
|
|
70257
71165
|
bCanceled: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
70258
71166
|
};
|
|
70259
71167
|
|
|
71168
|
+
/**
|
|
71169
|
+
* Function TAGame.GFxData_System_TA.__GFxData_System_TA__HandleProfileSet_0x1
|
|
71170
|
+
*/
|
|
71171
|
+
export type GFxData_System_TA___GFxData_System_TA__HandleProfileSet_0x1_Params = {
|
|
71172
|
+
SettingsSave: UProfileGameplaySave_TA; // 0x0000 (0x0008) [UProfileGameplaySave_TA*] [CPF_Parm]
|
|
71173
|
+
};
|
|
71174
|
+
|
|
70260
71175
|
/**
|
|
70261
71176
|
* Function TAGame.GFxData_System_TA.__GFxData_System_TA__OnShellSet_0x2
|
|
70262
71177
|
*/
|
|
@@ -70276,6 +71191,13 @@ export type GFxData_System_TA_HandleAvailableGamepadTypeChanged_Params = {
|
|
|
70276
71191
|
Engine: UGFxEngine_X; // 0x0000 (0x0008) [UGFxEngine_X*] [CPF_Parm]
|
|
70277
71192
|
};
|
|
70278
71193
|
|
|
71194
|
+
/**
|
|
71195
|
+
* Function TAGame.GFxData_System_TA.HandleGameplaySaveChanged
|
|
71196
|
+
*/
|
|
71197
|
+
export type GFxData_System_TA_HandleGameplaySaveChanged_Params = {
|
|
71198
|
+
_: USaveObject_TA; // 0x0000 (0x0008) [USaveObject_TA*] [CPF_Parm]
|
|
71199
|
+
};
|
|
71200
|
+
|
|
70279
71201
|
/**
|
|
70280
71202
|
* Function TAGame.GFxData_System_TA.HandleLocalPlayerChanged
|
|
70281
71203
|
*/
|
|
@@ -70393,6 +71315,13 @@ export type GFxData_System_TA_SetExclusiveInput_Params = {
|
|
|
70393
71315
|
bEnabled: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
70394
71316
|
};
|
|
70395
71317
|
|
|
71318
|
+
/**
|
|
71319
|
+
* Function TAGame.GFxData_System_TA.SetHideHUD
|
|
71320
|
+
*/
|
|
71321
|
+
export type GFxData_System_TA_SetHideHUD_Params = {
|
|
71322
|
+
bHide: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
71323
|
+
};
|
|
71324
|
+
|
|
70396
71325
|
/**
|
|
70397
71326
|
* Function TAGame.GFxData_System_TA.SetSharedUIState
|
|
70398
71327
|
*/
|
|
@@ -77465,6 +78394,21 @@ export type GRI_TA_GetTimeString_Params = {
|
|
|
77465
78394
|
OutValue: string; // 0x0030 (0x0010) [FString]
|
|
77466
78395
|
};
|
|
77467
78396
|
|
|
78397
|
+
/**
|
|
78398
|
+
* Function TAGame.GRI_TA.HandleGameEvent
|
|
78399
|
+
*/
|
|
78400
|
+
export type GRI_TA_HandleGameEvent_Params = {
|
|
78401
|
+
GameEvent: UGameEvent_TA; // 0x0000 (0x0008) [UGameEvent_TA*] [CPF_Parm]
|
|
78402
|
+
};
|
|
78403
|
+
|
|
78404
|
+
/**
|
|
78405
|
+
* Function TAGame.GRI_TA.HandleMatchTypeSet
|
|
78406
|
+
*/
|
|
78407
|
+
export type GRI_TA_HandleMatchTypeSet_Params = {
|
|
78408
|
+
GameEvent: UGameEvent_TA; // 0x0000 (0x0008) [UGameEvent_TA*] [CPF_Parm]
|
|
78409
|
+
NewGuid: FGuid; // 0x0008 (0x0010) [FGuid]
|
|
78410
|
+
};
|
|
78411
|
+
|
|
77468
78412
|
/**
|
|
77469
78413
|
* Function TAGame.GRI_TA.HandleTalkingStatusChange
|
|
77470
78414
|
*/
|
|
@@ -82797,6 +83741,327 @@ export type MatchSeries_TA_ScoreGame_Params = {
|
|
|
82797
83741
|
TeamIndex: number; // 0x0000 (0x0004) [int32] [CPF_Parm]
|
|
82798
83742
|
};
|
|
82799
83743
|
|
|
83744
|
+
/**
|
|
83745
|
+
* Function TAGame.MatchStatsExporter_TA.AllowExtraPlayerStateData
|
|
83746
|
+
*/
|
|
83747
|
+
export type MatchStatsExporter_TA_AllowExtraPlayerStateData_Params = {
|
|
83748
|
+
PRI: UPRI_TA; // 0x0000 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
83749
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83750
|
+
PrimaryPRI: UPRI_TA; // 0x0010 (0x0008) [UPRI_TA*]
|
|
83751
|
+
};
|
|
83752
|
+
|
|
83753
|
+
/**
|
|
83754
|
+
* Function TAGame.MatchStatsExporter_TA.BroadcastEvent
|
|
83755
|
+
*/
|
|
83756
|
+
export type MatchStatsExporter_TA_BroadcastEvent_Params = {
|
|
83757
|
+
EventName: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
83758
|
+
Data: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
83759
|
+
NewEvent: FStatsSocketEvent; // 0x0020 (0x0020) [FStatsSocketEvent]
|
|
83760
|
+
JsonData: string; // 0x0040 (0x0010) [FString]
|
|
83761
|
+
};
|
|
83762
|
+
|
|
83763
|
+
/**
|
|
83764
|
+
* Function TAGame.MatchStatsExporter_TA.BroadcastMatchGUIDEvent
|
|
83765
|
+
*/
|
|
83766
|
+
export type MatchStatsExporter_TA_BroadcastMatchGUIDEvent_Params = {
|
|
83767
|
+
EventName: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
83768
|
+
NewEvent: FMatchGUIDEvent; // 0x0010 (0x0010) [FMatchGUIDEvent]
|
|
83769
|
+
MatchEventJson: string; // 0x0020 (0x0010) [FString]
|
|
83770
|
+
};
|
|
83771
|
+
|
|
83772
|
+
/**
|
|
83773
|
+
* Function TAGame.MatchStatsExporter_TA.CreateSocketManager
|
|
83774
|
+
*/
|
|
83775
|
+
export type MatchStatsExporter_TA_CreateSocketManager_Params = {
|
|
83776
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83777
|
+
};
|
|
83778
|
+
|
|
83779
|
+
/**
|
|
83780
|
+
* Function TAGame.MatchStatsExporter_TA.GetBallState
|
|
83781
|
+
*/
|
|
83782
|
+
export type MatchStatsExporter_TA_GetBallState_Params = {
|
|
83783
|
+
Ball: UBall_TA; // 0x0000 (0x0008) [UBall_TA*] [CPF_Parm]
|
|
83784
|
+
ReturnValue: FBallUpdateState; // 0x0008 (0x0008) [FBallUpdateState] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83785
|
+
NewBallState: FBallUpdateState; // 0x0010 (0x0008) [FBallUpdateState]
|
|
83786
|
+
BallSpeed: number; // 0x0018 (0x0004) [float]
|
|
83787
|
+
};
|
|
83788
|
+
|
|
83789
|
+
/**
|
|
83790
|
+
* Function TAGame.MatchStatsExporter_TA.GetClockUpdatedData
|
|
83791
|
+
*/
|
|
83792
|
+
export type MatchStatsExporter_TA_GetClockUpdatedData_Params = {
|
|
83793
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
83794
|
+
ReturnValue: FClockUpdatedEvent; // 0x0008 (0x0018) [FClockUpdatedEvent] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83795
|
+
NewEvent: FClockUpdatedEvent; // 0x0020 (0x0018) [FClockUpdatedEvent]
|
|
83796
|
+
};
|
|
83797
|
+
|
|
83798
|
+
/**
|
|
83799
|
+
* Function TAGame.MatchStatsExporter_TA.GetColorHexCode
|
|
83800
|
+
*/
|
|
83801
|
+
export type MatchStatsExporter_TA_GetColorHexCode_Params = {
|
|
83802
|
+
InColor: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm]
|
|
83803
|
+
ReturnValue: string; // 0x0010 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83804
|
+
};
|
|
83805
|
+
|
|
83806
|
+
/**
|
|
83807
|
+
* Function TAGame.MatchStatsExporter_TA.GetCrossbarHitData
|
|
83808
|
+
*/
|
|
83809
|
+
export type MatchStatsExporter_TA_GetCrossbarHitData_Params = {
|
|
83810
|
+
Ball: UBall_TA; // 0x0000 (0x0008) [UBall_TA*] [CPF_Parm]
|
|
83811
|
+
ImpactForce: number; // 0x0008 (0x0004) [float] [CPF_Parm]
|
|
83812
|
+
ReturnValue: FCrossbarHitData; // 0x0010 (0x0048) [FCrossbarHitData] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83813
|
+
NewCrossbarData: FCrossbarHitData; // 0x0058 (0x0048) [FCrossbarHitData]
|
|
83814
|
+
};
|
|
83815
|
+
|
|
83816
|
+
/**
|
|
83817
|
+
* Function TAGame.MatchStatsExporter_TA.GetGoalScoreDataEvent
|
|
83818
|
+
*/
|
|
83819
|
+
export type MatchStatsExporter_TA_GetGoalScoreDataEvent_Params = {
|
|
83820
|
+
Director: UReplayDirector_TA; // 0x0000 (0x0008) [UReplayDirector_TA*] [CPF_Parm]
|
|
83821
|
+
ReturnValue: FGoalScoreDataEvent; // 0x0008 (0x0078) [FGoalScoreDataEvent] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83822
|
+
NewScoreDataEvent: FGoalScoreDataEvent; // 0x0080 (0x0078) [FGoalScoreDataEvent]
|
|
83823
|
+
};
|
|
83824
|
+
|
|
83825
|
+
/**
|
|
83826
|
+
* Function TAGame.MatchStatsExporter_TA.GetMatchGUID
|
|
83827
|
+
*/
|
|
83828
|
+
export type MatchStatsExporter_TA_GetMatchGUID_Params = {
|
|
83829
|
+
ReturnValue: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83830
|
+
ReplayGameInfo: UGameInfo_Replay_TA; // 0x0010 (0x0008) [UGameInfo_Replay_TA*]
|
|
83831
|
+
GRI: UGRI_TA; // 0x0018 (0x0008) [UGRI_TA*]
|
|
83832
|
+
};
|
|
83833
|
+
|
|
83834
|
+
/**
|
|
83835
|
+
* Function TAGame.MatchStatsExporter_TA.GetMatchGUIDEvent
|
|
83836
|
+
*/
|
|
83837
|
+
export type MatchStatsExporter_TA_GetMatchGUIDEvent_Params = {
|
|
83838
|
+
ReturnValue: FMatchGUIDEvent; // 0x0000 (0x0010) [FMatchGUIDEvent] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83839
|
+
NewEvent: FMatchGUIDEvent; // 0x0010 (0x0010) [FMatchGUIDEvent]
|
|
83840
|
+
};
|
|
83841
|
+
|
|
83842
|
+
/**
|
|
83843
|
+
* Function TAGame.MatchStatsExporter_TA.GetPlayerDataPacket
|
|
83844
|
+
*/
|
|
83845
|
+
export type MatchStatsExporter_TA_GetPlayerDataPacket_Params = {
|
|
83846
|
+
PRI: UPRI_TA; // 0x0000 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
83847
|
+
ReturnValue: FPlayerDataPacket; // 0x0008 (0x0018) [FPlayerDataPacket] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83848
|
+
StructInitializer_0x1: FPlayerDataPacket; // 0x0020 (0x0018) [FPlayerDataPacket] [CPF_OutParm]
|
|
83849
|
+
TargetData: FPlayerDataPacket; // 0x0038 (0x0018) [FPlayerDataPacket]
|
|
83850
|
+
};
|
|
83851
|
+
|
|
83852
|
+
/**
|
|
83853
|
+
* Function TAGame.MatchStatsExporter_TA.GetPlayerState
|
|
83854
|
+
*/
|
|
83855
|
+
export type MatchStatsExporter_TA_GetPlayerState_Params = {
|
|
83856
|
+
PRI: UPRI_TA; // 0x0000 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
83857
|
+
ReturnValue: FPlayerUpdateState; // 0x0008 (0x0078) [FPlayerUpdateState] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83858
|
+
NewPlayerState: FPlayerUpdateState; // 0x0080 (0x0078) [FPlayerUpdateState]
|
|
83859
|
+
bAllowExtraData: boolean; // 0x00f8 (0x0004) [bool : 0x1]
|
|
83860
|
+
};
|
|
83861
|
+
|
|
83862
|
+
/**
|
|
83863
|
+
* Function TAGame.MatchStatsExporter_TA.GetStatTickerEvent
|
|
83864
|
+
*/
|
|
83865
|
+
export type MatchStatsExporter_TA_GetStatTickerEvent_Params = {
|
|
83866
|
+
Receiver: UPRI_TA; // 0x0000 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
83867
|
+
Victim: UPRI_TA; // 0x0008 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
83868
|
+
StatEvent: UStatEvent_TA; // 0x0010 (0x0008) [UStatEvent_TA*] [CPF_Parm]
|
|
83869
|
+
ReturnValue: FStatTickerEvent; // 0x0018 (0x0060) [FStatTickerEvent] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83870
|
+
NewStatTickerEvent: FStatTickerEvent; // 0x0078 (0x0060) [FStatTickerEvent]
|
|
83871
|
+
};
|
|
83872
|
+
|
|
83873
|
+
/**
|
|
83874
|
+
* Function TAGame.MatchStatsExporter_TA.GetTeamState
|
|
83875
|
+
*/
|
|
83876
|
+
export type MatchStatsExporter_TA_GetTeamState_Params = {
|
|
83877
|
+
Team: UTeam_TA; // 0x0000 (0x0008) [UTeam_TA*] [CPF_Parm]
|
|
83878
|
+
ReturnValue: FTeamUpdateState; // 0x0008 (0x0038) [FTeamUpdateState] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83879
|
+
StructInitializer_0x1: FTeamUpdateState; // 0x0040 (0x0038) [FTeamUpdateState] [CPF_OutParm]
|
|
83880
|
+
NewTeamState: FTeamUpdateState; // 0x0078 (0x0038) [FTeamUpdateState]
|
|
83881
|
+
PrimaryColor: FLinearColor; // 0x00b0 (0x0010) [FLinearColor]
|
|
83882
|
+
SecondaryColor: FLinearColor; // 0x00c0 (0x0010) [FLinearColor]
|
|
83883
|
+
};
|
|
83884
|
+
|
|
83885
|
+
/**
|
|
83886
|
+
* Function TAGame.MatchStatsExporter_TA.HandleActiveRoundChanged
|
|
83887
|
+
*/
|
|
83888
|
+
export type MatchStatsExporter_TA_HandleActiveRoundChanged_Params = {
|
|
83889
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
83890
|
+
};
|
|
83891
|
+
|
|
83892
|
+
/**
|
|
83893
|
+
* Function TAGame.MatchStatsExporter_TA.HandleBallExploded
|
|
83894
|
+
*/
|
|
83895
|
+
export type MatchStatsExporter_TA_HandleBallExploded_Params = {
|
|
83896
|
+
Ball: UBall_TA; // 0x0000 (0x0008) [UBall_TA*] [CPF_Parm]
|
|
83897
|
+
};
|
|
83898
|
+
|
|
83899
|
+
/**
|
|
83900
|
+
* Function TAGame.MatchStatsExporter_TA.HandleCarHitBall
|
|
83901
|
+
*/
|
|
83902
|
+
export type MatchStatsExporter_TA_HandleCarHitBall_Params = {
|
|
83903
|
+
Car: UCar_TA; // 0x0000 (0x0008) [UCar_TA*] [CPF_Parm]
|
|
83904
|
+
Ball: UBall_TA; // 0x0008 (0x0008) [UBall_TA*] [CPF_Parm]
|
|
83905
|
+
HitLocation: FVector; // 0x0010 (0x000c) [FVector] [CPF_Parm]
|
|
83906
|
+
HitNormal: FVector; // 0x001c (0x000c) [FVector] [CPF_Parm]
|
|
83907
|
+
};
|
|
83908
|
+
|
|
83909
|
+
/**
|
|
83910
|
+
* Function TAGame.MatchStatsExporter_TA.HandleCountdownStarted
|
|
83911
|
+
*/
|
|
83912
|
+
export type MatchStatsExporter_TA_HandleCountdownStarted_Params = {
|
|
83913
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
83914
|
+
};
|
|
83915
|
+
|
|
83916
|
+
/**
|
|
83917
|
+
* Function TAGame.MatchStatsExporter_TA.HandleCrossbarHit
|
|
83918
|
+
*/
|
|
83919
|
+
export type MatchStatsExporter_TA_HandleCrossbarHit_Params = {
|
|
83920
|
+
Ball: UBall_TA; // 0x0000 (0x0008) [UBall_TA*] [CPF_Parm]
|
|
83921
|
+
ImpactForce: number; // 0x0008 (0x0004) [float] [CPF_Parm]
|
|
83922
|
+
NewCrossbarEvent: FCrossbarHitData; // 0x0010 (0x0048) [FCrossbarHitData]
|
|
83923
|
+
CrossbarEventJson: string; // 0x0058 (0x0010) [FString]
|
|
83924
|
+
};
|
|
83925
|
+
|
|
83926
|
+
/**
|
|
83927
|
+
* Function TAGame.MatchStatsExporter_TA.HandleGameEvent
|
|
83928
|
+
*/
|
|
83929
|
+
export type MatchStatsExporter_TA_HandleGameEvent_Params = {
|
|
83930
|
+
RefreshRate: number; // 0x0000 (0x0004) [float]
|
|
83931
|
+
};
|
|
83932
|
+
|
|
83933
|
+
/**
|
|
83934
|
+
* Function TAGame.MatchStatsExporter_TA.HandleGameEventDestroyed
|
|
83935
|
+
*/
|
|
83936
|
+
export type MatchStatsExporter_TA_HandleGameEventDestroyed_Params = {
|
|
83937
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
83938
|
+
};
|
|
83939
|
+
|
|
83940
|
+
/**
|
|
83941
|
+
* Function TAGame.MatchStatsExporter_TA.HandleGameTimeUpdated
|
|
83942
|
+
*/
|
|
83943
|
+
export type MatchStatsExporter_TA_HandleGameTimeUpdated_Params = {
|
|
83944
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
83945
|
+
NewEvent: FClockUpdatedEvent; // 0x0008 (0x0018) [FClockUpdatedEvent]
|
|
83946
|
+
EventJson: string; // 0x0020 (0x0010) [FString]
|
|
83947
|
+
};
|
|
83948
|
+
|
|
83949
|
+
/**
|
|
83950
|
+
* Function TAGame.MatchStatsExporter_TA.HandleMatchEnded
|
|
83951
|
+
*/
|
|
83952
|
+
export type MatchStatsExporter_TA_HandleMatchEnded_Params = {
|
|
83953
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
83954
|
+
NewWinnerEvent: FMatchWinnerEvent; // 0x0008 (0x0018) [FMatchWinnerEvent]
|
|
83955
|
+
MatchWinnerJson: string; // 0x0020 (0x0010) [FString]
|
|
83956
|
+
};
|
|
83957
|
+
|
|
83958
|
+
/**
|
|
83959
|
+
* Function TAGame.MatchStatsExporter_TA.HandlePauseChanged
|
|
83960
|
+
*/
|
|
83961
|
+
export type MatchStatsExporter_TA_HandlePauseChanged_Params = {
|
|
83962
|
+
bPaused: boolean; // 0x0000 (0x0004) [bool : 0x1]
|
|
83963
|
+
};
|
|
83964
|
+
|
|
83965
|
+
/**
|
|
83966
|
+
* Function TAGame.MatchStatsExporter_TA.HandlePodiumSpotlightStarted
|
|
83967
|
+
*/
|
|
83968
|
+
export type MatchStatsExporter_TA_HandlePodiumSpotlightStarted_Params = {
|
|
83969
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
83970
|
+
};
|
|
83971
|
+
|
|
83972
|
+
/**
|
|
83973
|
+
* Function TAGame.MatchStatsExporter_TA.HandleReplayGameInit
|
|
83974
|
+
*/
|
|
83975
|
+
export type MatchStatsExporter_TA_HandleReplayGameInit_Params = {
|
|
83976
|
+
Game: UGameInfo_Replay_TA; // 0x0000 (0x0008) [UGameInfo_Replay_TA*] [CPF_Parm]
|
|
83977
|
+
};
|
|
83978
|
+
|
|
83979
|
+
/**
|
|
83980
|
+
* Function TAGame.MatchStatsExporter_TA.HandleReplayPlaybackStateChanged
|
|
83981
|
+
*/
|
|
83982
|
+
export type MatchStatsExporter_TA_HandleReplayPlaybackStateChanged_Params = {
|
|
83983
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*] [CPF_Parm]
|
|
83984
|
+
bStarted: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
83985
|
+
};
|
|
83986
|
+
|
|
83987
|
+
/**
|
|
83988
|
+
* Function TAGame.MatchStatsExporter_TA.HandleScoreDataChanged
|
|
83989
|
+
*/
|
|
83990
|
+
export type MatchStatsExporter_TA_HandleScoreDataChanged_Params = {
|
|
83991
|
+
Director: UReplayDirector_TA; // 0x0000 (0x0008) [UReplayDirector_TA*] [CPF_Parm]
|
|
83992
|
+
NewScoreDataEvent: FGoalScoreDataEvent; // 0x0008 (0x0078) [FGoalScoreDataEvent]
|
|
83993
|
+
ScoreDataJson: string; // 0x0080 (0x0010) [FString]
|
|
83994
|
+
};
|
|
83995
|
+
|
|
83996
|
+
/**
|
|
83997
|
+
* Function TAGame.MatchStatsExporter_TA.HandleStatTickerMessage
|
|
83998
|
+
*/
|
|
83999
|
+
export type MatchStatsExporter_TA_HandleStatTickerMessage_Params = {
|
|
84000
|
+
Receiver: UPRI_TA; // 0x0000 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
84001
|
+
Victim: UPRI_TA; // 0x0008 (0x0008) [UPRI_TA*] [CPF_Parm]
|
|
84002
|
+
StatEvent: UStatEvent_TA; // 0x0010 (0x0008) [UStatEvent_TA*] [CPF_Parm]
|
|
84003
|
+
NewStatTickerEvent: FStatTickerEvent; // 0x0018 (0x0060) [FStatTickerEvent]
|
|
84004
|
+
StatTickerJson: string; // 0x0078 (0x0010) [FString]
|
|
84005
|
+
};
|
|
84006
|
+
|
|
84007
|
+
/**
|
|
84008
|
+
* Function TAGame.MatchStatsExporter_TA.HandleTeamsCreated
|
|
84009
|
+
*/
|
|
84010
|
+
export type MatchStatsExporter_TA_HandleTeamsCreated_Params = {
|
|
84011
|
+
GameEvent: UGameEvent_Team_TA; // 0x0000 (0x0008) [UGameEvent_Team_TA*] [CPF_Parm]
|
|
84012
|
+
};
|
|
84013
|
+
|
|
84014
|
+
/**
|
|
84015
|
+
* Function TAGame.MatchStatsExporter_TA.Init
|
|
84016
|
+
*/
|
|
84017
|
+
export type MatchStatsExporter_TA_Init_Params = {
|
|
84018
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
84019
|
+
};
|
|
84020
|
+
|
|
84021
|
+
/**
|
|
84022
|
+
* Function TAGame.MatchStatsExporter_TA.SendBallHitEvent
|
|
84023
|
+
*/
|
|
84024
|
+
export type MatchStatsExporter_TA_SendBallHitEvent_Params = {
|
|
84025
|
+
HitDataJson: string; // 0x0000 (0x0010) [FString]
|
|
84026
|
+
};
|
|
84027
|
+
|
|
84028
|
+
/**
|
|
84029
|
+
* Function TAGame.MatchStatsExporter_TA.SendDataToSockets
|
|
84030
|
+
*/
|
|
84031
|
+
export type MatchStatsExporter_TA_SendDataToSockets_Params = {
|
|
84032
|
+
JsonData: string; // 0x0000 (0x0010) [FString] [CPF_Parm | CPF_OutParm]
|
|
84033
|
+
};
|
|
84034
|
+
|
|
84035
|
+
/**
|
|
84036
|
+
* Function TAGame.MatchStatsExporter_TA.TickSocketManager
|
|
84037
|
+
*/
|
|
84038
|
+
export type MatchStatsExporter_TA_TickSocketManager_Params = {};
|
|
84039
|
+
|
|
84040
|
+
/**
|
|
84041
|
+
* Function TAGame.MatchStatsExporter_TA.ToKph
|
|
84042
|
+
*/
|
|
84043
|
+
export type MatchStatsExporter_TA_ToKph_Params = {
|
|
84044
|
+
Speed: number; // 0x0000 (0x0004) [float] [CPF_Parm]
|
|
84045
|
+
ReturnValue: number; // 0x0004 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
84046
|
+
};
|
|
84047
|
+
|
|
84048
|
+
/**
|
|
84049
|
+
* Function TAGame.MatchStatsExporter_TA.UpdateGameEventState
|
|
84050
|
+
*/
|
|
84051
|
+
export type MatchStatsExporter_TA_UpdateGameEventState_Params = {
|
|
84052
|
+
NewState: FUpdateStateData; // 0x0000 (0x0090) [FUpdateStateData]
|
|
84053
|
+
PRI: UPRI_TA; // 0x0090 (0x0008) [UPRI_TA*]
|
|
84054
|
+
ReplicatedTeam: UTeam_TA; // 0x0098 (0x0008) [UTeam_TA*]
|
|
84055
|
+
_0x1: U__MatchStatsExporter_TA__UpdateGameEventState_0x1; // 0x00a0 (0x0008) [U__MatchStatsExporter_TA__UpdateGameEventState_0x1*]
|
|
84056
|
+
TeamRef: UTeam_TA; // 0x00a8 (0x0008) [UTeam_TA*]
|
|
84057
|
+
NoneCoalescing_0x2: UTeam_TA; // 0x00b0 (0x0008) [UTeam_TA*]
|
|
84058
|
+
TeamState: FTeamUpdateState; // 0x00b8 (0x0038) [FTeamUpdateState]
|
|
84059
|
+
ReplayGameInfo: UGameInfo_Replay_TA; // 0x00f0 (0x0008) [UGameInfo_Replay_TA*]
|
|
84060
|
+
Ball: UBall_TA; // 0x00f8 (0x0008) [UBall_TA*]
|
|
84061
|
+
ViewedCar: UCar_TA; // 0x0100 (0x0008) [UCar_TA*]
|
|
84062
|
+
NewStateJson: string; // 0x0108 (0x0010) [FString]
|
|
84063
|
+
};
|
|
84064
|
+
|
|
82800
84065
|
/**
|
|
82801
84066
|
* Function TAGame.MatchType_AdHoc_TA.AllowsMatchCreatorAdmin
|
|
82802
84067
|
*/
|
|
@@ -82835,6 +84100,15 @@ export type MatchType_AutoTournament_TA_ForcePartyUp_Params = {
|
|
|
82835
84100
|
PRI: UPRI_TA; // 0x0018 (0x0008) [UPRI_TA*]
|
|
82836
84101
|
};
|
|
82837
84102
|
|
|
84103
|
+
/**
|
|
84104
|
+
* Function TAGame.MatchType_AutoTournament_TA.GetWaitTimeRemaining
|
|
84105
|
+
*/
|
|
84106
|
+
export type MatchType_AutoTournament_TA_GetWaitTimeRemaining_Params = {
|
|
84107
|
+
ReturnValue: number; // 0x0000 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
84108
|
+
WaitingTime: number; // 0x0004 (0x0004) [int32]
|
|
84109
|
+
TimeWaited: number; // 0x0008 (0x0004) [int32]
|
|
84110
|
+
};
|
|
84111
|
+
|
|
82838
84112
|
/**
|
|
82839
84113
|
* Function TAGame.MatchType_AutoTournament_TA.OnInitGameEvent
|
|
82840
84114
|
*/
|
|
@@ -83145,6 +84419,13 @@ export type MatchType_OnlineFreeplay_TA_AllowsMatchCreatorAdmin_Params = {
|
|
|
83145
84419
|
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83146
84420
|
};
|
|
83147
84421
|
|
|
84422
|
+
/**
|
|
84423
|
+
* Function TAGame.MatchType_OnlineFreeplay_TA.AllowSpawnWithoutAntiCheatAuth
|
|
84424
|
+
*/
|
|
84425
|
+
export type MatchType_OnlineFreeplay_TA_AllowSpawnWithoutAntiCheatAuth_Params = {
|
|
84426
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
84427
|
+
};
|
|
84428
|
+
|
|
83148
84429
|
/**
|
|
83149
84430
|
* Function TAGame.MatchType_OnlineFreeplay_TA.OnInitGameEvent
|
|
83150
84431
|
*/
|
|
@@ -83414,6 +84695,13 @@ export type MatchType_TA_AllowsMatchCreatorAdmin_Params = {
|
|
|
83414
84695
|
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
83415
84696
|
};
|
|
83416
84697
|
|
|
84698
|
+
/**
|
|
84699
|
+
* Function TAGame.MatchType_TA.AllowSpawnWithoutAntiCheatAuth
|
|
84700
|
+
*/
|
|
84701
|
+
export type MatchType_TA_AllowSpawnWithoutAntiCheatAuth_Params = {
|
|
84702
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
84703
|
+
};
|
|
84704
|
+
|
|
83417
84705
|
/**
|
|
83418
84706
|
* Function TAGame.MatchType_TA.AllowSpectators
|
|
83419
84707
|
*/
|
|
@@ -84792,8 +86080,9 @@ export type MenuTreeNode_Playlist_TA_SetLastMatchmakeTab_Params = {
|
|
|
84792
86080
|
* Function TAGame.MenuTreeNode_Playlist_TA.UpdateLock
|
|
84793
86081
|
*/
|
|
84794
86082
|
export type MenuTreeNode_Playlist_TA_UpdateLock_Params = {
|
|
84795
|
-
|
|
84796
|
-
|
|
86083
|
+
AntiCheatError: UError; // 0x0000 (0x0008) [UError*]
|
|
86084
|
+
GFxLocalPlayer: UGFxData_LocalPlayer_TA; // 0x0008 (0x0008) [UGFxData_LocalPlayer_TA*]
|
|
86085
|
+
TournamentEvent: UGFxData_TourEvent_TA; // 0x0010 (0x0008) [UGFxData_TourEvent_TA*]
|
|
84797
86086
|
};
|
|
84798
86087
|
|
|
84799
86088
|
/**
|
|
@@ -85171,8 +86460,9 @@ export type MenuTreeNodeEnabledChecker_TA_UpdateGFxNodeEnabled_Params = {
|
|
|
85171
86460
|
InOwningNode: UMenuTreeNode_TA; // 0x0008 (0x0008) [UMenuTreeNode_TA*] [CPF_Parm]
|
|
85172
86461
|
bInMainMenu: boolean; // 0x0010 (0x0004) [bool : 0x1]
|
|
85173
86462
|
EnabledRequirement: ENodeEnabledRequirement; // 0x0014 (0x0001) [ENodeEnabledRequirement]
|
|
85174
|
-
|
|
85175
|
-
|
|
86463
|
+
EACError: UError; // 0x0018 (0x0008) [UError*]
|
|
86464
|
+
bAllChildNodesRequireMainMenu: boolean; // 0x0020 (0x0004) [bool : 0x1]
|
|
86465
|
+
FilterLocal_0x1: UMenuTreeNode_TA[]; // 0x0028 (0x0010) [TArray<UMenuTreeNode_TA*>] [CPF_OutParm]
|
|
85176
86466
|
};
|
|
85177
86467
|
|
|
85178
86468
|
/**
|
|
@@ -88874,13 +90164,46 @@ export type OnlineGame_TA_IsMatureLanguageFiltered_Params = {
|
|
|
88874
90164
|
/**
|
|
88875
90165
|
* Function TAGame.OnlineGame_TA.OnInit
|
|
88876
90166
|
*/
|
|
88877
|
-
export type OnlineGame_TA_OnInit_Params = {
|
|
90167
|
+
export type OnlineGame_TA_OnInit_Params = {
|
|
90168
|
+
StatsExporter: UMatchStatsExporter_TA; // 0x0000 (0x0008) [UMatchStatsExporter_TA*]
|
|
90169
|
+
};
|
|
88878
90170
|
|
|
88879
90171
|
/**
|
|
88880
90172
|
* Function TAGame.OnlineGame_TA.OnMainMenuOpened
|
|
88881
90173
|
*/
|
|
88882
90174
|
export type OnlineGame_TA_OnMainMenuOpened_Params = {};
|
|
88883
90175
|
|
|
90176
|
+
/**
|
|
90177
|
+
* Function TAGame.OnlineGameDedicatedServer_TA.__OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x1
|
|
90178
|
+
*/
|
|
90179
|
+
export type OnlineGameDedicatedServer_TA___OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x1_Params = {
|
|
90180
|
+
P: FMigrationReservationData; // 0x0000 (0x0108) [FMigrationReservationData] [CPF_Parm]
|
|
90181
|
+
ReturnValue: FUniqueNetId; // 0x0108 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
90182
|
+
};
|
|
90183
|
+
|
|
90184
|
+
/**
|
|
90185
|
+
* Function TAGame.OnlineGameDedicatedServer_TA.__OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x2
|
|
90186
|
+
*/
|
|
90187
|
+
export type OnlineGameDedicatedServer_TA___OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x2_Params = {
|
|
90188
|
+
P: FTourPlayer; // 0x0000 (0x0060) [FTourPlayer] [CPF_Parm]
|
|
90189
|
+
ReturnValue: FUniqueNetId; // 0x0060 (0x0048) [FUniqueNetId] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
90190
|
+
};
|
|
90191
|
+
|
|
90192
|
+
/**
|
|
90193
|
+
* Function TAGame.OnlineGameDedicatedServer_TA.AllowMigrationMessageReconcile
|
|
90194
|
+
*/
|
|
90195
|
+
export type OnlineGameDedicatedServer_TA_AllowMigrationMessageReconcile_Params = {
|
|
90196
|
+
Message: UMigrationStartedMessage_X; // 0x0000 (0x0008) [UMigrationStartedMessage_X*] [CPF_Parm]
|
|
90197
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
90198
|
+
MigratingPlayers: FUniqueNetId[]; // 0x0010 (0x0010) [TArray<FUniqueNetId>]
|
|
90199
|
+
MapLocal_0x1: FUniqueNetId[]; // 0x0020 (0x0010) [TArray<FUniqueNetId>] [CPF_OutParm]
|
|
90200
|
+
TourTeamData: FTourTeam; // 0x0030 (0x0048) [FTourTeam]
|
|
90201
|
+
ForEachRefIndex_0x2: number; // 0x0078 (0x0004) [int32]
|
|
90202
|
+
Players: FUniqueNetId[]; // 0x0080 (0x0010) [TArray<FUniqueNetId>]
|
|
90203
|
+
MapLocal_0x3: FUniqueNetId[]; // 0x0090 (0x0010) [TArray<FUniqueNetId>] [CPF_OutParm]
|
|
90204
|
+
_0x4: U__OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x3; // 0x00a0 (0x0008) [U__OnlineGameDedicatedServer_TA__AllowMigrationMessageReconcile_0x3*]
|
|
90205
|
+
};
|
|
90206
|
+
|
|
88884
90207
|
/**
|
|
88885
90208
|
* Function TAGame.OnlineGameDedicatedServer_TA.AllowPlayerLogin
|
|
88886
90209
|
*/
|
|
@@ -89390,6 +90713,14 @@ export type OnlineGameParty_TA___OnlineGameParty_TA__HandleProfileSet_0x5_Params
|
|
|
89390
90713
|
Settings: UAccountSettingsComponent_TA; // 0x0000 (0x0008) [UAccountSettingsComponent_TA*] [CPF_Parm]
|
|
89391
90714
|
};
|
|
89392
90715
|
|
|
90716
|
+
/**
|
|
90717
|
+
* Function TAGame.OnlineGameParty_TA.__OnlineGameParty_TA__IsPartyAntiCheatEnabled_0x1
|
|
90718
|
+
*/
|
|
90719
|
+
export type OnlineGameParty_TA___OnlineGameParty_TA__IsPartyAntiCheatEnabled_0x1_Params = {
|
|
90720
|
+
P: FPartyMember; // 0x0000 (0x0180) [FPartyMember] [CPF_Parm]
|
|
90721
|
+
ReturnValue: boolean; // 0x0180 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
90722
|
+
};
|
|
90723
|
+
|
|
89393
90724
|
/**
|
|
89394
90725
|
* Function TAGame.OnlineGameParty_TA.__OnlineGameParty_TA__OnInit_0x1
|
|
89395
90726
|
*/
|
|
@@ -89449,6 +90780,14 @@ export type OnlineGameParty_TA_AllowSplitScreenPlayer_Params = {
|
|
|
89449
90780
|
*/
|
|
89450
90781
|
export type OnlineGameParty_TA_BroadcastAllLocalPlayers_Params = {};
|
|
89451
90782
|
|
|
90783
|
+
/**
|
|
90784
|
+
* Function TAGame.OnlineGameParty_TA.BroadcastAntiCheatStatus
|
|
90785
|
+
*/
|
|
90786
|
+
export type OnlineGameParty_TA_BroadcastAntiCheatStatus_Params = {
|
|
90787
|
+
PartyMemberID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId]
|
|
90788
|
+
PartyMemberIndex: number; // 0x0048 (0x0004) [int32]
|
|
90789
|
+
};
|
|
90790
|
+
|
|
89452
90791
|
/**
|
|
89453
90792
|
* Function TAGame.OnlineGameParty_TA.BroadcastChatReportingLevel
|
|
89454
90793
|
*/
|
|
@@ -89730,6 +91069,15 @@ export type OnlineGameParty_TA_GetProfileProducts_Params = {
|
|
|
89730
91069
|
_0x1: U__OnlineGameParty_TA__GetProfileProducts_0x1; // 0x0060 (0x0008) [U__OnlineGameParty_TA__GetProfileProducts_0x1*]
|
|
89731
91070
|
};
|
|
89732
91071
|
|
|
91072
|
+
/**
|
|
91073
|
+
* Function TAGame.OnlineGameParty_TA.HandleAntiCheatStatusMessage
|
|
91074
|
+
*/
|
|
91075
|
+
export type OnlineGameParty_TA_HandleAntiCheatStatusMessage_Params = {
|
|
91076
|
+
Component: UOnlineMessageComponent_X; // 0x0000 (0x0008) [UOnlineMessageComponent_X*] [CPF_Parm]
|
|
91077
|
+
Message: UObject; // 0x0008 (0x0008) [UObject*] [CPF_Parm]
|
|
91078
|
+
StatusMessage: UPartyMessage_AntiCheatStatus_TA; // 0x0010 (0x0008) [UPartyMessage_AntiCheatStatus_TA*]
|
|
91079
|
+
};
|
|
91080
|
+
|
|
89733
91081
|
/**
|
|
89734
91082
|
* Function TAGame.OnlineGameParty_TA.HandleChallengesUpdateMessage
|
|
89735
91083
|
*/
|
|
@@ -89839,6 +91187,11 @@ export type OnlineGameParty_TA_HandleLobbyMessageFailed_Params = {
|
|
|
89839
91187
|
Error: UError; // 0x0000 (0x0008) [UError*] [CPF_Parm]
|
|
89840
91188
|
};
|
|
89841
91189
|
|
|
91190
|
+
/**
|
|
91191
|
+
* Function TAGame.OnlineGameParty_TA.HandleLocalAntiCheatChanged
|
|
91192
|
+
*/
|
|
91193
|
+
export type OnlineGameParty_TA_HandleLocalAntiCheatChanged_Params = {};
|
|
91194
|
+
|
|
89842
91195
|
/**
|
|
89843
91196
|
* Function TAGame.OnlineGameParty_TA.HandleLocalPlayerLeave
|
|
89844
91197
|
*/
|
|
@@ -89972,6 +91325,13 @@ export type OnlineGameParty_TA_HandleXPLevelUpdateMessage_Params = {
|
|
|
89972
91325
|
InMessage: UPartyMessage_XPLevelUpdate_TA; // 0x0008 (0x0008) [UPartyMessage_XPLevelUpdate_TA*] [CPF_Parm]
|
|
89973
91326
|
};
|
|
89974
91327
|
|
|
91328
|
+
/**
|
|
91329
|
+
* Function TAGame.OnlineGameParty_TA.IsPartyAntiCheatEnabled
|
|
91330
|
+
*/
|
|
91331
|
+
export type OnlineGameParty_TA_IsPartyAntiCheatEnabled_Params = {
|
|
91332
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
91333
|
+
};
|
|
91334
|
+
|
|
89975
91335
|
/**
|
|
89976
91336
|
* Function TAGame.OnlineGameParty_TA.IsPrimaryMemberForPlayer
|
|
89977
91337
|
*/
|
|
@@ -90181,6 +91541,15 @@ export type OnlineGameParty_TA_SendXPUpdateMessage_Params = {
|
|
|
90181
91541
|
InXPLevel: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
|
|
90182
91542
|
};
|
|
90183
91543
|
|
|
91544
|
+
/**
|
|
91545
|
+
* Function TAGame.OnlineGameParty_TA.SetAntiCheatStatusForMember
|
|
91546
|
+
*/
|
|
91547
|
+
export type OnlineGameParty_TA_SetAntiCheatStatusForMember_Params = {
|
|
91548
|
+
PartyMemberID: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
91549
|
+
bAntiCheatEnabled: boolean; // 0x0048 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
91550
|
+
PartyMemberIndex: number; // 0x004c (0x0004) [int32]
|
|
91551
|
+
};
|
|
91552
|
+
|
|
90184
91553
|
/**
|
|
90185
91554
|
* Function TAGame.OnlineGameParty_TA.SetLoadout
|
|
90186
91555
|
*/
|
|
@@ -90513,6 +91882,13 @@ export type OnlineGameReservations_TA_IsServerClubDetailsReplicationEnabled_Para
|
|
|
90513
91882
|
*/
|
|
90514
91883
|
export type OnlineGameReservations_TA_OnInit_Params = {};
|
|
90515
91884
|
|
|
91885
|
+
/**
|
|
91886
|
+
* Function TAGame.OnlineGameReservations_TA.OnMigrationStarted
|
|
91887
|
+
*/
|
|
91888
|
+
export type OnlineGameReservations_TA_OnMigrationStarted_Params = {
|
|
91889
|
+
GameEvent: UGameEvent_Soccar_TA; // 0x0000 (0x0008) [UGameEvent_Soccar_TA*]
|
|
91890
|
+
};
|
|
91891
|
+
|
|
90516
91892
|
/**
|
|
90517
91893
|
* Function TAGame.OnlineGameReservations_TA.RemoveReservationIndex
|
|
90518
91894
|
*/
|
|
@@ -92999,6 +94375,14 @@ export type PartyMemberLoadout_TA_GetBannerData_Params = {
|
|
|
92999
94375
|
ReturnValue: FOnlineProductData; // 0x0000 (0x0040) [FOnlineProductData] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
93000
94376
|
};
|
|
93001
94377
|
|
|
94378
|
+
/**
|
|
94379
|
+
* Function TAGame.PartyMessage_AntiCheatStatus_TA.SetAntiCheatEnabled
|
|
94380
|
+
*/
|
|
94381
|
+
export type PartyMessage_AntiCheatStatus_TA_SetAntiCheatEnabled_Params = {
|
|
94382
|
+
bEnabled: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm]
|
|
94383
|
+
ReturnValue: UPartyMessage_AntiCheatStatus_TA; // 0x0008 (0x0008) [UPartyMessage_AntiCheatStatus_TA*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
94384
|
+
};
|
|
94385
|
+
|
|
93002
94386
|
/**
|
|
93003
94387
|
* Function TAGame.PartyMessage_ChallengesUpdate_TA.SetCompletedChallenges
|
|
93004
94388
|
*/
|
|
@@ -94015,7 +95399,7 @@ export type PhysicsMetrics_TA_AddCorrection_Params = {
|
|
|
94015
95399
|
InNumResimFrames: number; // 0x0008 (0x0004) [int32] [CPF_Parm]
|
|
94016
95400
|
GameStateNameIndex: number; // 0x000c (0x0004) [int32]
|
|
94017
95401
|
_0x1: U__PhysicsMetrics_TA__AddCorrection_0x1; // 0x0010 (0x0008) [U__PhysicsMetrics_TA__AddCorrection_0x1*]
|
|
94018
|
-
StructInitializer_0x1: FResimMetricData; // 0x0018 (
|
|
95402
|
+
StructInitializer_0x1: FResimMetricData; // 0x0018 (0x001c) [FResimMetricData] [CPF_OutParm]
|
|
94019
95403
|
};
|
|
94020
95404
|
|
|
94021
95405
|
/**
|
|
@@ -94024,37 +95408,22 @@ export type PhysicsMetrics_TA_AddCorrection_Params = {
|
|
|
94024
95408
|
export type PhysicsMetrics_TA_ClientResimCorrectionEvents_Params = {
|
|
94025
95409
|
ResimEvents: FResimMetricData[]; // 0x0000 (0x0010) [TArray<FResimMetricData>] [CPF_Parm | CPF_OutParm]
|
|
94026
95410
|
MatchGUID: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
94027
|
-
PlayerCount: number; // 0x0020 (0x0004) [int32] [CPF_Parm]
|
|
94028
|
-
TotalTimePlayed: number; // 0x0024 (0x0004) [float] [CPF_Parm]
|
|
94029
|
-
MaxResimFrames: number; // 0x0028 (0x0004) [int32] [CPF_Parm]
|
|
94030
|
-
MinResimFrames: number; // 0x002c (0x0004) [int32] [CPF_Parm]
|
|
94031
|
-
AvgCorrectionEventsPerSecond: number; // 0x0030 (0x0004) [float] [CPF_Parm]
|
|
94032
|
-
AvgResimFramesPerSecond: number; // 0x0034 (0x0004) [float] [CPF_Parm]
|
|
94033
|
-
};
|
|
94034
|
-
|
|
94035
|
-
/**
|
|
94036
|
-
* Function TAGame.PhysicsMetrics_TA.Construct
|
|
94037
|
-
*/
|
|
94038
|
-
export type PhysicsMetrics_TA_Construct_Params = {
|
|
94039
|
-
StructInitializer_0x1: FResimMetricData; // 0x0000 (0x0024) [FResimMetricData] [CPF_OutParm]
|
|
94040
95411
|
};
|
|
94041
95412
|
|
|
94042
95413
|
/**
|
|
94043
95414
|
* Function TAGame.PhysicsMetrics_TA.ResimMetricDataToString
|
|
94044
95415
|
*/
|
|
94045
95416
|
export type PhysicsMetrics_TA_ResimMetricDataToString_Params = {
|
|
94046
|
-
InData: FResimMetricData; // 0x0000 (
|
|
94047
|
-
ReturnValue: string; //
|
|
94048
|
-
Output: string; //
|
|
95417
|
+
InData: FResimMetricData; // 0x0000 (0x001c) [FResimMetricData] [CPF_Parm]
|
|
95418
|
+
ReturnValue: string; // 0x0020 (0x0010) [FString] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
95419
|
+
Output: string; // 0x0030 (0x0010) [FString]
|
|
94049
95420
|
};
|
|
94050
95421
|
|
|
94051
95422
|
/**
|
|
94052
95423
|
* Function TAGame.PhysicsMetrics_TA.SendClientCorrectionMetrics
|
|
94053
95424
|
*/
|
|
94054
95425
|
export type PhysicsMetrics_TA_SendClientCorrectionMetrics_Params = {
|
|
94055
|
-
|
|
94056
|
-
PlayerCount: number; // 0x0004 (0x0004) [int32] [CPF_Parm]
|
|
94057
|
-
I: number; // 0x0008 (0x0004) [int32]
|
|
95426
|
+
I: number; // 0x0000 (0x0004) [int32]
|
|
94058
95427
|
};
|
|
94059
95428
|
|
|
94060
95429
|
/**
|
|
@@ -94610,6 +95979,22 @@ export type PlayerController_TA_AllowTextMessage_Params = {
|
|
|
94610
95979
|
ReturnValue: boolean; // 0x0010 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
94611
95980
|
};
|
|
94612
95981
|
|
|
95982
|
+
/**
|
|
95983
|
+
* Function TAGame.PlayerController_TA.AntiCheatAuthComplete
|
|
95984
|
+
*/
|
|
95985
|
+
export type PlayerController_TA_AntiCheatAuthComplete_Params = {
|
|
95986
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
95987
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0008 (0x0008) [UAntiCheatMessenger_TA*]
|
|
95988
|
+
};
|
|
95989
|
+
|
|
95990
|
+
/**
|
|
95991
|
+
* Function TAGame.PlayerController_TA.AntiCheatPreventSpawnOnJoin
|
|
95992
|
+
*/
|
|
95993
|
+
export type PlayerController_TA_AntiCheatPreventSpawnOnJoin_Params = {
|
|
95994
|
+
ReturnValue: boolean; // 0x0000 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
95995
|
+
Messenger: UAntiCheatMessenger_TA; // 0x0008 (0x0008) [UAntiCheatMessenger_TA*]
|
|
95996
|
+
};
|
|
95997
|
+
|
|
94613
95998
|
/**
|
|
94614
95999
|
* Function TAGame.PlayerController_TA.ApplyAirPitchSafety
|
|
94615
96000
|
*/
|
|
@@ -94760,6 +96145,13 @@ export type PlayerController_TA_ClientMutePlayer_Params = {
|
|
|
94760
96145
|
MuteIdx: number; // 0x004c (0x0004) [int32]
|
|
94761
96146
|
};
|
|
94762
96147
|
|
|
96148
|
+
/**
|
|
96149
|
+
* Function TAGame.PlayerController_TA.ClientNotifyAntiCheatViolation
|
|
96150
|
+
*/
|
|
96151
|
+
export type PlayerController_TA_ClientNotifyAntiCheatViolation_Params = {
|
|
96152
|
+
ViolationReason: EClientActionReason; // 0x0000 (0x0001) [EClientActionReason] [CPF_Parm]
|
|
96153
|
+
};
|
|
96154
|
+
|
|
94763
96155
|
/**
|
|
94764
96156
|
* Function TAGame.PlayerController_TA.ClientNotifyChatBanned
|
|
94765
96157
|
*/
|
|
@@ -95129,6 +96521,13 @@ export type PlayerController_TA_GameplayUnmutePlayer_Params = {
|
|
|
95129
96521
|
RemoveIndex: number; // 0x0048 (0x0004) [int32]
|
|
95130
96522
|
};
|
|
95131
96523
|
|
|
96524
|
+
/**
|
|
96525
|
+
* Function TAGame.PlayerController_TA.GetAntiCheatMessenger
|
|
96526
|
+
*/
|
|
96527
|
+
export type PlayerController_TA_GetAntiCheatMessenger_Params = {
|
|
96528
|
+
ReturnValue: UAntiCheatMessenger_TA; // 0x0000 (0x0008) [UAntiCheatMessenger_TA*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
96529
|
+
};
|
|
96530
|
+
|
|
95132
96531
|
/**
|
|
95133
96532
|
* Function TAGame.PlayerController_TA.GetBanMessage
|
|
95134
96533
|
*/
|
|
@@ -95244,6 +96643,13 @@ export type PlayerController_TA_GetRotateActorCameraOffset_Params = {
|
|
|
95244
96643
|
CamOffset: FVector; // 0x0020 (0x000c) [FVector]
|
|
95245
96644
|
};
|
|
95246
96645
|
|
|
96646
|
+
/**
|
|
96647
|
+
* Function TAGame.PlayerController_TA.GetViewedCar
|
|
96648
|
+
*/
|
|
96649
|
+
export type PlayerController_TA_GetViewedCar_Params = {
|
|
96650
|
+
ReturnValue: UCar_TA; // 0x0000 (0x0008) [UCar_TA*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
96651
|
+
};
|
|
96652
|
+
|
|
95247
96653
|
/**
|
|
95248
96654
|
* Function TAGame.PlayerController_TA.Grab
|
|
95249
96655
|
*/
|
|
@@ -95705,8 +97111,10 @@ export type PlayerController_TA_ReadyUp_Params = {};
|
|
|
95705
97111
|
* Function TAGame.PlayerController_TA.ReceivedPlayer
|
|
95706
97112
|
*/
|
|
95707
97113
|
export type PlayerController_TA_ReceivedPlayer_Params = {
|
|
95708
|
-
|
|
95709
|
-
|
|
97114
|
+
DS: UOnlineGameDedicatedServer_X; // 0x0000 (0x0008) [UOnlineGameDedicatedServer_X*]
|
|
97115
|
+
AntiCheatManager: UAntiCheatManager_TA; // 0x0008 (0x0008) [UAntiCheatManager_TA*]
|
|
97116
|
+
PsyNetConnection: UPsyNetConnection_X; // 0x0010 (0x0008) [UPsyNetConnection_X*]
|
|
97117
|
+
OnlinePlayer: UOnlinePlayer_TA; // 0x0018 (0x0008) [UOnlinePlayer_TA*]
|
|
95710
97118
|
};
|
|
95711
97119
|
|
|
95712
97120
|
/**
|
|
@@ -95793,6 +97201,8 @@ export type PlayerController_TA_ReportPlayer_Params = {
|
|
|
95793
97201
|
ReportMessage: string; // 0x0160 (0x0010) [FString]
|
|
95794
97202
|
PrimaryController: UPlayerController_TA; // 0x0170 (0x0008) [UPlayerController_TA*]
|
|
95795
97203
|
StructInitializer_0x1: FGFxChatMessage; // 0x0178 (0x0098) [FGFxChatMessage] [CPF_OutParm]
|
|
97204
|
+
PlayerPRI: UPRI_TA; // 0x0210 (0x0008) [UPRI_TA*]
|
|
97205
|
+
_0x1: U__PlayerController_TA__ReportPlayer_0x1; // 0x0218 (0x0008) [U__PlayerController_TA__ReportPlayer_0x1*]
|
|
95796
97206
|
};
|
|
95797
97207
|
|
|
95798
97208
|
/**
|
|
@@ -96528,6 +97938,13 @@ export type PlayerControllerBase_TA_GetValidMapName_Params = {
|
|
|
96528
97938
|
RocketLabsMedleyMapSet: UMapSet_TA; // 0x0020 (0x0008) [UMapSet_TA*]
|
|
96529
97939
|
};
|
|
96530
97940
|
|
|
97941
|
+
/**
|
|
97942
|
+
* Function TAGame.PlayerControllerBase_TA.GetViewedCar
|
|
97943
|
+
*/
|
|
97944
|
+
export type PlayerControllerBase_TA_GetViewedCar_Params = {
|
|
97945
|
+
ReturnValue: UCar_TA; // 0x0000 (0x0008) [UCar_TA*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
97946
|
+
};
|
|
97947
|
+
|
|
96531
97948
|
/**
|
|
96532
97949
|
* Function TAGame.PlayerControllerBase_TA.HandleCamera
|
|
96533
97950
|
*/
|
|
@@ -97597,6 +99014,13 @@ export type PlayerSpawnSystem_TA_HandleSpawnStop_Params = {
|
|
|
97597
99014
|
Feature: UPlayerSpawnFeature_TA; // 0x0008 (0x0008) [UPlayerSpawnFeature_TA*] [CPF_Parm]
|
|
97598
99015
|
};
|
|
97599
99016
|
|
|
99017
|
+
/**
|
|
99018
|
+
* Function TAGame.PlayerSpawnSystem_TA.HandleSpawnTicketRemoved
|
|
99019
|
+
*/
|
|
99020
|
+
export type PlayerSpawnSystem_TA_HandleSpawnTicketRemoved_Params = {
|
|
99021
|
+
Ticket: UPlayerSpawnTicket_TA; // 0x0000 (0x0008) [UPlayerSpawnTicket_TA*] [CPF_Parm]
|
|
99022
|
+
};
|
|
99023
|
+
|
|
97600
99024
|
/**
|
|
97601
99025
|
* Function TAGame.PlayerSpawnSystem_TA.SetupTicketHudCallbacks
|
|
97602
99026
|
*/
|
|
@@ -100083,6 +101507,8 @@ export type PRI_TA_ServerChangeTeam_Params = {
|
|
|
100083
101507
|
bSkipRecordingCallTime: boolean; // 0x0004 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OptionalParm]
|
|
100084
101508
|
GameEvent_Team: UGameEvent_Team_TA; // 0x0008 (0x0008) [UGameEvent_Team_TA*]
|
|
100085
101509
|
PC: UPlayerController_TA; // 0x0010 (0x0008) [UPlayerController_TA*]
|
|
101510
|
+
bChoseTeam: boolean; // 0x0018 (0x0004) [bool : 0x1]
|
|
101511
|
+
AntiCheatMessenger: UAntiCheatMessenger_TA; // 0x0020 (0x0008) [UAntiCheatMessenger_TA*]
|
|
100086
101512
|
};
|
|
100087
101513
|
|
|
100088
101514
|
/**
|
|
@@ -100418,6 +101844,7 @@ export type PRI_TA_SetTitle_Params = {
|
|
|
100418
101844
|
*/
|
|
100419
101845
|
export type PRI_TA_SetUniqueId_Params = {
|
|
100420
101846
|
PlayerUniqueId: FUniqueNetId; // 0x0000 (0x0048) [FUniqueNetId] [CPF_Parm]
|
|
101847
|
+
PlayerIdCache: UServerPlayerIdCache_X; // 0x0048 (0x0008) [UServerPlayerIdCache_X*]
|
|
100421
101848
|
};
|
|
100422
101849
|
|
|
100423
101850
|
/**
|
|
@@ -105927,6 +107354,11 @@ export type ProfileGameplaySave_TA___bAllowTargetedNews_Experience__ChangeNotify
|
|
|
105927
107354
|
*/
|
|
105928
107355
|
export type ProfileGameplaySave_TA___bAllowTargetedNews_Marketing__ChangeNotifyFunc_Params = {};
|
|
105929
107356
|
|
|
107357
|
+
/**
|
|
107358
|
+
* Function TAGame.ProfileGameplaySave_TA.__bMetric__ChangeNotifyFunc
|
|
107359
|
+
*/
|
|
107360
|
+
export type ProfileGameplaySave_TA___bMetric__ChangeNotifyFunc_Params = {};
|
|
107361
|
+
|
|
105930
107362
|
/**
|
|
105931
107363
|
* Function TAGame.ProfileGameplaySave_TA.__ProfileGameplaySave_TA__GetVersionDelegates_0x1
|
|
105932
107364
|
*/
|
|
@@ -107852,6 +109284,14 @@ export type ReplayManager_TA_TryGetReplayIndex_Params = {
|
|
|
107852
109284
|
ReturnValue: number; // 0x0010 (0x0004) [int32] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
107853
109285
|
};
|
|
107854
109286
|
|
|
109287
|
+
/**
|
|
109288
|
+
* Function TAGame.ReplayMetrics_TA.BrokenMatchHistoryDownload
|
|
109289
|
+
*/
|
|
109290
|
+
export type ReplayMetrics_TA_BrokenMatchHistoryDownload_Params = {
|
|
109291
|
+
Error: string; // 0x0000 (0x0010) [FString] [CPF_Parm]
|
|
109292
|
+
URL: string; // 0x0010 (0x0010) [FString] [CPF_Parm]
|
|
109293
|
+
};
|
|
109294
|
+
|
|
107855
109295
|
/**
|
|
107856
109296
|
* Function TAGame.ReplicatedRespawnTicket_TA.EventDisplaySecondsUpdated
|
|
107857
109297
|
*/
|
|
@@ -109460,13 +110900,13 @@ export type RPC_ClaimDLC_TA_SetToken_Params = {
|
|
|
109460
110900
|
*/
|
|
109461
110901
|
export type RPC_CommunityNews_TA_GetBlogTiles_Params = {
|
|
109462
110902
|
BlogTiles: UBlogTile_X[]; // 0x0000 (0x0010) [TArray<UBlogTile_X*>] [CPF_Parm | CPF_OutParm]
|
|
109463
|
-
News: FNewsTileData; // 0x0010 (
|
|
109464
|
-
TrackingId: string; //
|
|
109465
|
-
ArrayInitializer_0x1: FImageContent[]; //
|
|
109466
|
-
StructInitializer_0x2: FImageContent; //
|
|
109467
|
-
ArrayInitializer_0x3: FImageContent[]; //
|
|
109468
|
-
StructInitializer_0x4: FImageContent; //
|
|
109469
|
-
ObjectInitializer_0x5: UBlogTile_X; //
|
|
110903
|
+
News: FNewsTileData; // 0x0010 (0x00e8) [FNewsTileData]
|
|
110904
|
+
TrackingId: string; // 0x00f8 (0x0010) [FString]
|
|
110905
|
+
ArrayInitializer_0x1: FImageContent[]; // 0x0108 (0x0010) [TArray<FImageContent>] [CPF_OutParm]
|
|
110906
|
+
StructInitializer_0x2: FImageContent; // 0x0118 (0x0018) [FImageContent] [CPF_OutParm]
|
|
110907
|
+
ArrayInitializer_0x3: FImageContent[]; // 0x0130 (0x0010) [TArray<FImageContent>] [CPF_OutParm]
|
|
110908
|
+
StructInitializer_0x4: FImageContent; // 0x0140 (0x0018) [FImageContent] [CPF_OutParm]
|
|
110909
|
+
ObjectInitializer_0x5: UBlogTile_X; // 0x0158 (0x0008) [UBlogTile_X*] [CPF_OutParm]
|
|
109470
110910
|
};
|
|
109471
110911
|
|
|
109472
110912
|
/**
|
|
@@ -112304,6 +113744,13 @@ export type SaveData_TA_HandleSchematicResourcesReceived_Params = {
|
|
|
112304
113744
|
RPC: URPC_SchematicResourcesGet_TA; // 0x0000 (0x0008) [URPC_SchematicResourcesGet_TA*] [CPF_Parm]
|
|
112305
113745
|
};
|
|
112306
113746
|
|
|
113747
|
+
/**
|
|
113748
|
+
* Function TAGame.SaveData_TA.HandleSyncSuccessForceUploadSaveData
|
|
113749
|
+
*/
|
|
113750
|
+
export type SaveData_TA_HandleSyncSuccessForceUploadSaveData_Params = {
|
|
113751
|
+
_: UOnlineStorageSyncManager_TA; // 0x0000 (0x0008) [UOnlineStorageSyncManager_TA*] [CPF_Parm]
|
|
113752
|
+
};
|
|
113753
|
+
|
|
112307
113754
|
/**
|
|
112308
113755
|
* Function TAGame.SaveData_TA.HandleVideoSettingsSync
|
|
112309
113756
|
*/
|
|
@@ -119017,6 +120464,8 @@ export type StatFactory_TA_HandleDemolitionSave_Params = {
|
|
|
119017
120464
|
*/
|
|
119018
120465
|
export type StatFactory_TA_HandleFlipReset_Params = {
|
|
119019
120466
|
Car: UCar_TA; // 0x0000 (0x0008) [UCar_TA*] [CPF_Parm]
|
|
120467
|
+
FlipResetBall: UBall_TA; // 0x0008 (0x0008) [UBall_TA*]
|
|
120468
|
+
bBellyFlip: boolean; // 0x0010 (0x0004) [bool : 0x1]
|
|
119020
120469
|
};
|
|
119021
120470
|
|
|
119022
120471
|
/**
|
|
@@ -119410,6 +120859,14 @@ export type StatGraphSystem_TA___StatGraphSystem_TA__SetGraphLevel_0x1_Params =
|
|
|
119410
120859
|
G: UStatGraph_TA; // 0x0000 (0x0008) [UStatGraph_TA*] [CPF_Parm]
|
|
119411
120860
|
};
|
|
119412
120861
|
|
|
120862
|
+
/**
|
|
120863
|
+
* Function TAGame.StatGraphSystem_TA.__StatGraphSystem_TA__SetGraphLevel_0x2
|
|
120864
|
+
*/
|
|
120865
|
+
export type StatGraphSystem_TA___StatGraphSystem_TA__SetGraphLevel_0x2_Params = {
|
|
120866
|
+
P: UStatGraph_TA; // 0x0000 (0x0008) [UStatGraph_TA*] [CPF_Parm]
|
|
120867
|
+
ReturnValue: boolean; // 0x0008 (0x0004) [bool : 0x1] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
120868
|
+
};
|
|
120869
|
+
|
|
119413
120870
|
/**
|
|
119414
120871
|
* Function TAGame.StatGraphSystem_TA.Construct
|
|
119415
120872
|
*/
|
|
@@ -119455,6 +120912,8 @@ export type StatGraphSystem_TA_PacketReceived_Params = {
|
|
|
119455
120912
|
*/
|
|
119456
120913
|
export type StatGraphSystem_TA_SetGraphLevel_Params = {
|
|
119457
120914
|
Level: EStatGraphLevel; // 0x0000 (0x0001) [EStatGraphLevel] [CPF_Parm]
|
|
120915
|
+
ArrayResultLocal_0x1: UStatGraph_TA[]; // 0x0008 (0x0010) [TArray<UStatGraph_TA*>] [CPF_OutParm]
|
|
120916
|
+
FilterLocal_0x2: UStatGraph_TA[]; // 0x0018 (0x0010) [TArray<UStatGraph_TA*>] [CPF_OutParm]
|
|
119458
120917
|
};
|
|
119459
120918
|
|
|
119460
120919
|
/**
|
|
@@ -121354,6 +122813,8 @@ export type TAsyncResult__UserBugReportUploadResult_TA_SetResultWhen_Params = {
|
|
|
121354
122813
|
export type Team_Freeplay_TA_GetColors_Params = {
|
|
121355
122814
|
OutFontColor: FLinearColor; // 0x0000 (0x0010) [FLinearColor] [CPF_Parm | CPF_OutParm]
|
|
121356
122815
|
OutColors: FLinearColor[]; // 0x0010 (0x0010) [TArray<FLinearColor>] [CPF_Parm | CPF_OutParm]
|
|
122816
|
+
ColorPrefs: UTeamColorPreferences_TA; // 0x0020 (0x0008) [UTeamColorPreferences_TA*]
|
|
122817
|
+
TeamArchetype: UTeam_TA; // 0x0028 (0x0008) [UTeam_TA*]
|
|
121357
122818
|
};
|
|
121358
122819
|
|
|
121359
122820
|
/**
|
|
@@ -121605,6 +123066,13 @@ export type Team_TA_ExpireTemporarySpawnSpots_Params = {
|
|
|
121605
123066
|
Idx: number; // 0x0000 (0x0004) [int32]
|
|
121606
123067
|
};
|
|
121607
123068
|
|
|
123069
|
+
/**
|
|
123070
|
+
* Function TAGame.Team_TA.ForceRecaptureScene
|
|
123071
|
+
*/
|
|
123072
|
+
export type Team_TA_ForceRecaptureScene_Params = {
|
|
123073
|
+
CaptureActor: USceneCaptureActor; // 0x0000 (0x0008) [USceneCaptureActor*]
|
|
123074
|
+
};
|
|
123075
|
+
|
|
121608
123076
|
/**
|
|
121609
123077
|
* Function TAGame.Team_TA.Forfeit
|
|
121610
123078
|
*/
|
|
@@ -122507,6 +123975,7 @@ export type TextModerationManager_TA_SignMessage_Params = {
|
|
|
122507
123975
|
_0x1: U__TextModerationManager_TA__SignMessage_0x1; // 0x0088 (0x0008) [U__TextModerationManager_TA__SignMessage_0x1*]
|
|
122508
123976
|
KeyGenIndex: number; // 0x0090 (0x0004) [int32]
|
|
122509
123977
|
KeyGenMessage: FPendingKeyGenMessage; // 0x0098 (0x0078) [FPendingKeyGenMessage]
|
|
123978
|
+
ErrorMessage: USignedMessageObject_X; // 0x0110 (0x0008) [USignedMessageObject_X*]
|
|
122510
123979
|
};
|
|
122511
123980
|
|
|
122512
123981
|
/**
|
|
@@ -123129,6 +124598,8 @@ export type TourCheckIn_TA_GetCheckInError_Params = {
|
|
|
123129
124598
|
PlayerRank: number; // 0x0070 (0x0004) [int32]
|
|
123130
124599
|
Playlist: UGameSettingPlaylist_X; // 0x0078 (0x0008) [UGameSettingPlaylist_X*]
|
|
123131
124600
|
PC: UPlayerControllerBase_TA; // 0x0080 (0x0008) [UPlayerControllerBase_TA*]
|
|
124601
|
+
TournamentPlaylistId: number; // 0x0088 (0x0004) [int32]
|
|
124602
|
+
AntiCheatError: UError; // 0x0090 (0x0008) [UError*]
|
|
123132
124603
|
};
|
|
123133
124604
|
|
|
123134
124605
|
/**
|
|
@@ -123165,6 +124636,7 @@ export type TourCheckInError_TA_AlertSignupError_Params = {
|
|
|
123165
124636
|
TournamentID: bigint; // 0x0010 (0x0008) [uint64] [CPF_Parm]
|
|
123166
124637
|
Callback: FScriptDelegate; // 0x0018 (0x0018) [FScriptDelegate] [CPF_Parm | CPF_OptionalParm]
|
|
123167
124638
|
_0x1: U__TourCheckInError_TA__AlertSignupError_0x1; // 0x0030 (0x0008) [U__TourCheckInError_TA__AlertSignupError_0x1*]
|
|
124639
|
+
bProcessedError: boolean; // 0x0038 (0x0004) [bool : 0x1]
|
|
123168
124640
|
};
|
|
123169
124641
|
|
|
123170
124642
|
/**
|
|
@@ -123929,6 +125401,8 @@ export type TourGameUpdate_TA_GetLeavers_Params = {
|
|
|
123929
125401
|
LeaversArray: FUniqueNetId[]; // 0x0018 (0x0010) [TArray<FUniqueNetId>]
|
|
123930
125402
|
FilterLocal_0x1: FReservationData[]; // 0x0028 (0x0010) [TArray<FReservationData>] [CPF_OutParm]
|
|
123931
125403
|
MapLocal_0x2: FUniqueNetId[]; // 0x0038 (0x0010) [TArray<FUniqueNetId>] [CPF_OutParm]
|
|
125404
|
+
SoccarEvent: UGameEvent_Soccar_TA; // 0x0048 (0x0008) [UGameEvent_Soccar_TA*]
|
|
125405
|
+
UnionLocal_0x3: FUniqueNetId[]; // 0x0050 (0x0010) [TArray<FUniqueNetId>] [CPF_OutParm]
|
|
123932
125406
|
};
|
|
123933
125407
|
|
|
123934
125408
|
/**
|
|
@@ -128088,6 +129562,13 @@ export type Vehicle_TA_GetTimeOnGround_Params = {
|
|
|
128088
129562
|
ReturnValue: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
128089
129563
|
};
|
|
128090
129564
|
|
|
129565
|
+
/**
|
|
129566
|
+
* Function TAGame.Vehicle_TA.GetWheelContactRBActor
|
|
129567
|
+
*/
|
|
129568
|
+
export type Vehicle_TA_GetWheelContactRBActor_Params = {
|
|
129569
|
+
ReturnValue: URBActor_TA; // 0x0000 (0x0008) [URBActor_TA*] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
129570
|
+
};
|
|
129571
|
+
|
|
128091
129572
|
/**
|
|
128092
129573
|
* Function TAGame.Vehicle_TA.InitAudioParams
|
|
128093
129574
|
*/
|
|
@@ -128364,6 +129845,15 @@ export type VehiclePickup_TA_EventSpawned_Params = {
|
|
|
128364
129845
|
*/
|
|
128365
129846
|
export type VehiclePickup_TA_GetNormalizedRespawnTimer_Params = {
|
|
128366
129847
|
ReturnValue: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
129848
|
+
ReplayTime: number; // 0x0004 (0x0004) [float]
|
|
129849
|
+
};
|
|
129850
|
+
|
|
129851
|
+
/**
|
|
129852
|
+
* Function TAGame.VehiclePickup_TA.GetReplayCurrentTime
|
|
129853
|
+
*/
|
|
129854
|
+
export type VehiclePickup_TA_GetReplayCurrentTime_Params = {
|
|
129855
|
+
ReturnValue: number; // 0x0000 (0x0004) [float] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
129856
|
+
ReplayGameInfo: UGameInfo_Replay_TA; // 0x0008 (0x0008) [UGameInfo_Replay_TA*]
|
|
128367
129857
|
};
|
|
128368
129858
|
|
|
128369
129859
|
/**
|
|
@@ -128371,8 +129861,8 @@ export type VehiclePickup_TA_GetNormalizedRespawnTimer_Params = {
|
|
|
128371
129861
|
*/
|
|
128372
129862
|
export type VehiclePickup_TA_HandleTimeSkip_Params = {
|
|
128373
129863
|
Replay: UReplay_TA; // 0x0000 (0x0008) [UReplay_TA*] [CPF_Parm]
|
|
128374
|
-
|
|
128375
|
-
|
|
129864
|
+
Elapsed: number; // 0x0008 (0x0004) [float]
|
|
129865
|
+
Remaining: number; // 0x000c (0x0004) [float]
|
|
128376
129866
|
};
|
|
128377
129867
|
|
|
128378
129868
|
/**
|
|
@@ -129411,6 +130901,13 @@ export type Wheel_TA_GetLinearVelocity_Params = {
|
|
|
129411
130901
|
ReturnValue: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
129412
130902
|
};
|
|
129413
130903
|
|
|
130904
|
+
/**
|
|
130905
|
+
* Function TAGame.Wheel_TA.GetLocalWheelLocation
|
|
130906
|
+
*/
|
|
130907
|
+
export type Wheel_TA_GetLocalWheelLocation_Params = {
|
|
130908
|
+
ReturnValue: FVector; // 0x0000 (0x000c) [FVector] [CPF_Parm | CPF_OutParm | CPF_ReturnParm]
|
|
130909
|
+
};
|
|
130910
|
+
|
|
129414
130911
|
/**
|
|
129415
130912
|
* Function TAGame.Wheel_TA.GetRefWheelLocation
|
|
129416
130913
|
*/
|