Description
MakeRootProxyMesh (v1)
Create a RootProxyMesh object (used by geometry collection assets)
Input(s) : Mesh - mesh to use as a proxy Transform - transform to use for the proxy, relative to the asset it will be used for
Output(s): RootProxyMesh - mesh to use as a proxy
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection |
| Type | FMakeRootProxyMeshDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | mesh to use as a proxy | TObjectPtr<UStaticMesh> | None |
| Transform | transform to use for the proxy, relative to the asset it will be used for | FTransform | (Rotation=(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000),Translation=(X=0.000000,Y=0.000000,Z=0.000000),Scale3D=(X=1.000000,Y=1.000000,Z=1.000000)) |
| OverrideMaterials | TArray<TObjectPtr<UMaterialInterface>> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| RootProxyMesh | mesh to use as a proxy | FDataflowRootProxyMesh |