UBlueprintAsyncActionBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UBlueprintAsyncActionBase > UObject namespace UShowPlatformLoginUIProxy { constexpr auto OnPlatformAccountSwitched = 0x30; // FMulticastInlineDelegate constexpr auto OnPlatformAccountLoggedOut = 0x80; // FMulticastInlineDelegate constexpr auto OnCanceled = 0xd0; // FMulticastInlineDelegate constexpr auto OnFailure = 0x120; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UBlueprintAsyncActionBase > UObject public static class UShowPlatformLoginUIProxy { public const byte OnPlatformAccountSwitched = 0x30; // FMulticastInlineDelegate public const byte OnPlatformAccountLoggedOut = 0x80; // FMulticastInlineDelegate public const byte OnCanceled = 0xd0; // FMulticastInlineDelegate public const UInt16 OnFailure = 0x120; // FMulticastInlineDelegate } } }