Files
UnrealEvent/Project/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_DieselPunk.cpp
2026-04-22 15:51:07 +02:00

12 lines
363 B
C++

#include "CustomCharacterPartAnimInstance_DieselPunk.h"
UCustomCharacterPartAnimInstance_DieselPunk::UCustomCharacterPartAnimInstance_DieselPunk() {
this->ArmPistolPadAlpha = 0.00f;
this->ArmPistolChestAlpha = 0.00f;
this->ArmPistolAlpha = 0.00f;
this->CrouchAlpha = 0.00f;
this->SpeedMaskAlpha = 0.00f;
this->SpeedMaskSpring = 0.00f;
}