angela-inventory #1

Merged
neroberovero merged 3 commits from angela-inventory into main 2023-10-17 02:51:24 +02:00
Showing only changes of commit d91c59aa5c - Show all commits

View File

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