Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Online Proxy Store Offer' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Online Proxy Store Offer |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Offer Id | Unique offer identifier |
| text | Title | Title for display |
| text | Description | Short description for display |
| text | Long Description | Full description for display |
| text | Regular Price Text | Regular non-sale price as text for display |
| integer | Regular Price | Regular non-sale price in numeric form for comparison/sorting |
| text | Price Text | Final-Pricing (Post-Sales/Discounts) as text for display |
| integer | Numeric Price | Final-Price (Post-Sales/Discounts) in numeric form for comparison/sorting |
| string | Currency Code | Price currency code |
| struct | Release Date | Date the offer was released |
| struct | Expiration Date | Date this information is no longer valid (maybe due to sale ending, etc) |
| enum | Discount Type | Type of discount currently running on this offer (if any) |
| string | Dynamic Fields |