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_DoesPathExist { constexpr auto BlackboardKeyA = 0x68; // FBlackboardKeySelector constexpr auto BlackboardKeyB = 0x90; // FBlackboardKeySelector constexpr auto bUseSelf = 0xb8; // char : 1 constexpr auto PathQueryType = 0xbc; // EPathExistanceQueryType constexpr auto FilterClass = 0xc0; // UNavigationQueryFilter* } } }
public static class Offsets { public static class Classes { // Inheritance: UBTDecorator > UBTAuxiliaryNode > UBTNode > UObject public static class UBTDecorator_DoesPathExist { public const byte BlackboardKeyA = 0x68; // FBlackboardKeySelector public const byte BlackboardKeyB = 0x90; // FBlackboardKeySelector public const byte bUseSelf = 0xb8; // char : 1 public const byte PathQueryType = 0xbc; // EPathExistanceQueryType public const byte FilterClass = 0xc0; // UNavigationQueryFilter* } } }