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