Added Stub for OnInteract Event
This commit is contained in:
parent
6096d5a783
commit
320a74d4bb
@ -28,4 +28,8 @@ void UInteractableEnvironmentObject::TickComponent(float DeltaTime, ELevelTick T
|
||||
|
||||
}
|
||||
|
||||
void UInteractableEnvironmentObject::OnInteract()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
@ -28,5 +28,5 @@ public:
|
||||
bool bInteractable = false;
|
||||
|
||||
UFUNCTION(Blueprintcallable)
|
||||
virtual
|
||||
virtual void OnInteract();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user