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

9 lines
251 B
C++

#include "CustomCharacterAccessoryData.h"
UCustomCharacterAccessoryData::UCustomCharacterAccessoryData() {
this->AttachmentOverrideData = NULL;
this->bUseClothCollisionFromOtherParts = false;
this->bCollideWithOtherPartsCloth = false;
}