Files
FNGameProj/Source/FortniteGame/Private/CustomCharacterAccessoryData.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
233 B
C++

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