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)
UPBRuleNodeBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UPBRuleNodeBase > UObject namespace UPBRuleNodeTransform { constexpr auto Translation = 0x70; // UDistributionVector* constexpr auto Rotation = 0x78; // UDistributionVector* constexpr auto Scale = 0x80; // UDistributionVector* } } }
public static class Offsets { public static class Classes { // Inheritance: UPBRuleNodeBase > UObject public static class UPBRuleNodeTransform { public const byte Translation = 0x70; // UDistributionVector* public const byte Rotation = 0x78; // UDistributionVector* public const byte Scale = 0x80; // UDistributionVector* } } }