This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
CreateGeometryCollectionFromSources (v2)
create a geometry collection from a set of geometry sources if the source array is not connected, the source array from the current asset is going to be used
Input(s) : Sources - array of geometry sources
Output(s): Collection - Geometry collection newly created Materials - Materials array to use for this asset InstancedMeshes - array of instanced meshes RootProxyMeshes - corresponding source proxies
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Asset |
| Type | FCreateGeometryCollectionFromSourcesDataflowNode_v2 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Sources | array of geometry sources | TArray<FGeometryCollectionSource> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Geometry collection newly created | FManagedArrayCollection | |
| Materials | Materials array to use for this asset | TArray<TObjectPtr<UMaterialInterface>> | |
| InstancedMeshes | array of instanced meshes | TArray<FGeometryCollectionAutoInstanceMesh> | |
| RootProxyMeshes | corresponding source proxies | TArray<FDataflowRootProxyMesh> |