UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MarketplaceKit.h File Reference

Go to the source code of this file.

Classes

class  FMarketplaceKitModule
 

Enumerations

enum class  EMarketplaceType : int32 {
  AppStore = 0 , TestFlight = 1 , Marketplace = 2 , Web = 3 ,
  Other = 4 , NotAvailable = 5
}
 

Functions

const TCHARLexToString (EMarketplaceType Value)
 
void LexFromString (EMarketplaceType &OutValue, const TCHAR *InValue)
 

Enumeration Type Documentation

◆ EMarketplaceType

enum class EMarketplaceType : int32
strong
Enumerator
AppStore 
TestFlight 
Marketplace 
Web 
Other 
NotAvailable 

Function Documentation

◆ LexFromString()

void LexFromString ( EMarketplaceType OutValue,
const TCHAR InValue 
)

◆ LexToString()

const TCHAR * LexToString ( EMarketplaceType  Value)