UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject namespace UPlayFabDataAPI { constexpr auto OnPlayFabResponse = 0x30; // FMulticastInlineDelegate constexpr auto CallAuthenticationContext = 0xf8; // UPlayFabAuthenticationContext* constexpr auto RequestJsonObj = 0x100; // UPlayFabJsonObject* constexpr auto ResponseJsonObj = 0x108; // UPlayFabJsonObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UOnlineBlueprintCallProxyBase > UBlueprintAsyncActionBase > UObject public static class UPlayFabDataAPI { public const byte OnPlayFabResponse = 0x30; // FMulticastInlineDelegate public const byte CallAuthenticationContext = 0xf8; // UPlayFabAuthenticationContext* public const UInt16 RequestJsonObj = 0x100; // UPlayFabJsonObject* public const UInt16 ResponseJsonObj = 0x108; // UPlayFabJsonObject* } } }