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)
UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject namespace UGetUserPrivilegeCallbackProxy { constexpr auto OnSuccess = 0x30; // FMulticastInlineDelegate constexpr auto OnFailure = 0x40; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject public static class UGetUserPrivilegeCallbackProxy { public const byte OnSuccess = 0x30; // FMulticastInlineDelegate public const byte OnFailure = 0x40; // FMulticastInlineDelegate } } }