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_KeepInCone { constexpr auto ConeHalfAngle = 0x68; // float constexpr auto ConeOrigin = 0x70; // FBlackboardKeySelector constexpr auto Observed = 0x98; // FBlackboardKeySelector constexpr auto bUseSelfAsOrigin = 0xc0; // char : 1 constexpr auto bUseSelfAsObserved = 0xc0; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UBTDecorator > UBTAuxiliaryNode > UBTNode > UObject public static class UBTDecorator_KeepInCone { public const byte ConeHalfAngle = 0x68; // float public const byte ConeOrigin = 0x70; // FBlackboardKeySelector public const byte Observed = 0x98; // FBlackboardKeySelector public const byte bUseSelfAsOrigin = 0xc0; // char : 1 public const byte bUseSelfAsObserved = 0xc0; // char : 1 } } }