Struct: FPatreonTierInfoImgs
// PatreonTierInfoImgs.h : 14
struct NBPATREONAPICLIENT_API FPatreonTierInfoImgs;
Reflection-enabled
Specifiers:
- BlueprintType
Provides the same information as FPatreonTierInfo, but rather than containing
URLs to images the images are stored directly as Textures.
Properties
-
AmountCentspublic: int64 AmountCents;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreaonAPIClient|Tier
The price of this tier, in USD cents -
Benefitspublic: TArray<FString> Benefits;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreonAPIClient|Tier
List of benefits this tier provides. If you have multiple tiers which provide the same benefit, it may be more straightforward to simply check if any tier contains a benefit to unlock content rather than checking for multiple tiers at once.
-
Descriptionpublic: FString Description;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreonAPIClient|Tier
Short description of the tier, may be empty -
Idpublic: FString Id;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreonAPIClient|Tier
The ID of this tier -
TierImagepublic: UTexture2DDynamic* TierImage;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreonAPIClient|Tier
Tier's main image as a texture, can be directly used in a UMG widget. -
Titlepublic: FString Title;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreonAPIClient|Tier
The name of this tier -
URLpublic: FString URL;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreonAPIClient|Tier
URL of the tier, e.g. to provide a pledge link
Constructors
-
FPatreonTierInfoImgs// PatreonTierInfoImgs.h : 20 public: FPatreonTierInfoImgs(); -
FPatreonTierInfoImgs// PatreonTierInfoImgs.h : 25 public: FPatreonTierInfoImgs( const FPatreonTierInfo& info );
For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com