Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UBTDecorator > UBTAuxiliaryNode > UBTNode > UObject
namespace Offsets { namespace Classes { // Inheritance: UBTDecorator > UBTAuxiliaryNode > UBTNode > UObject namespace UBTDecorator_SetTagCooldown { constexpr auto CooldownTag = 0x68; // FGameplayTag constexpr auto CooldownDuration = 0x70; // float constexpr auto bAddToExistingDuration = 0x74; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UBTDecorator > UBTAuxiliaryNode > UBTNode > UObject public static class UBTDecorator_SetTagCooldown { public const byte CooldownTag = 0x68; // FGameplayTag public const byte CooldownDuration = 0x70; // float public const byte bAddToExistingDuration = 0x74; // bool } } }