Files
FNGameProj/Source/FortniteGame/Private/FortAnimationSharingStateProcessor.cpp
T
2024-01-21 00:41:14 +01:00

9 lines
260 B
C++

#include "FortAnimationSharingStateProcessor.h"
UFortAnimationSharingStateProcessor::UFortAnimationSharingStateProcessor() {
this->RunningVelocityThreshold = 8.00f;
this->IdleVelocityThreshold = 0.50f;
this->FallingZVelocityThreshold = 40.00f;
}