UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DatasmithCloth.cpp File Reference

Functions

enum UE_DEPRECATED (5.5, "The experimental Cloth importer is no longer supported.") EDatasmithClothSerializationVersion
 
PRAGMA_DISABLE_DEPRECATION_WARNINGS FCustomVersionRegistration GRegisterDatasmithClothCustomVersion (FDatasmithClothSerializationVersion::GUID, _EDCSV_Last, TEXT("DatasmithCloth"))
 
FArchiveoperator<< (FArchive &Ar, FParameterData &ParameterData)
 
FArchiveoperator<< (FArchive &Ar, FDatasmithClothPattern &Pattern)
 
FArchiveoperator<< (FArchive &Ar, FDatasmithClothSewingInfo &Sewing)
 
FArchiveoperator<< (FArchive &Ar, FDatasmithClothPresetProperty &Property)
 
FArchiveoperator<< (FArchive &Ar, FDatasmithClothPresetPropertySet &PropertySet)
 
FArchiveoperator<< (FArchive &Ar, FDatasmithCloth &Cloth)
 

Function Documentation

◆ GRegisterDatasmithClothCustomVersion()

PRAGMA_DISABLE_DEPRECATION_WARNINGS FCustomVersionRegistration GRegisterDatasmithClothCustomVersion ( FDatasmithClothSerializationVersion::GUID  ,
_EDCSV_Last  ,
TEXT("DatasmithCloth")   
)

◆ operator<<() [1/6]

FArchive & operator<< ( FArchive Ar,
FDatasmithCloth Cloth 
)

◆ operator<<() [2/6]

FArchive & operator<< ( FArchive Ar,
FDatasmithClothPattern Pattern 
)

◆ operator<<() [3/6]

FArchive & operator<< ( FArchive Ar,
FDatasmithClothPresetProperty Property 
)

◆ operator<<() [4/6]

FArchive & operator<< ( FArchive Ar,
FDatasmithClothPresetPropertySet PropertySet 
)

◆ operator<<() [5/6]

FArchive & operator<< ( FArchive Ar,
FDatasmithClothSewingInfo Sewing 
)

◆ operator<<() [6/6]

FArchive & operator<< ( FArchive Ar,
FParameterData ParameterData 
)

◆ UE_DEPRECATED()

struct UE_DEPRECATED ( 5.  5,
"The experimental Cloth importer is no longer supported."   
)