Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAsset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Build
(
TArray< FChaosClothAssetLodTransitionDataCache >* InOutTransitionCache |
ChaosClothAsset/ClothAsset.h | ||
void Build
(
const TArray< TSharedRef< const FManagedArrayCollection > >& InClothCollections, |
Rebuild this asset from the specified managed array collection data. | ChaosClothAsset/ClothAsset.h |
Build(TArray< FChaosClothAssetLodTransitionDataCache > *)
| Name | Build |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAsset.h |
| Include Path | #include "ChaosClothAsset/ClothAsset.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Private/ChaosClothAsset/ClothAsset.cpp |
void Build
(
TArray < FChaosClothAssetLodTransitionDataCache > * InOutTransitionCache
)
Build(const TArray< TSharedRef< const FManagedArrayCollection > > &, TArray< FChaosClothAssetLodTransitionDataCache > , FText , FText *)
Description
Rebuild this asset from the specified managed array collection data.
| Name | Build |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAsset.h |
| Include Path | #include "ChaosClothAsset/ClothAsset.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Private/ChaosClothAsset/ClothAsset.cpp |
void Build
(
const TArray < TSharedRef < const FManagedArrayCollection > > & InClothCollections,
TArray < FChaosClothAssetLodTransitionDataCache > * InOutTransitionCache,
FText * ErrorText,
FText * VerboseText
)
Parameters
| Name | Remarks |
|---|---|
| InClothCollections | The source managed array collection to build/rebuild the asset with. |
| InOutTransitionCache | The LOD transition cache to speed up the build process, if available. |
| ErrorText | The headline error text if any error occurs, an empty text otherwise. |
| VerboseText | The verbose description of the error if any. |