mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
22 lines
592 B
C++
22 lines
592 B
C++
#include "CustomCharacterPartAnimInstance_ProfPupBody.h"
|
|
|
|
UCustomCharacterPartAnimInstance_ProfPupBody::UCustomCharacterPartAnimInstance_ProfPupBody() {
|
|
WheelAngle = 1;
|
|
SkydiveReduceAlpha = 1;
|
|
DynamicsAlpha = 1;
|
|
VehicleOrSkydivingOffAlpha = 1;
|
|
CatBodyAlpha = 1;
|
|
MechBodyAlpha = 1;
|
|
AdditiveIdleAlpha = 1;
|
|
ModifyTailAlpha = 1;
|
|
TraversalEmoteTime = 1;
|
|
CurrentLODValue = 1;
|
|
BaseWheelSpeed = 1;
|
|
TreadmillBaseSpeed = 1;
|
|
bTurnOnBreaklight = false;
|
|
bLongBackbling = false;
|
|
bShortBackbling = false;
|
|
bIsBlendingTraversalEmote = false;
|
|
}
|
|
|