Description
ClothCollectionQuery (v1)
Query a Managed Array Collection about its Cloth Collection properties.
Input(s) : Collection - Input/output collection (Output is always a passthrough)
Output(s): Collection [Passthrough] - Input/output collection (Output is always a passthrough) bIsClothCollection - Is this collection a valid cloth collection bHasClothSimMesh - Does this collection have a cloth sim mesh bHasClothRenderMesh - Does this collection have a cloth render mesh bHasClothProxyDeformer - Does this collection have proxy deformer data bBooleanPropertyValue - Result of querying BooleanPropertyName. Default value if property doesn't exist matches node value.
Information
| Module | ChaosClothAssetDataflowNodes |
| Category | Cloth |
| Tags | Cloth Collection Query |
| Type | FChaosClothAssetCollectionQueryNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| BooleanPropertyName | Name of boolean property to query | FString | PropertyName |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Input/output collection (Output is always a passthrough) | FManagedArrayCollection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Input/output collection (Output is always a passthrough) | FManagedArrayCollection | |
| bIsClothCollection | Is this collection a valid cloth collection | bool | |
| bHasClothSimMesh | Does this collection have a cloth sim mesh | bool | |
| bHasClothRenderMesh | Does this collection have a cloth render mesh | bool | |
| bHasClothProxyDeformer | Does this collection have proxy deformer data | bool | |
| bBooleanPropertyValue | Result of querying BooleanPropertyName. Default value if property doesn't exist matches node value. | bool |