mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
17 lines
476 B
C++
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;
|
|
}
|
|
|