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