Remove Morph Target Animation
Removes the specified Morph Target Animation from 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).
the removed Morph Target Animation will also be stopped in case it is currently playing.
Inputs | Type | Info |
---|---|---|
Actor | Actor Reference | The source actor we want to search through |
MorphTarget | Name | The Morph Target we are looking for |
Replication
This Function/Event is always replicated to all Clients for consistency.
Should be called from Server in Networked Games.