Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetStaticMeshImportNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/Experimental/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/StaticMeshImportNode.h |
| Include | #include "ChaosClothAsset/StaticMeshImportNode.h" |
Syntax
USTRUCT&40;Meta&61;&40;DataflowCloth&41;&41;
struct FChaosClothAssetStaticMeshImportNode : public FDataflowNode
Remarks
Import a static mesh asset into the cloth collection simulation and/or render mesh containers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bImportAsRenderMesh | Import static mesh data as render mesh data. | |
| bool | bImportAsSimMesh | Import static mesh data as a simulation mesh data. | |
| FManagedArrayCollection | Collection | ||
| int32 | LodIndex | Which static mesh Lod to import. | |
| TObjectPtr< const UStaticMesh > | StaticMesh | The Static Mesh to import from | |
| int32 | UVChannel | UV Channel used to populate Sim Mesh positions | |
| FVector2f | UVScale | Apply this scale to the UVs when populating Sim Mesh positions. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetStaticMeshImportNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |