Skip to main content

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).

InputsTypeInfo
MorphTargetAnimationNameName of the Morph Target Animation to add.
SettingsFMorphTargetSettingsSettings for the new Morph Target Animation.
PlayAfterAddingBoolShould the Morph Target Animation instantly be played after adding?
DurationFloatHow 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.