UBlueprintAsyncActionBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UBlueprintAsyncActionBase > UObject namespace UShowLoginUICallbackProxy { constexpr auto OnSuccess = 0x30; // FMulticastInlineDelegate constexpr auto OnFailure = 0x40; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UBlueprintAsyncActionBase > UObject public static class UShowLoginUICallbackProxy { public const byte OnSuccess = 0x30; // FMulticastInlineDelegate public const byte OnFailure = 0x40; // FMulticastInlineDelegate } } }