mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
10 lines
282 B
C++
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;
|
|
}
|
|
|