Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEditor
Result of a legacy-to-ChaosClothAsset conversion.
| Name | FLegacyClothingConverterResult |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditorCore/Source/ChaosClothAssetEditor/Public/ChaosClothAsset/LegacyClothingConverter.h |
| Include Path | #include "ChaosClothAsset/LegacyClothingConverter.h" |
Syntax
struct FLegacyClothingConverterResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CreatedAsset | UChaosClothAsset * | Newly created cloth asset; nullptr on failure. | ChaosClothAsset/LegacyClothingConverter.h | |
| CreatedAssetPath | FString | Object path of the created asset, or empty on failure. | ChaosClothAsset/LegacyClothingConverter.h | |
| ErrorText | FText | Populated on failure with the user-visible error. | ChaosClothAsset/LegacyClothingConverter.h |