Files
FNGameProj/Source/FortniteGame/Private/RootMotionSource_FollowCharacterRotation.cpp
T
2024-06-07 01:17:09 +02:00

11 lines
305 B
C++

#include "RootMotionSource_FollowCharacterRotation.h"
FRootMotionSource_FollowCharacterRotation::FRootMotionSource_FollowCharacterRotation() {
ConstantStrength = 1;
bWasWalkingLastFrame = false;
bWasFallingLastFrame = false;
WalkingAccumulatedTime = 1;
FallingAccumulatedTime = 1;
}