UFortChargingSet_Base > UFortAttributeSet > UAttributeSet > UObject
namespace Offsets { namespace Classes { // Inheritance: UFortChargingSet_Base > UFortAttributeSet > UAttributeSet > UObject namespace UFortChargingSet_Scanner { constexpr auto Charge = 0x48; // FFortGameplayAttributeData constexpr auto MaxCharge = 0x70; // FFortGameplayAttributeData constexpr auto ChargeRate = 0x98; // FFortGameplayAttributeData constexpr auto ServerTimeChargeIncrements = 0xc0; // FFortGameplayAttributeData } } }
public static class Offsets { public static class Classes { // Inheritance: UFortChargingSet_Base > UFortAttributeSet > UAttributeSet > UObject public static class UFortChargingSet_Scanner { public const byte Charge = 0x48; // FFortGameplayAttributeData public const byte MaxCharge = 0x70; // FFortGameplayAttributeData public const byte ChargeRate = 0x98; // FFortGameplayAttributeData public const byte ServerTimeChargeIncrements = 0xc0; // FFortGameplayAttributeData } } }