Compare commits

..

No commits in common. "d4a5051eb240dcd92cf9b85985af3124198ec61b" and "c49fd5ec781cf171dd9d8b621fe675c02041c4bc" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -91,10 +91,9 @@ protected:
const EOLSGait gait, const EOLSGait gait,
const EOLSCardinalDirection velocityDirection, const EOLSCardinalDirection velocityDirection,
const EOLSHipDirection hipDirection) const; const EOLSHipDirection hipDirection) const;
UFUNCTION(BlueprintCallable, meta = (BlueprintThreadSafe), Category = "ThreadSafe|Selectors") UFUNCTION(BlueprintCallable, meta = (BlueprintThreadSafe), Category = "ThreadSafe|Selectors")
FVector2D SelectPlayRateByLocomotionState(const bool isCrouching, const bool isAiming, const EOLSGait gait, FVector2D SelectPlayRateByLocomotionState(const bool isCrouching, const bool isAiming, const EOLSGait gait, const EOLSLocomotionStatePlayRate locomotionState) const;
const EOLSLocomotionStatePlayRate locomotionState) const;
protected: protected: