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

13 lines
391 B
C++

#include "CustomCharacterPartAnimInstance_Cape.h"
UCustomCharacterPartAnimInstance_Cape::UCustomCharacterPartAnimInstance_Cape() {
this->MeshToCopy = NULL;
this->ClothingSimInteractor = NULL;
this->bIsDBNO = false;
this->BlendOutForksAlpha = 0.00f;
this->bBlendInBackwardPose = false;
this->AimOffsetMultiplier = -0.25f;
this->FinalCapeBlendOutAlpha = 0.00f;
}