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