Navigation
API > API/Plugins > API/Plugins/DatasmithTranslator > API/Plugins/DatasmithTranslator/IDatasmithTranslator
References
| Module | DatasmithTranslator |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/DatasmithTranslator.h |
| Include | #include "DatasmithTranslator.h" |
virtual bool LoadCloth
(
const TSharedRef < IDatasmithClothElement > ClothElement,
FDatasmithClothElementPayload & OutClothPayload
)
Remarks
Get payload related to the given Element Operation succeed
Parameters
| Name | Description |
|---|---|
| ClothElement | Element for which the payload is required |
| OutClothPayload | Actual cloth data from the source |