Am sad and feel bad.
This commit is contained in:
@@ -37,6 +37,13 @@ private:
|
||||
|
||||
UPROPERTY(EditAnywhere, Category = "Input")
|
||||
TObjectPtr<UInputAction> MoveAction;
|
||||
|
||||
UPROPERTY(EditAnywhere, Category = "Input")
|
||||
TObjectPtr<UInputAction> ShiftAction;
|
||||
|
||||
void ShiftPressed() {bShiftKeyDown = true; }
|
||||
void ShiftReleased(){bShiftKeyDown = false; }
|
||||
bool bShiftKeyDown = false;
|
||||
|
||||
void Move(const FInputActionValue& InputActionValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user