FOvrBillingPlan
()
|
This is the default constructor for the struct, which initializes the ::ovrBillingPlanHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrBillingPlan::FOvrBillingPlan() |
FOvrBillingPlan
(
OvrHandle
, MessageHandlePtr
)
|
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrBillingPlan::FOvrBillingPlan(ovrBillingPlanHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrBillingPlanHandleMessageHandlePtr: TOvrMessageHandlePtr |
PaidOffer
: FOvrPaidOffer |
Represents the FOvrPaidOffer associated with the billing_plan.
Signature
FOvrPaidOffer FOvrBillingPlan::PaidOffer |
TrialOffers
: TArray< FOvrTrialOffer > |
A list of FOvrTrialOffer associated with the billing_plan.
Signature
TArray<FOvrTrialOffer> FOvrBillingPlan::TrialOffers |
Clear
()
|
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrBillingPlan::Clear() Returns void |
Update
(
OvrHandle
, MessageHandlePtr
)
|
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrBillingPlan::Update(ovrBillingPlanHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrBillingPlanHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |