Navigation
BlueprintAPI > BlueprintAPI/Components > BlueprintAPI/Components/InstancedSkinnedMesh
Optimize the instance data by performing sorting according to spatial hash on the source data. Note that this reorders the instances and thus any indexing will change. By default resets the ID mapping to identity.
Target is Instanced Skinned Mesh Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| boolean | Should Retain Id Map | If true, the id mapping is updated instead of reset to identity, this retains the validity of the IDs but adds some memory and storage cost (for the ID mapping). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |