# Standalone Morph Target

Standalone Morph Targets are a custom implementation of standard Morph Targets.\
This new type of asset format allows users to store Morph Targets as standalone assets which can be visible in Content Browser.\
\
The usage of Standalone Morph Targets is different from standard Morph Targets and the main purpose here is to allow transferring, baking and projection at runtime, easier, without interfering with the existing Morph Targets.

Standalone Morph Targets are exposed to blueprints and there are several nodes and tools that allow users to manipulate them at runtime.

{% content-ref url="/pages/XtgOiwij00mN9uVaZHAm" %}
[Get Delta](/runtime/standalone-morph-target/get-delta.md)
{% endcontent-ref %}

{% content-ref url="/pages/UX8S3CLYrqDVz9DtGi4v" %}
[Get Delta LODs](/runtime/standalone-morph-target/get-delta-lods.md)
{% endcontent-ref %}

{% content-ref url="/pages/SMkwp5f59TiZ7ggabUKm" %}
[Get Delta Num](/runtime/standalone-morph-target/get-delta-num.md)
{% endcontent-ref %}

{% content-ref url="/pages/Omk4oHvrWhtsKwDG8vzp" %}
[Get Skeletal Mesh](/runtime/standalone-morph-target/get-skeletal-mesh.md)
{% endcontent-ref %}

{% content-ref url="/pages/Kg3wSDzOn3qili0f6WOR" %}
[Get Morph Target Name](/runtime/standalone-morph-target/get-morph-target-name.md)
{% endcontent-ref %}

{% content-ref url="/pages/chkBWSb8aqQghgslt3Be" %}
[Set Morph Target Name](/runtime/standalone-morph-target/set-morph-target-name.md)
{% endcontent-ref %}

{% content-ref url="/pages/JLmnAyjIwyeBeKrkYM28" %}
[Get Weight](/runtime/standalone-morph-target/get-weight.md)
{% endcontent-ref %}

{% content-ref url="/pages/HcmOMvKXnvGexCGIJ6Kj" %}
[Set Weight](/runtime/standalone-morph-target/set-weight.md)
{% endcontent-ref %}

{% embed url="<https://youtu.be/R3eTEdbCnc4>" %}

{% embed url="<https://youtu.be/zJh3Gg5CCFw>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meshmorpher.com/runtime/standalone-morph-target.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
