mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
13 lines
389 B
C++
13 lines
389 B
C++
#include "CustomCharacterPartAnimInstance_StrawberryPilotFace.h"
|
|
|
|
UCustomCharacterPartAnimInstance_StrawberryPilotFace::UCustomCharacterPartAnimInstance_StrawberryPilotFace() {
|
|
HeadSwingDeltaValue = 1;
|
|
ArmSwingDeltaLValue = 1;
|
|
ArmSwingDeltaRValue = 1;
|
|
HeadTwistLValue = 1;
|
|
HeadTwistRValue = 1;
|
|
HeadSwingDeltaTargetLValue = 1;
|
|
HeadSwingDeltaTargetRValue = 1;
|
|
}
|
|
|