#
How Get Output And Apply Changes ?
Output : Almost every screen have a OnItemClicked , OnContentClicked ,OnChapterClicked
Use this output events and apply your change with a custom blueprint
#
Example :
- Applying shopping need to add a
BP_CustomShop. - On
WBPC_ShopSelectoradd a variable by typeBP_CustomShopend initialize onBeginPlay(GetActorOfClass). - In
BP_CustomShopadd a custom logic and name itOnItemPurchased. - In
WBPC_ShopSelectorfindOnItemClickedand can get some item value in forBP_CustomShop. - In
WBPC_ShopSelectorfindbtn_purchasebutton search the OnClicked event and call your custom eventOnItemPurchased.