Files
FNGameProj/Source/FortniteGame/Private/FortAnimationSharingStateProcessor.cpp
T
2024-03-03 23:44:39 +01:00

11 lines
329 B
C++

#include "FortAnimationSharingStateProcessor.h"
UFortAnimationSharingStateProcessor::UFortAnimationSharingStateProcessor() {
this->RunningVelocityThreshold = 1;
this->WalkingVelocityThreshold = 1;
this->SprintingVelocityThreshold = 1;
this->IdleVelocityThreshold = 1;
this->FallingZVelocityThreshold = 1;
}