Files
FNGameProj/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_Angel.cpp
2024-01-21 00:41:14 +01:00

15 lines
443 B
C++

#include "CustomCharacterPartAnimInstance_Angel.h"
UCustomCharacterPartAnimInstance_Angel::UCustomCharacterPartAnimInstance_Angel() {
this->SkydivingAlpha = 0.00f;
this->CrouchAlpha = 0.00f;
this->RearClothAlpha = 0.00f;
this->ClothAlpha = 0.00f;
this->FrontClothAlpha = 0.00f;
this->FeatherAlpha = 0.00f;
this->CrouchSkirtAlpha = 0.00f;
this->FrontClothCrouchAlpha = 0.00f;
this->SpineRotLeft = 0.00f;
}