AReplicationInfo > AInfo > AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AReplicationInfo > AInfo > AActor > UObject namespace ATeamInfo { constexpr auto TeamName = 0x280; // FString constexpr auto Size = 0x290; // int32_t constexpr auto Score = 0x294; // float constexpr auto TeamIndex = 0x298; // int32_t constexpr auto TeamColor = 0x29c; // FColor } } }
public static class Offsets { public static class Classes { // Inheritance: AReplicationInfo > AInfo > AActor > UObject public static class ATeamInfo { public const UInt16 TeamName = 0x280; // FString public const UInt16 Size = 0x290; // int32_t public const UInt16 Score = 0x294; // float public const UInt16 TeamIndex = 0x298; // int32_t public const UInt16 TeamColor = 0x29c; // FColor } } }