mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
15 lines
443 B
C++
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;
|
|
}
|
|
|