Files
UnrealEvent/Project/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_Angel.cpp
2026-04-22 15:51:07 +02: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;
}