UMicroTransactionBase::BeginPurchase

Triggers a product purchase. Will fire a MTF_PurchaseComplete if this function returns true.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/MicroTransactionBase.h

Include

#include "Engine/MicroTransactionBase.h"

Source

/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp

Syntax

virtual bool BeginPurchase
(
    int32 Index
)

Remarks

Triggers a product purchase. Will fire a MTF_PurchaseComplete if this function returns true.

Parameters

Parameter

Description

Index

which product to purchase

True

if the purchase was kicked off (delegate will receive final result)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss