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

10 lines
282 B
C++

#include "FortPlayerAnimInstance_Gauntlet.h"
UFortPlayerAnimInstance_Gauntlet::UFortPlayerAnimInstance_Gauntlet() {
this->FullBodyOverrideWeight = 0.00f;
this->EmoteIKAlphaInterpSpeed = 6.00f;
this->EmoteIKAlphaCurrent = 0.00f;
this->bCarmineJumpCharge = false;
}