Files
UnrealEvent/Project/Source/FortniteGame/Private/CustomCharacterPartAnimInstance_Soldier.cpp
2026-04-22 15:51:07 +02:00

8 lines
203 B
C++

#include "CustomCharacterPartAnimInstance_Soldier.h"
UCustomCharacterPartAnimInstance_Soldier::UCustomCharacterPartAnimInstance_Soldier() {
this->MeshToCopy = NULL;
this->ScarfAlpha = 1.00f;
}