API/Autodoc/Classes/UGetProductsNode.md


UGetProductsNode

#include <UGetProductsNode.h>

Inherits from UBlueprintAsyncActionBase

Public Functions

Name
UGetProductsNode * GetProductsAsync(URuStoreBillingClient * target, TArray< FString > productIds)

Public Attributes

Name
FGetProductsPin Success
FGetProductsPin Failure

function GetProductsAsync

static UGetProductsNode * GetProductsAsync(
    URuStoreBillingClient * target,
    TArray< FString > productIds
)

variable Success

FGetProductsPin Success;

variable Failure

FGetProductsPin Failure;

Назад