From 893271a8a96a4498c5547b475b934d3c70018591 Mon Sep 17 00:00:00 2001 From: ThiscketCrab Date: Sun, 6 Oct 2024 14:43:38 -0600 Subject: [PATCH] Update Custom HUD Class - BP_ShipHUD --- Custom HUD Class - BP_ShipHUD.-.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Custom HUD Class - BP_ShipHUD.-.md b/Custom HUD Class - BP_ShipHUD.-.md index 6504f98..cda4cfd 100644 --- a/Custom HUD Class - BP_ShipHUD.-.md +++ b/Custom HUD Class - BP_ShipHUD.-.md @@ -3,14 +3,14 @@ This custom HUD class can easily be replace with your own, new or existing, HUD This class implements the following Blueprint Interfaces and functions: 1. ***BPI_ShopUI*** -* *DisplayDockingPrompt* -* *HideDockingPrompt* -* *HideUndockPrompt* -* *DisplayUndockPrompt* -* *CloseShopUI* -* *OpenOutfittingUI* -* *CloseOutfittingUI* -* *OpenShopUI* +* DisplayDockingPrompt +* HideDockingPrompt +* HideUndockPrompt +* DisplayUndockPrompt +* CloseShopUI +* OpenOutfittingUI +* CloseOutfittingUI +* OpenShopUI ## BeginPlay