Compare commits

...

2 Commits

Author SHA1 Message Date
d4a5051eb2 Format code 2025-05-14 11:30:21 +07:00
0824f30541 Updated pivot time for each anim set 2025-05-13 22:19:25 +07:00
2 changed files with 3 additions and 2 deletions

View File

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