Files
UnrealEvent/Project/Source/FortniteGame/Private/FortPlayerAnimInstance_Gauntlet.cpp
2026-04-22 15:51:07 +02: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;
}