Navigation
BlueprintAPI > BlueprintAPI/DynamicMeshActor
Attempt to copy Actor Properties from a StaticMeshActor. Optionally copy DynamicMeshComponent material list to the StaticMeshComponent. This function is useful when (eg) swapping from a StaticMeshActor to a DynamicMeshActor as it will allow many configured Actor settings to be preserved (like assigned DataLayers, etc)
Target is Generated Dynamic Mesh Actor
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Static Mesh Actor | |
| boolean | Copy Component Materials |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |