halfway worked on Interactables...handing off to Ken

This commit is contained in:
Ji Yoon Rhee 2023-10-16 20:50:21 -04:00
parent 2fb7b538df
commit d91c59aa5c

View File

@ -15,6 +15,11 @@ public:
// Sets default values for this actor's properties // Sets default values for this actor's properties
AHYInteractableActor(); AHYInteractableActor();
//this is a Blueprint
UFUNCTION(BlueprintNativeEvent)
void Interact(APlayerController* Controller);
virtual void Interact_Implementation(APlayerController* Controller);
protected: protected:
// Called when the game starts or when spawned // Called when the game starts or when spawned
virtual void BeginPlay() override; virtual void BeginPlay() override;