Navigation
API > API/Runtime > API/Runtime/DatasmithCore
IDatasmithClothElement class: experimental class that describes a cloth asset
| Name | IDatasmithClothElement |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include Path | #include "IDatasmithSceneElements.h" |
Syntax
class IDatasmithClothElement : public IDatasmithElement
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * GetFile() |
Get the FDatasmithCloth resource filename | IDatasmithSceneElements.h | |
void SetFile
(
const TCHAR* InFile |
Set the FDatasmithCloth resource filename, it can be absolute or relative to the scene file | IDatasmithSceneElements.h |