Struct: FPatreonTierInfoImgs
// PatreonTierInfoImgs.h : 12
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
-
Benefits
public: 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.
-
Description
public: FString Description;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreonAPIClient|Tier
Short description of the tier, may be empty -
TierImage
public: 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. -
Title
public: FString Title;
Reflection-enabled
Specifiers:
- EditAnywhere
- BlueprintReadWrite
- Category = NBPatreonAPIClient|Tier
The name of this tier -
URL
public: 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 : 18 public: FPatreonTierInfoImgs();
-
FPatreonTierInfoImgs
// PatreonTierInfoImgs.h : 23 public: FPatreonTierInfoImgs( const FPatreonTierInfo& info );
For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com