EInAppPurchaseState::Type

Possible result states of an in-app purchase transaction

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineStoreInterface.h

Include

#include "Interfaces/OnlineStoreInterface.h"

Syntax

namespace EInAppPurchaseState
{
    enum Type
    {
        Unknown         = 0,
        Success,
        Failed,
        Cancelled,
        Invalid,
        NotAllowed,
        Restored,
        AlreadyOwned,
    }
}

Values

Name

Description

Unknown

Success

Failed

Cancelled

Invalid

NotAllowed

Restored

AlreadyOwned

Remarks

Possible result states of an in-app purchase transaction

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