Regrow Body Part
Regrows the specified Body Part. Will use the default Skeletal Morph Duration for growing.
Inputs | Type | Info |
---|---|---|
Target | EasyMorphComponent Reference | |
BodyPart | Name | Name of the Body Part to regrow. |
Replication
This function also comes in 3 replicated variants:
- Regrow Body Part Multicast
- Regrow Body Part On Client
- Regrow Body Part Server Command
Generally, you would want the server to execute the Regrow Body Part Multicast Node. The logic behind how this call is made is up to your game design.
We also provide an "On Client" and a "Server Command" variant for ease of use (and Prototyping).
In short, build your own Server logic and then call the Multicast variant from the Server as a Best Practice.