mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
286 B
C++
11 lines
286 B
C++
#include "CustomCharacterPartAnimInstance_MechEngineerHead.h"
|
|
|
|
UCustomCharacterPartAnimInstance_MechEngineerHead::UCustomCharacterPartAnimInstance_MechEngineerHead() {
|
|
BoneVelocityTimer = 1;
|
|
HeadUp = 1;
|
|
HeadTwist = 1;
|
|
HelmetUp = 1;
|
|
bTransferBoneVelocity = false;
|
|
}
|
|
|