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
BlueprintToCollection (v2)
Create a geometry collection from an asset
Output(s): Collection - Geometry collection newly created Materials - Material instances array from the static mesh InstancedMeshes - Array of instanced meshes RootProxyMeshes - corresponding source proxies
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Asset |
| Type | FBlueprintToCollectionDataflowNode_v2 |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Blueprint | Asset input | TObjectPtr<UBlueprint> | None |
| bSplitComponents | Split components | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Geometry collection newly created | FManagedArrayCollection | |
| Materials | Material instances array from the static mesh | TArray<TObjectPtr<UMaterialInterface>> | |
| InstancedMeshes | Array of instanced meshes | TArray<FGeometryCollectionAutoInstanceMesh> | |
| RootProxyMeshes | corresponding source proxies | TArray<FDataflowRootProxyMesh> |