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)
UBTTaskNode > UBTNode > UObject
namespace Offsets { namespace Classes { // Inheritance: UBTTaskNode > UBTNode > UObject namespace UBTTask_Wait { constexpr auto WaitTime = 0x70; // float constexpr auto RandomDeviation = 0x74; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UBTTaskNode > UBTNode > UObject public static class UBTTask_Wait { public const byte WaitTime = 0x70; // float public const byte RandomDeviation = 0x74; // float } } }