📄️ Play Morph Target Animation
Specify the morph target animation you want to play. Reset will force to start a new Animation if even if the same Animation is already running (Resets Timer).
📄️ Stop Morph Target Animation
Stops a currently playing Morph Target Animation.
📄️ Is Morph Target Animation Playing
Returns whether a specific Morph Target Animation is currently being played or not.
📄️ Is Any Morph Target Animation Playing
Returns whether any Morph Target Animation is currently being played or not.
📄️ Get Currently Playing Morph Target Animations
Returns an Array of Names of all Morph Target Animations that are currently being played.
📄️ Get Last Played Morph Target Animation
Returns the name of the last started Morph Target Animation.
📄️ Get Current Morph Target Value
Returns the current Morph Target Value of the specified Morph Target Name.
📄️ Does Morph Target Animation Exist
Whether a Morph Target Animation with this name has been setup or not.
📄️ Get Current Morph Target Animation Time
Returns how long the specified Morph Target Animation has been playing (In Seconds).
📄️ Instant Morph Target Animation
Instantly apply the final value of a set up Morph Target Animation.
📄️ Reset All Morph Target Values
Runs through all set-up Morph Target Animations and smoothly animates them towards a value of 0 over the given duration.
📄️ Add Morph Target Animation
Adds the specified Morph Target Animation to the Setup of all Clients (and Server).
📄️ Remove Morph Target Animation
Removes the specified Morph Target Animation from the Setup of all Clients (and Server).
📄️ Find Skeletal Components with Morph Target
Searches through an Actor for Skeletal Mesh Components that have the specified Morph Target.
📄️ Get All Current Morph Target Values
Returns all current morph target values as a map.
📄️ Does Skeletal Mesh Component Have Morph Target
Checks whether a specific Skeletal Mesh Component has the specified Morph Target
📄️ Get All Current Morph Target Values As Options String
Returns all current morph target values as an options string parameter
📄️ Set Morph Target Values From Options String
Sets the Morph Target Values from a properly formatted options parameter. Use the Get All Current Morph Target Values As Options String function to get the correct string.