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

17 lines
476 B
C++

#include "CustomCharacterPartAnimInstance_Rebirth_Soldier_M.h"
UCustomCharacterPartAnimInstance_Rebirth_Soldier_M::UCustomCharacterPartAnimInstance_Rebirth_Soldier_M() {
ArmRightRotAlpha = 1;
ArmLeftRotAlpha = 1;
ClavicleRightRotAlpha = 1;
ClavicleLeftRotAlpha = 1;
HeadRotAlpha = 1;
CalfRightRotAlpha = 1;
CalfLeftRotAlpha = 1;
ThighRightRotAlpha = 1;
ThighLeftRotAlpha = 1;
WeaponRaisedAlpha = 1;
bIsWearingBackbling = false;
}