UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsKillcamKilledByWidget { constexpr auto NameText = 0x260; // UTextBlock* constexpr auto AvatarImage = 0x268; // UImage* constexpr auto RankImage = 0x270; // UImage* constexpr auto WeaponImage = 0x278; // UImage* constexpr auto WeaponImageMaxWidth = 0x288; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsKillcamKilledByWidget { public const UInt16 NameText = 0x260; // UTextBlock* public const UInt16 AvatarImage = 0x268; // UImage* public const UInt16 RankImage = 0x270; // UImage* public const UInt16 WeaponImage = 0x278; // UImage* public const UInt16 WeaponImageMaxWidth = 0x288; // float } } }