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

16 lines
479 B
C++

#include "CustomCharacterPartAnimInstance_HightowerWasabiBody.h"
UCustomCharacterPartAnimInstance_HightowerWasabiBody::UCustomCharacterPartAnimInstance_HightowerWasabiBody() {
RightArmDistanceBICEPAlpha = 1;
LeftArmDistanceBICEPAlpha = 1;
RightPecAimPosAlpha = 1;
RightPecStretchAlpha = 1;
LeftPecStretchAlpha = 1;
RightLatStretchAlpha = 1;
RightKneeAlpha = 1;
LeftKneeAlpha = 1;
LeftTrapsStretchAlpha = 1;
RightTrapsStretchAlpha = 1;
}