New stuff

This commit is contained in:
2023-08-12 17:33:56 +02:00
parent 7b2d80e372
commit 171dc24c6b
18 changed files with 6 additions and 2 deletions

View File

@@ -44,6 +44,9 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
bool IsHeld;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
EControllerHand ThrowingHand;
UFUNCTION(BlueprintImplementableEvent, BlueprintCallable)
void OnUsed();