Files
FNGameProj/Source/FortniteGame/Private/CustomCharacterAccessoryData.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
251 B
C++

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