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)
UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UAIAsyncTaskBlueprintProxy { constexpr auto OnSuccess = 0x28; // FMulticastInlineDelegate constexpr auto OnFail = 0x38; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UAIAsyncTaskBlueprintProxy { public const byte OnSuccess = 0x28; // FMulticastInlineDelegate public const byte OnFail = 0x38; // FMulticastInlineDelegate } } }