mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
50 lines
1.4 KiB
C++
50 lines
1.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PurchaseFlow
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Class PurchaseFlow.PurchaseFlowJSBridge
|
|
// 0x0010 (0x0038 - 0x0028)
|
|
class UPurchaseFlowJSBridge final : public UObject
|
|
{
|
|
public:
|
|
uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
class FString GetDefaultExternalBrowserID(const class FString& URL);
|
|
class FString GetExternalBrowserName(const class FString& BrowserId);
|
|
class FString GetExternalBrowserPath(const class FString& BrowserId);
|
|
bool LaunchExternalBrowserUrl(const class FString& URL);
|
|
bool LaunchValidatedExternalBrowserUrl(const class FString& AllowedBrowserID, const class FString& URL);
|
|
void RECEIPT(const struct FPurchaseFlowReceiptParam& Param_RECEIPT);
|
|
void RequestClose(const class FString& CloseInfo);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticClassImpl<"PurchaseFlowJSBridge">();
|
|
}
|
|
static class UPurchaseFlowJSBridge* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UPurchaseFlowJSBridge>();
|
|
}
|
|
};
|
|
static_assert(alignof(UPurchaseFlowJSBridge) == 0x000008, "Wrong alignment on UPurchaseFlowJSBridge");
|
|
static_assert(sizeof(UPurchaseFlowJSBridge) == 0x000038, "Wrong size on UPurchaseFlowJSBridge");
|
|
|
|
}
|
|
|