Add Morph Target Animation
Adds the specified Morph Target Animation to the Setup of all Clients (and Server).
This Function/Event only exists as a Multicast and should always be called from the Server.
Can also be called in Single Player Games (No Networking).
Inputs | Type | Info |
---|---|---|
MorphTargetAnimation | Name | Name of the Morph Target Animation to add. |
Settings | FMorphTargetSettings | Settings for the new Morph Target Animation. |
PlayAfterAdding | Bool | Should the Morph Target Animation instantly be played after adding? |
Duration | Float | How long the Animation to the Target Morph should be (in Seconds) |
Replication
This Function/Event is always replicated to all Clients for consistency.
Should be called from Server in Networked Games.