Update SDK

This commit is contained in:
2025-10-12 19:42:01 +02:00
parent 083900c18e
commit bd619fd2d7
6 changed files with 542 additions and 541 deletions

View File

@@ -64707,13 +64707,14 @@ static_assert(offsetof(FKosmosKeyboardTextures, KeyboardKeyTexture) == 0x000000,
#define DUMPER7_ASSERTS_FKosmosGamepadTextures \
static_assert(alignof(FKosmosGamepadTextures) == 0x000008, "Wrong alignment on FKosmosGamepadTextures"); \
static_assert(sizeof(FKosmosGamepadTextures) == 0x000030, "Wrong size on FKosmosGamepadTextures"); \
static_assert(sizeof(FKosmosGamepadTextures) == 0x000038, "Wrong size on FKosmosGamepadTextures"); \
static_assert(offsetof(FKosmosGamepadTextures, PS4_GamepadKeyTexture) == 0x000000, "Member 'FKosmosGamepadTextures::PS4_GamepadKeyTexture' has a wrong offset!"); \
static_assert(offsetof(FKosmosGamepadTextures, PS5_GamepadKeyTexture) == 0x000008, "Member 'FKosmosGamepadTextures::PS5_GamepadKeyTexture' has a wrong offset!"); \
static_assert(offsetof(FKosmosGamepadTextures, XB_GamepadKeyTexture) == 0x000010, "Member 'FKosmosGamepadTextures::XB_GamepadKeyTexture' has a wrong offset!"); \
static_assert(offsetof(FKosmosGamepadTextures, Stadia_GamepadKeyTexture) == 0x000018, "Member 'FKosmosGamepadTextures::Stadia_GamepadKeyTexture' has a wrong offset!"); \
static_assert(offsetof(FKosmosGamepadTextures, Nintendo_GamepadKeyTexture) == 0x000020, "Member 'FKosmosGamepadTextures::Nintendo_GamepadKeyTexture' has a wrong offset!"); \
static_assert(offsetof(FKosmosGamepadTextures, Steam_GamepadKeyTexture) == 0x000028, "Member 'FKosmosGamepadTextures::Steam_GamepadKeyTexture' has a wrong offset!"); \
static_assert(offsetof(FKosmosGamepadTextures, Nintendo_JoyConKeyTexture) == 0x000028, "Member 'FKosmosGamepadTextures::Nintendo_JoyConKeyTexture' has a wrong offset!"); \
static_assert(offsetof(FKosmosGamepadTextures, Steam_GamepadKeyTexture) == 0x000030, "Member 'FKosmosGamepadTextures::Steam_GamepadKeyTexture' has a wrong offset!"); \
#define DUMPER7_ASSERTS_FKnifeHitCooldown \
static_assert(alignof(FKnifeHitCooldown) == 0x000008, "Wrong alignment on FKnifeHitCooldown"); \
@@ -64832,7 +64833,7 @@ static_assert(offsetof(FGeneralLocomotionData, mCustomMovementMode) == 0x0000AD,
#define DUMPER7_ASSERTS_FKosmosLocomotionData \
static_assert(alignof(FKosmosLocomotionData) == 0x000008, "Wrong alignment on FKosmosLocomotionData"); \
static_assert(sizeof(FKosmosLocomotionData) == 0x000388, "Wrong size on FKosmosLocomotionData"); \
static_assert(sizeof(FKosmosLocomotionData) == 0x000398, "Wrong size on FKosmosLocomotionData"); \
static_assert(offsetof(FKosmosLocomotionData, CrouchAmount) == 0x000000, "Member 'FKosmosLocomotionData::CrouchAmount' has a wrong offset!"); \
static_assert(offsetof(FKosmosLocomotionData, CrouchAmountInput) == 0x000004, "Member 'FKosmosLocomotionData::CrouchAmountInput' has a wrong offset!"); \
static_assert(offsetof(FKosmosLocomotionData, CrouchTransBlend) == 0x000008, "Member 'FKosmosLocomotionData::CrouchTransBlend' has a wrong offset!"); \
@@ -64843,8 +64844,8 @@ static_assert(offsetof(FKosmosLocomotionData, bIsSliding) == 0x000049, "Member '
static_assert(offsetof(FKosmosLocomotionData, bIsPushPanel) == 0x00004A, "Member 'FKosmosLocomotionData::bIsPushPanel' has a wrong offset!"); \
static_assert(offsetof(FKosmosLocomotionData, bIsUsingUmbrella) == 0x00004B, "Member 'FKosmosLocomotionData::bIsUsingUmbrella' has a wrong offset!"); \
static_assert(offsetof(FKosmosLocomotionData, FallData) == 0x00018C, "Member 'FKosmosLocomotionData::FallData' has a wrong offset!"); \
static_assert(offsetof(FKosmosLocomotionData, SelectedTargetObject) == 0x000370, "Member 'FKosmosLocomotionData::SelectedTargetObject' has a wrong offset!"); \
static_assert(offsetof(FKosmosLocomotionData, sActiveGrabInterface) == 0x000378, "Member 'FKosmosLocomotionData::sActiveGrabInterface' has a wrong offset!"); \
static_assert(offsetof(FKosmosLocomotionData, SelectedTargetObject) == 0x000380, "Member 'FKosmosLocomotionData::SelectedTargetObject' has a wrong offset!"); \
static_assert(offsetof(FKosmosLocomotionData, sActiveGrabInterface) == 0x000388, "Member 'FKosmosLocomotionData::sActiveGrabInterface' has a wrong offset!"); \
#define DUMPER7_ASSERTS_FKosmosFalloffAnimationData \
static_assert(alignof(FKosmosFalloffAnimationData) == 0x000001, "Wrong alignment on FKosmosFalloffAnimationData"); \