Navigation
BlueprintAPI > BlueprintAPI/ChaosPhysics
Set a custom instance data value for all instances associated with a geometry collection. This assumes that the geometry collection is using a custom renderer that supports IGeometryCollectionCustomDataInterface.
Target is Geometry Collection Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Geometry Collection Component | The Geometry Collection Component that we want to set custom instance data on. |
| name | Custom Data Name | The name of the custom instance data slot that we want to set. |
| real | Custom Data Value | The value to set to the custom instance data slot. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |