UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UPortalWarsKillStackEntryWidget { constexpr auto FadeInAnimation = 0x268; // UWidgetAnimation* constexpr auto FadeOutAnimation = 0x270; // UWidgetAnimation* constexpr auto KilledText = 0x278; // URichTextBlock* constexpr auto DamageText = 0x280; // UTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UPortalWarsKillStackEntryWidget { public const UInt16 FadeInAnimation = 0x268; // UWidgetAnimation* public const UInt16 FadeOutAnimation = 0x270; // UWidgetAnimation* public const UInt16 KilledText = 0x278; // URichTextBlock* public const UInt16 DamageText = 0x280; // UTextBlock* } } }