Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset > BlueprintAPI/EditorScripting/Asset/Metadata
Get the value associated with the given tag of a loaded asset's metadata.
Target is Editor Asset Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Object | The object from which to retrieve the metadata. |
| name | Tag | The tag to find in the metadata. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| string | Return Value | The string value associated with the tag. |