UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject namespace UPlayFabEventsAPI { constexpr auto OnPlayFabResponse = 0x30; // FMulticastInlineDelegate constexpr auto CallAuthenticationContext = 0xa8; // UPlayFabAuthenticationContext* constexpr auto RequestJsonObj = 0xb0; // UPlayFabJsonObject* constexpr auto ResponseJsonObj = 0xb8; // UPlayFabJsonObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject public static class UPlayFabEventsAPI { public const byte OnPlayFabResponse = 0x30; // FMulticastInlineDelegate public const byte CallAuthenticationContext = 0xa8; // UPlayFabAuthenticationContext* public const byte RequestJsonObj = 0xb0; // UPlayFabJsonObject* public const byte ResponseJsonObj = 0xb8; // UPlayFabJsonObject* } } }