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

11 lines
295 B
C++

#include "CustomCharacterPartAnimInstance_KayakCape.h"
UCustomCharacterPartAnimInstance_KayakCape::UCustomCharacterPartAnimInstance_KayakCape() {
HeadMesh = NULL;
CapeTrailRelaxSpeedScale = 1;
PlayerForwardAcceleration = 1;
UpperArmRightAlpha = 1;
UpperArmLeftAlpha = 1;
}