> ## Documentation Index
> Fetch the complete documentation index at: https://udcore.unrealdirective.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Static Mesh Operations

### PushOverrideMaterialsToSource

Pushes the overridden materials on the provided Static Mesh Component to the source Static Mesh.

<Frame type="glass">
  <img src="https://mintcdn.com/unrealdirective/gTrBcYn7mADNUpHm/images/blueprints/blueprint-subsystem-pushoverridematerialstosource.jpg?fit=max&auto=format&n=gTrBcYn7mADNUpHm&q=85&s=8f5325cd4f1b7de54d004cf3cca1337c" width="850" height="360" data-path="images/blueprints/blueprint-subsystem-pushoverridematerialstosource.jpg" />
</Frame>

**Inputs**

<ParamField path="StaticMeshComponent" type="UStaticMeshComponent*" required>
  The Static Mesh Component to push the materials from.
</ParamField>
