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 } } }